# 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-ciw6lhebgh/tests/tests_auth_and_security.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tests_auth_and_security.yml:4 Saturday 25 May 2024 17:13:51 +0000 (0:00:00.011) 0:00:00.012 ********** ok: [sut] => { "ansible_facts": { "__podman_test_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n" }, "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/tests_auth_and_security.yml:9 Saturday 25 May 2024 17:13:51 +0000 (0:00:00.010) 0:00:00.022 ********** ok: [sut] META: ran handlers TASK [Run the role with no config to install podman] *************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tests_auth_and_security.yml:48 Saturday 25 May 2024 17:13:51 +0000 (0:00:00.698) 0:00:00.720 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:13:51 +0000 (0:00:00.069) 0:00:00.790 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:13:51 +0000 (0:00:00.014) 0:00:00.805 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:13:51 +0000 (0:00:00.018) 0:00:00.823 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:13:52 +0000 (0:00:00.236) 0:00:01.059 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:13:52 +0000 (0:00:00.019) 0:00:01.078 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:13:52 +0000 (0:00:00.029) 0:00:01.108 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:13:52 +0000 (0:00:00.688) 0:00:01.797 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:13:52 +0000 (0:00:00.025) 0:00:01.823 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: fuse3-3.10.2-8.el9.x86_64", "Installed: libslirp-4.4.0-7.el9.x86_64", "Installed: yajl-2.1.0-22.el9.x86_64", "Installed: fuse3-libs-3.10.2-8.el9.x86_64", "Installed: shadow-utils-subid-2:4.9-8.el9.x86_64", "Installed: netavark-2:1.10.3-1.el9.x86_64", "Installed: protobuf-c-1.3.3-13.el9.x86_64", "Installed: fuse-common-3.10.2-8.el9.x86_64", "Installed: podman-2:5.0.2-1.el9.x86_64", "Installed: containers-common-2:1-61.el9.x86_64", "Installed: aardvark-dns-2:1.9.0-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: passt-0^20231204.gb86afe3-1.el9.x86_64", "Installed: container-selinux-3:2.231.0-1.el9.noarch", "Installed: passt-selinux-0^20231204.gb86afe3-1.el9.noarch", "Installed: slirp4netns-1.3.0-1.el9.x86_64", "Installed: fuse-overlayfs-1.13-1.el9.x86_64" ] } lsrpackages: podman shadow-utils-subid TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:14:49 +0000 (0:00:56.384) 0:00:58.208 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032889", "end": "2024-05-25 17:14:49.628587", "rc": 0, "start": "2024-05-25 17:14:49.595698" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:14:49 +0000 (0:00:00.281) 0:00:58.489 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:14:49 +0000 (0:00:00.028) 0:00:58.518 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:14:49 +0000 (0:00:00.027) 0:00:58.546 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:14:49 +0000 (0:00:00.063) 0:00:58.609 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:14:49 +0000 (0:00:00.036) 0:00:58.645 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.237) 0:00:58.883 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.022) 0:00:58.905 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.024) 0:00:58.929 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.188) 0:00:59.118 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.023) 0:00:59.141 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1689166618.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.184) 0:00:59.325 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.017) 0:00:59.343 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.017) 0:00:59.360 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.016) 0:00:59.377 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.017) 0:00:59.395 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.016) 0:00:59.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.017) 0:00:59.429 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.016) 0:00:59.445 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.017) 0:00:59.463 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.037) 0:00:59.500 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.052) 0:00:59.553 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.019) 0:00:59.572 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.017) 0:00:59.589 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.034) 0:00:59.623 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.018) 0:00:59.642 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.018) 0:00:59.661 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.035) 0:00:59.696 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.017) 0:00:59.713 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.017) 0:00:59.730 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.035) 0:00:59.766 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.017) 0:00:59.783 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.019) 0:00:59.803 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:14:50 +0000 (0:00:00.019) 0:00:59.822 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.018) 0:00:59.841 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.018) 0:00:59.859 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.017) 0:00:59.877 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.017) 0:00:59.894 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle credential files - present] *********** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.035) 0:00:59.930 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.017) 0:00:59.947 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.016) 0:00:59.963 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.016) 0:00:59.979 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.016) 0:00:59.996 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.015) 0:01:00.012 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - absent] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.019) 0:01:00.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 [Setup registry] ********************************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tests_auth_and_security.yml:52 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.017) 0:01:00.049 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/tests/tasks/setup_registry.yml for sut TASK [Create a temporary directory] ******************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tasks/setup_registry.yml:5 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.042) 0:01:00.091 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_qbx_3ti0_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Set authdir] ************************************************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tasks/setup_registry.yml:12 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.251) 0:01:00.343 ********** ok: [sut] => { "ansible_facts": { "__podman_registry_authdir": "/tmp/lsr_qbx_3ti0_podman/auth", "__podman_test_authfile": "/tmp/lsr_qbx_3ti0_podman/auth/auth.json" }, "changed": false } TASK [Create authdir] ********************************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tasks/setup_registry.yml:18 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.019) 0:01:00.363 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_qbx_3ti0_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-ciw6lhebgh/tests/tasks/setup_registry.yml:24 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.270) 0:01:00.634 ********** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.053) 0:01:00.687 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/.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-ciw6lhebgh/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.030) 0:01:00.718 ********** 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-ciw6lhebgh/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 25 May 2024 17:14:51 +0000 (0:00:00.066) 0:01:00.784 ********** 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-ciw6lhebgh/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 25 May 2024 17:14:52 +0000 (0:00:00.179) 0:01:00.964 ********** 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-ciw6lhebgh/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 25 May 2024 17:14:52 +0000 (0:00:00.020) 0:01:00.984 ********** 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-ciw6lhebgh/.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-ciw6lhebgh/.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-ciw6lhebgh/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 25 May 2024 17:14:52 +0000 (0:00:00.045) 0:01:01.029 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "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", "Installed: python3-ply-3.11-14.el9.noarch", "Installed: python3-pycparser-2.20-6.el9.noarch" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 25 May 2024 17:14:54 +0000 (0:00:02.214) 0:01:03.244 ********** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: python3-packaging-20.9-5.el9.noarch", "Installed: python3-pyparsing-2.4.7-9.el9.noarch", "Installed: certmonger-0.79.17-2.el9.x86_64" ] } lsrpackages: certmonger python3-packaging TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 25 May 2024 17:14:56 +0000 (0:00:02.534) 0:01:05.779 ********** 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-ciw6lhebgh/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 25 May 2024 17:14:57 +0000 (0:00:00.204) 0:01:05.984 ********** 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-ciw6lhebgh/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 25 May 2024 17:14:57 +0000 (0:00:00.200) 0:01:06.184 ********** 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": "dbus.socket dbus-broker.service network.target syslog.target system.slice basic.target sysinit.target systemd-journald.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": "dbus.socket sysinit.target system.slice", "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-ciw6lhebgh/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 25 May 2024 17:14:58 +0000 (0:00:00.696) 0:01:06.881 ********** 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-ciw6lhebgh/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 25 May 2024 17:14:58 +0000 (0:00:00.682) 0:01:07.563 ********** ok: [sut] => (item=['cert', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRR2U0ZEczb0dUamlDMVBzSXhiVXlKREFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTVRsbApaVEZrTVdJdE4yRXdOalJsTXpndE9ESmtOR1ppTURndFl6VmlOVE15TWpNd0hoY05NalF3TlRJMU1UY3hORFU0CldoY05NalV3TlRJMU1UY3hORFU0V2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRQzlWOStWWktBbUcrUjZWMDBrTlBuYmxvdzFxM20vR21VSwpYdVNHSEhDdHROSW96OGR1aTdhMFhtNUpEaWp2d2pwWWxTUk1ualpYUTF5SCtBdmdJaFFHclFEdFBjaWV4Q083CmFaRkx3TlViN3d5alk1N3FlOWd3YTVCNTk2ZXJJVDN0NUJmN056WTNYaDFqMzczRVh3NElGaGgwNXY1RVBRTzcKTEFvV2VEUU5uMEk0U25vc1lUb3RveDVyQXVyMFdVWlpzV0RlbVhYdk9PV05pUHFKSHhnMjFsWXM3N2tTWUJjTQpHMjhKMmRBQ3N2UGQ1d2JNUVAxc08yTXRXWnFrcWFDWm1YYjd4V2NmQllUd0NqNG9OV0JXZXdyaUtUUEU2emlzCjVVaW0wdWk2ZFhxM2xtdkhNK2MwcHRYNlBLSzcwQ0VvN2pwVmI4TUIzcXNrL0ZOdUtjZVBBZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJSeWVzT1BYVjdhd2FWcTE3VzJCcitzV2ozazB6QWZCZ05WSFNNRUdEQVdnQlNqSHgwUHNiTWQKZ1FvZlZZK1RJNFFyaWhzKzJEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFBQXcxNEh6T2lvc1E1aFA5VUhmRQpCZzl0SHdiRUZtZk5UUzd1MXpadE9IYWxSdFNWSWoydGlQLzcyZU5rZWoxMW1rNUlPdzVnNkhpWUkvT3orS3M1CkUzWVgrcjFUVkpOYVBQOTJodEJUUjhnajA3OEt6czBwMVJhVmgwQTVXNGVyVjRhM0tvdlkrNENUUnVPcGdXTWoKRDh4TWtKRGpGcHdIUzlKR2hySnlzQlFxdkFzTFk0ZEpZblVxYzJURll2elFSck5aaHYrRFNlczhOWDBJUHBQcwpRZWxyeXF2TTBHTUZRck1WL0FlQ0N6cFhpS3V2UVU3N3dBQlNWUHJzMUlDL0lSM0VQY3ZudDRmbHBMZEZhQ2ZYCjZ4TVNyZlRQYU0vTFZaVXRLYk5pdW5pc05LVnRsODhjZmpLUCs4eUt2S1NwU2p3RndaQjBteGZPeGRJRGVNakcKZnc9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2Z0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktnd2dnU2tBZ0VBQW9JQkFRQzlWOStWWktBbUcrUjYKVjAwa05QbmJsb3cxcTNtL0dtVUtYdVNHSEhDdHROSW96OGR1aTdhMFhtNUpEaWp2d2pwWWxTUk1ualpYUTF5SAorQXZnSWhRR3JRRHRQY2lleENPN2FaRkx3TlViN3d5alk1N3FlOWd3YTVCNTk2ZXJJVDN0NUJmN056WTNYaDFqCjM3M0VYdzRJRmhoMDV2NUVQUU83TEFvV2VEUU5uMEk0U25vc1lUb3RveDVyQXVyMFdVWlpzV0RlbVhYdk9PV04KaVBxSkh4ZzIxbFlzNzdrU1lCY01HMjhKMmRBQ3N2UGQ1d2JNUVAxc08yTXRXWnFrcWFDWm1YYjd4V2NmQllUdwpDajRvTldCV2V3cmlLVFBFNnppczVVaW0wdWk2ZFhxM2xtdkhNK2MwcHRYNlBLSzcwQ0VvN2pwVmI4TUIzcXNrCi9GTnVLY2VQQWdNQkFBRUNnZ0VBVStsQm1QK0RTZUJLblQxYlhwUnJ0cms5WWZ1Z2RPVEpxcExyUzlRR3k3UzYKL29NMnF2TVlBVTlvS05BeHJDK3prOVprdzkvSnpWcDVBM2tXS2pwd0RaVldOODJOdjI3Rk55Vk4wdmllZVVhegpueVZqSkIvR2E0Ny85RTJnN09KS2c4YjJLY3NLSi9kNXB1MWRPRTIzOWpWMG1UcFZyUUF0U3lIMVJvZjI2YUhMClpyeXZ3THArUlpmN1hoMHVoZ2lZa0MxY3JDcjUyeGhBV1krcVl1Y3EveDZseXRnUElqajFRb3V6SUxEU2g4ZWYKaWsrY2VFVW1yMWg1WmtZb3lXb2dwdEFhMDdsaWNQb1FaTk5wVjhJZ1RMd1BwdWxabUd2QmVHcXpiSUFBQ0J6Zgo3R0E4ZXFOdC9qRFdGK2laNTFROTg0dk5DVzc3bEtvYktWcXBSVnM0Z1FLQmdRRG0wODUyMlNtc0Z5OHBKMHowClVWOU4wVWx3SDdhVnd3d1JaNDd2S2QzNU5XMkFFVDc3SnNZcU9BRDdBOCtFbFBOd09QeG93M1FMOTNGSlVxSWoKRG0xM2xSUkZ0bm1UWkdva0pibE53VTNLYzBmNkkrVUJEdXFUaGZNcFFsUWN2S3RxUkNXZEFIUlhTY0dobk9STAorNVNrRjNwaC9vMCtON0RzR1NNaEpYUXJzUUtCZ1FEUi9ldmxjelhmRzNDSG1PTHlEMlltdG1ZMGtQd2pFbUkvCmEwR2R4V28veGpMaXBYNDhrL3k0S0w4ZmkzUGNTelp4Qy9yUG0wZExMalp3VUxDaXRiR1ZKR0xFYnkzeUIyMWIKRnFZaXdZMy9VTVpMYTNCdzQyL0xGa1NOOXhBbitib09yVlM4V05GM2szZjU3LzFsUGZtQy9rSGhoOUk0bWxIOQo2ZnhjRURBM1B3S0JnUUNraC9FdzhkWXNYbEkxYVZnSEJrR0NmRjEyV0lTUzkzYVFxVnBPeTI3M2hjZkpjNEdMCkQ3Wk12YUtsU2JBUGR3U1d4MmZUWFE1SXdWVzB4L3ZlTlJoK0ZudGV2WlNuSlBvclRlQnB0aEcyN3JrdGFZeUEKVnB1S0QvNmxPQ3d3VjZOdm1hZWQ0NGNKK1A3V0xiamxHQ3g1VW1yZmtzd212eGVURXMvaGZvcng0UUtCZ1FDUwpJNTJNdEU0MGM1c3ZzdFdWMGVPc1kxbmprVmIzYlc3VVplZG5UaUV3T3RYazUzbGYzVG1PVEVVZVJlV2UxUFVSClhWM3lKMFZKYStMVTdVTFFLWlJwajhYd29OTWYwYzFvQys0WTJBempOeXFaQ0M5YlVOelhRQ3I3aFlwSDE4S0YKUGxsdkxueXdNLy9XQUErZjZxNS9YRVVyR0dQVG9vb1hKRVROS1RMMDd3S0JnRzY1aDBOQVFkeklIUVhBQlZ1aQo4bEdWVTBGT0FPVk1UQUtyM2MyeEJ6M01FQlN0amtock5ERTBTZlM4Y0Z0OUM1VUpaQ3Q5ckdxZTlGdlk5WGx0CmI0QmFBaG9DWVZ0MWdGNUV0anBvS0ZPY2svM29LRmVqekFYMVNuZUkvNHVrdFZ2dWNNYk1xR1JIeE1xdGlNMDUKQXFtUGJMeUMwU3lNMFBCSmhyOCtBL3FFCi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "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": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqVENDQW5XZ0F3SUJBZ0lRR2U0ZEczb0dUamlDMVBzSXhiVXlKREFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTVRsbApaVEZrTVdJdE4yRXdOalJsTXpndE9ESmtOR1ppTURndFl6VmlOVE15TWpNd0hoY05NalF3TlRJMU1UY3hORFU0CldoY05NalV3TlRJMU1UY3hORFU0V2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRQzlWOStWWktBbUcrUjZWMDBrTlBuYmxvdzFxM20vR21VSwpYdVNHSEhDdHROSW96OGR1aTdhMFhtNUpEaWp2d2pwWWxTUk1ualpYUTF5SCtBdmdJaFFHclFEdFBjaWV4Q083CmFaRkx3TlViN3d5alk1N3FlOWd3YTVCNTk2ZXJJVDN0NUJmN056WTNYaDFqMzczRVh3NElGaGgwNXY1RVBRTzcKTEFvV2VEUU5uMEk0U25vc1lUb3RveDVyQXVyMFdVWlpzV0RlbVhYdk9PV05pUHFKSHhnMjFsWXM3N2tTWUJjTQpHMjhKMmRBQ3N2UGQ1d2JNUVAxc08yTXRXWnFrcWFDWm1YYjd4V2NmQllUd0NqNG9OV0JXZXdyaUtUUEU2emlzCjVVaW0wdWk2ZFhxM2xtdkhNK2MwcHRYNlBLSzcwQ0VvN2pwVmI4TUIzcXNrL0ZOdUtjZVBBZ01CQUFHamdaNHcKZ1pzd0N3WURWUjBQQkFRREFnV2dNQjhHQTFVZEVRUVlNQmFDQ1d4dlkyRnNhRzl6ZElJSk1USTNMakF1TUM0eApNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWNEQWpBTUJnTlZIUk1CQWY4RUFqQUFNQjBHCkExVWREZ1FXQkJSeWVzT1BYVjdhd2FWcTE3VzJCcitzV2ozazB6QWZCZ05WSFNNRUdEQVdnQlNqSHgwUHNiTWQKZ1FvZlZZK1RJNFFyaWhzKzJEQU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFBQXcxNEh6T2lvc1E1aFA5VUhmRQpCZzl0SHdiRUZtZk5UUzd1MXpadE9IYWxSdFNWSWoydGlQLzcyZU5rZWoxMW1rNUlPdzVnNkhpWUkvT3orS3M1CkUzWVgrcjFUVkpOYVBQOTJodEJUUjhnajA3OEt6czBwMVJhVmgwQTVXNGVyVjRhM0tvdlkrNENUUnVPcGdXTWoKRDh4TWtKRGpGcHdIUzlKR2hySnlzQlFxdkFzTFk0ZEpZblVxYzJURll2elFSck5aaHYrRFNlczhOWDBJUHBQcwpRZWxyeXF2TTBHTUZRck1WL0FlQ0N6cFhpS3V2UVU3N3dBQlNWUHJzMUlDL0lSM0VQY3ZudDRmbHBMZEZhQ2ZYCjZ4TVNyZlRQYU0vTFZaVXRLYk5pdW5pc05LVnRsODhjZmpLUCs4eUt2S1NwU2p3RndaQjBteGZPeGRJRGVNakcKZnc9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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-ciw6lhebgh/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 25 May 2024 17:14:59 +0000 (0:00:00.565) 0:01:08.128 ********** ok: [sut] => { "ansible_facts": { "certificate_test_certs": { "podman_registry": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQGe4dG3oGTjiC1PsIxbUyJDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMTll\nZTFkMWItN2EwNjRlMzgtODJkNGZiMDgtYzViNTMyMjMwHhcNMjQwNTI1MTcxNDU4\nWhcNMjUwNTI1MTcxNDU4WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9V9+VZKAmG+R6V00kNPnblow1q3m/GmUK\nXuSGHHCttNIoz8dui7a0Xm5JDijvwjpYlSRMnjZXQ1yH+AvgIhQGrQDtPciexCO7\naZFLwNUb7wyjY57qe9gwa5B596erIT3t5Bf7NzY3Xh1j373EXw4IFhh05v5EPQO7\nLAoWeDQNn0I4SnosYTotox5rAur0WUZZsWDemXXvOOWNiPqJHxg21lYs77kSYBcM\nG28J2dACsvPd5wbMQP1sO2MtWZqkqaCZmXb7xWcfBYTwCj4oNWBWewriKTPE6zis\n5Uim0ui6dXq3lmvHM+c0ptX6PKK70CEo7jpVb8MB3qsk/FNuKcePAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBRyesOPXV7awaVq17W2Br+sWj3k0zAfBgNVHSMEGDAWgBSjHx0PsbMd\ngQofVY+TI4Qrihs+2DANBgkqhkiG9w0BAQsFAAOCAQEAAAw14HzOiosQ5hP9UHfE\nBg9tHwbEFmfNTS7u1zZtOHalRtSVIj2tiP/72eNkej11mk5IOw5g6HiYI/Oz+Ks5\nE3YX+r1TVJNaPP92htBTR8gj078Kzs0p1RaVh0A5W4erV4a3KovY+4CTRuOpgWMj\nD8xMkJDjFpwHS9JGhrJysBQqvAsLY4dJYnUqc2TFYvzQRrNZhv+DSes8NX0IPpPs\nQelryqvM0GMFQrMV/AeCCzpXiKuvQU77wABSVPrs1IC/IR3EPcvnt4flpLdFaCfX\n6xMSrfTPaM/LVZUtKbNiunisNKVtl88cfjKP+8yKvKSpSjwFwZB0mxfOxdIDeMjG\nfw==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQGe4dG3oGTjiC1PsIxbUyJDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMTll\nZTFkMWItN2EwNjRlMzgtODJkNGZiMDgtYzViNTMyMjMwHhcNMjQwNTI1MTcxNDU4\nWhcNMjUwNTI1MTcxNDU4WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9V9+VZKAmG+R6V00kNPnblow1q3m/GmUK\nXuSGHHCttNIoz8dui7a0Xm5JDijvwjpYlSRMnjZXQ1yH+AvgIhQGrQDtPciexCO7\naZFLwNUb7wyjY57qe9gwa5B596erIT3t5Bf7NzY3Xh1j373EXw4IFhh05v5EPQO7\nLAoWeDQNn0I4SnosYTotox5rAur0WUZZsWDemXXvOOWNiPqJHxg21lYs77kSYBcM\nG28J2dACsvPd5wbMQP1sO2MtWZqkqaCZmXb7xWcfBYTwCj4oNWBWewriKTPE6zis\n5Uim0ui6dXq3lmvHM+c0ptX6PKK70CEo7jpVb8MB3qsk/FNuKcePAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBRyesOPXV7awaVq17W2Br+sWj3k0zAfBgNVHSMEGDAWgBSjHx0PsbMd\ngQofVY+TI4Qrihs+2DANBgkqhkiG9w0BAQsFAAOCAQEAAAw14HzOiosQ5hP9UHfE\nBg9tHwbEFmfNTS7u1zZtOHalRtSVIj2tiP/72eNkej11mk5IOw5g6HiYI/Oz+Ks5\nE3YX+r1TVJNaPP92htBTR8gj078Kzs0p1RaVh0A5W4erV4a3KovY+4CTRuOpgWMj\nD8xMkJDjFpwHS9JGhrJysBQqvAsLY4dJYnUqc2TFYvzQRrNZhv+DSes8NX0IPpPs\nQelryqvM0GMFQrMV/AeCCzpXiKuvQU77wABSVPrs1IC/IR3EPcvnt4flpLdFaCfX\n6xMSrfTPaM/LVZUtKbNiunisNKVtl88cfjKP+8yKvKSpSjwFwZB0mxfOxdIDeMjG\nfw==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC9V9+VZKAmG+R6\nV00kNPnblow1q3m/GmUKXuSGHHCttNIoz8dui7a0Xm5JDijvwjpYlSRMnjZXQ1yH\n+AvgIhQGrQDtPciexCO7aZFLwNUb7wyjY57qe9gwa5B596erIT3t5Bf7NzY3Xh1j\n373EXw4IFhh05v5EPQO7LAoWeDQNn0I4SnosYTotox5rAur0WUZZsWDemXXvOOWN\niPqJHxg21lYs77kSYBcMG28J2dACsvPd5wbMQP1sO2MtWZqkqaCZmXb7xWcfBYTw\nCj4oNWBWewriKTPE6zis5Uim0ui6dXq3lmvHM+c0ptX6PKK70CEo7jpVb8MB3qsk\n/FNuKcePAgMBAAECggEAU+lBmP+DSeBKnT1bXpRrtrk9YfugdOTJqpLrS9QGy7S6\n/oM2qvMYAU9oKNAxrC+zk9Zkw9/JzVp5A3kWKjpwDZVWN82Nv27FNyVN0vieeUaz\nnyVjJB/Ga47/9E2g7OJKg8b2KcsKJ/d5pu1dOE239jV0mTpVrQAtSyH1Rof26aHL\nZryvwLp+RZf7Xh0uhgiYkC1crCr52xhAWY+qYucq/x6lytgPIjj1QouzILDSh8ef\nik+ceEUmr1h5ZkYoyWogptAa07licPoQZNNpV8IgTLwPpulZmGvBeGqzbIAACBzf\n7GA8eqNt/jDWF+iZ51Q984vNCW77lKobKVqpRVs4gQKBgQDm08522SmsFy8pJ0z0\nUV9N0UlwH7aVwwwRZ47vKd35NW2AET77JsYqOAD7A8+ElPNwOPxow3QL93FJUqIj\nDm13lRRFtnmTZGokJblNwU3Kc0f6I+UBDuqThfMpQlQcvKtqRCWdAHRXScGhnORL\n+5SkF3ph/o0+N7DsGSMhJXQrsQKBgQDR/evlczXfG3CHmOLyD2YmtmY0kPwjEmI/\na0GdxWo/xjLipX48k/y4KL8fi3PcSzZxC/rPm0dLLjZwULCitbGVJGLEby3yB21b\nFqYiwY3/UMZLa3Bw42/LFkSN9xAn+boOrVS8WNF3k3f57/1lPfmC/kHhh9I4mlH9\n6fxcEDA3PwKBgQCkh/Ew8dYsXlI1aVgHBkGCfF12WISS93aQqVpOy273hcfJc4GL\nD7ZMvaKlSbAPdwSWx2fTXQ5IwVW0x/veNRh+FntevZSnJPorTeBpthG27rktaYyA\nVpuKD/6lOCwwV6Nvmaed44cJ+P7WLbjlGCx5UmrfkswmvxeTEs/hforx4QKBgQCS\nI52MtE40c5svstWV0eOsY1njkVb3bW7UZednTiEwOtXk53lf3TmOTEUeReWe1PUR\nXV3yJ0VJa+LU7ULQKZRpj8XwoNMf0c1oC+4Y2AzjNyqZCC9bUNzXQCr7hYpH18KF\nPllvLnywM//WAA+f6q5/XEUrGGPToooXJETNKTL07wKBgG65h0NAQdzIHQXABVui\n8lGVU0FOAOVMTAKr3c2xBz3MEBStjkhrNDE0SfS8cFt9C5UJZCt9rGqe9FvY9Xlt\nb4BaAhoCYVt1gF5EtjpoKFOck/3oKFejzAX1SneI/4uktVvucMbMqGRHxMqtiM05\nAqmPbLyC0SyM0PBJhr8+A/qE\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-ciw6lhebgh/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 25 May 2024 17:14:59 +0000 (0:00:00.023) 0:01:08.151 ********** ok: [sut] => (item={'cert': '/etc/pki/tls/certs/podman_registry.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQGe4dG3oGTjiC1PsIxbUyJDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMTll\nZTFkMWItN2EwNjRlMzgtODJkNGZiMDgtYzViNTMyMjMwHhcNMjQwNTI1MTcxNDU4\nWhcNMjUwNTI1MTcxNDU4WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9V9+VZKAmG+R6V00kNPnblow1q3m/GmUK\nXuSGHHCttNIoz8dui7a0Xm5JDijvwjpYlSRMnjZXQ1yH+AvgIhQGrQDtPciexCO7\naZFLwNUb7wyjY57qe9gwa5B596erIT3t5Bf7NzY3Xh1j373EXw4IFhh05v5EPQO7\nLAoWeDQNn0I4SnosYTotox5rAur0WUZZsWDemXXvOOWNiPqJHxg21lYs77kSYBcM\nG28J2dACsvPd5wbMQP1sO2MtWZqkqaCZmXb7xWcfBYTwCj4oNWBWewriKTPE6zis\n5Uim0ui6dXq3lmvHM+c0ptX6PKK70CEo7jpVb8MB3qsk/FNuKcePAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBRyesOPXV7awaVq17W2Br+sWj3k0zAfBgNVHSMEGDAWgBSjHx0PsbMd\ngQofVY+TI4Qrihs+2DANBgkqhkiG9w0BAQsFAAOCAQEAAAw14HzOiosQ5hP9UHfE\nBg9tHwbEFmfNTS7u1zZtOHalRtSVIj2tiP/72eNkej11mk5IOw5g6HiYI/Oz+Ks5\nE3YX+r1TVJNaPP92htBTR8gj078Kzs0p1RaVh0A5W4erV4a3KovY+4CTRuOpgWMj\nD8xMkJDjFpwHS9JGhrJysBQqvAsLY4dJYnUqc2TFYvzQRrNZhv+DSes8NX0IPpPs\nQelryqvM0GMFQrMV/AeCCzpXiKuvQU77wABSVPrs1IC/IR3EPcvnt4flpLdFaCfX\n6xMSrfTPaM/LVZUtKbNiunisNKVtl88cfjKP+8yKvKSpSjwFwZB0mxfOxdIDeMjG\nfw==\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/podman_registry.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC9V9+VZKAmG+R6\nV00kNPnblow1q3m/GmUKXuSGHHCttNIoz8dui7a0Xm5JDijvwjpYlSRMnjZXQ1yH\n+AvgIhQGrQDtPciexCO7aZFLwNUb7wyjY57qe9gwa5B596erIT3t5Bf7NzY3Xh1j\n373EXw4IFhh05v5EPQO7LAoWeDQNn0I4SnosYTotox5rAur0WUZZsWDemXXvOOWN\niPqJHxg21lYs77kSYBcMG28J2dACsvPd5wbMQP1sO2MtWZqkqaCZmXb7xWcfBYTw\nCj4oNWBWewriKTPE6zis5Uim0ui6dXq3lmvHM+c0ptX6PKK70CEo7jpVb8MB3qsk\n/FNuKcePAgMBAAECggEAU+lBmP+DSeBKnT1bXpRrtrk9YfugdOTJqpLrS9QGy7S6\n/oM2qvMYAU9oKNAxrC+zk9Zkw9/JzVp5A3kWKjpwDZVWN82Nv27FNyVN0vieeUaz\nnyVjJB/Ga47/9E2g7OJKg8b2KcsKJ/d5pu1dOE239jV0mTpVrQAtSyH1Rof26aHL\nZryvwLp+RZf7Xh0uhgiYkC1crCr52xhAWY+qYucq/x6lytgPIjj1QouzILDSh8ef\nik+ceEUmr1h5ZkYoyWogptAa07licPoQZNNpV8IgTLwPpulZmGvBeGqzbIAACBzf\n7GA8eqNt/jDWF+iZ51Q984vNCW77lKobKVqpRVs4gQKBgQDm08522SmsFy8pJ0z0\nUV9N0UlwH7aVwwwRZ47vKd35NW2AET77JsYqOAD7A8+ElPNwOPxow3QL93FJUqIj\nDm13lRRFtnmTZGokJblNwU3Kc0f6I+UBDuqThfMpQlQcvKtqRCWdAHRXScGhnORL\n+5SkF3ph/o0+N7DsGSMhJXQrsQKBgQDR/evlczXfG3CHmOLyD2YmtmY0kPwjEmI/\na0GdxWo/xjLipX48k/y4KL8fi3PcSzZxC/rPm0dLLjZwULCitbGVJGLEby3yB21b\nFqYiwY3/UMZLa3Bw42/LFkSN9xAn+boOrVS8WNF3k3f57/1lPfmC/kHhh9I4mlH9\n6fxcEDA3PwKBgQCkh/Ew8dYsXlI1aVgHBkGCfF12WISS93aQqVpOy273hcfJc4GL\nD7ZMvaKlSbAPdwSWx2fTXQ5IwVW0x/veNRh+FntevZSnJPorTeBpthG27rktaYyA\nVpuKD/6lOCwwV6Nvmaed44cJ+P7WLbjlGCx5UmrfkswmvxeTEs/hforx4QKBgQCS\nI52MtE40c5svstWV0eOsY1njkVb3bW7UZednTiEwOtXk53lf3TmOTEUeReWe1PUR\nXV3yJ0VJa+LU7ULQKZRpj8XwoNMf0c1oC+4Y2AzjNyqZCC9bUNzXQCr7hYpH18KF\nPllvLnywM//WAA+f6q5/XEUrGGPToooXJETNKTL07wKBgG65h0NAQdzIHQXABVui\n8lGVU0FOAOVMTAKr3c2xBz3MEBStjkhrNDE0SfS8cFt9C5UJZCt9rGqe9FvY9Xlt\nb4BaAhoCYVt1gF5EtjpoKFOck/3oKFejzAX1SneI/4uktVvucMbMqGRHxMqtiM05\nAqmPbLyC0SyM0PBJhr8+A/qE\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/podman_registry.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQGe4dG3oGTjiC1PsIxbUyJDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMTll\nZTFkMWItN2EwNjRlMzgtODJkNGZiMDgtYzViNTMyMjMwHhcNMjQwNTI1MTcxNDU4\nWhcNMjUwNTI1MTcxNDU4WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9V9+VZKAmG+R6V00kNPnblow1q3m/GmUK\nXuSGHHCttNIoz8dui7a0Xm5JDijvwjpYlSRMnjZXQ1yH+AvgIhQGrQDtPciexCO7\naZFLwNUb7wyjY57qe9gwa5B596erIT3t5Bf7NzY3Xh1j373EXw4IFhh05v5EPQO7\nLAoWeDQNn0I4SnosYTotox5rAur0WUZZsWDemXXvOOWNiPqJHxg21lYs77kSYBcM\nG28J2dACsvPd5wbMQP1sO2MtWZqkqaCZmXb7xWcfBYTwCj4oNWBWewriKTPE6zis\n5Uim0ui6dXq3lmvHM+c0ptX6PKK70CEo7jpVb8MB3qsk/FNuKcePAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBRyesOPXV7awaVq17W2Br+sWj3k0zAfBgNVHSMEGDAWgBSjHx0PsbMd\ngQofVY+TI4Qrihs+2DANBgkqhkiG9w0BAQsFAAOCAQEAAAw14HzOiosQ5hP9UHfE\nBg9tHwbEFmfNTS7u1zZtOHalRtSVIj2tiP/72eNkej11mk5IOw5g6HiYI/Oz+Ks5\nE3YX+r1TVJNaPP92htBTR8gj078Kzs0p1RaVh0A5W4erV4a3KovY+4CTRuOpgWMj\nD8xMkJDjFpwHS9JGhrJysBQqvAsLY4dJYnUqc2TFYvzQRrNZhv+DSes8NX0IPpPs\nQelryqvM0GMFQrMV/AeCCzpXiKuvQU77wABSVPrs1IC/IR3EPcvnt4flpLdFaCfX\n6xMSrfTPaM/LVZUtKbNiunisNKVtl88cfjKP+8yKvKSpSjwFwZB0mxfOxdIDeMjG\nfw==\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.028378", "end": "2024-05-25 17:14:59.536474", "item": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQGe4dG3oGTjiC1PsIxbUyJDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMTll\nZTFkMWItN2EwNjRlMzgtODJkNGZiMDgtYzViNTMyMjMwHhcNMjQwNTI1MTcxNDU4\nWhcNMjUwNTI1MTcxNDU4WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9V9+VZKAmG+R6V00kNPnblow1q3m/GmUK\nXuSGHHCttNIoz8dui7a0Xm5JDijvwjpYlSRMnjZXQ1yH+AvgIhQGrQDtPciexCO7\naZFLwNUb7wyjY57qe9gwa5B596erIT3t5Bf7NzY3Xh1j373EXw4IFhh05v5EPQO7\nLAoWeDQNn0I4SnosYTotox5rAur0WUZZsWDemXXvOOWNiPqJHxg21lYs77kSYBcM\nG28J2dACsvPd5wbMQP1sO2MtWZqkqaCZmXb7xWcfBYTwCj4oNWBWewriKTPE6zis\n5Uim0ui6dXq3lmvHM+c0ptX6PKK70CEo7jpVb8MB3qsk/FNuKcePAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBRyesOPXV7awaVq17W2Br+sWj3k0zAfBgNVHSMEGDAWgBSjHx0PsbMd\ngQofVY+TI4Qrihs+2DANBgkqhkiG9w0BAQsFAAOCAQEAAAw14HzOiosQ5hP9UHfE\nBg9tHwbEFmfNTS7u1zZtOHalRtSVIj2tiP/72eNkej11mk5IOw5g6HiYI/Oz+Ks5\nE3YX+r1TVJNaPP92htBTR8gj078Kzs0p1RaVh0A5W4erV4a3KovY+4CTRuOpgWMj\nD8xMkJDjFpwHS9JGhrJysBQqvAsLY4dJYnUqc2TFYvzQRrNZhv+DSes8NX0IPpPs\nQelryqvM0GMFQrMV/AeCCzpXiKuvQU77wABSVPrs1IC/IR3EPcvnt4flpLdFaCfX\n6xMSrfTPaM/LVZUtKbNiunisNKVtl88cfjKP+8yKvKSpSjwFwZB0mxfOxdIDeMjG\nfw==\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjTCCAnWgAwIBAgIQGe4dG3oGTjiC1PsIxbUyJDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjMTll\nZTFkMWItN2EwNjRlMzgtODJkNGZiMDgtYzViNTMyMjMwHhcNMjQwNTI1MTcxNDU4\nWhcNMjUwNTI1MTcxNDU4WjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9V9+VZKAmG+R6V00kNPnblow1q3m/GmUK\nXuSGHHCttNIoz8dui7a0Xm5JDijvwjpYlSRMnjZXQ1yH+AvgIhQGrQDtPciexCO7\naZFLwNUb7wyjY57qe9gwa5B596erIT3t5Bf7NzY3Xh1j373EXw4IFhh05v5EPQO7\nLAoWeDQNn0I4SnosYTotox5rAur0WUZZsWDemXXvOOWNiPqJHxg21lYs77kSYBcM\nG28J2dACsvPd5wbMQP1sO2MtWZqkqaCZmXb7xWcfBYTwCj4oNWBWewriKTPE6zis\n5Uim0ui6dXq3lmvHM+c0ptX6PKK70CEo7jpVb8MB3qsk/FNuKcePAgMBAAGjgZ4w\ngZswCwYDVR0PBAQDAgWgMB8GA1UdEQQYMBaCCWxvY2FsaG9zdIIJMTI3LjAuMC4x\nMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0G\nA1UdDgQWBBRyesOPXV7awaVq17W2Br+sWj3k0zAfBgNVHSMEGDAWgBSjHx0PsbMd\ngQofVY+TI4Qrihs+2DANBgkqhkiG9w0BAQsFAAOCAQEAAAw14HzOiosQ5hP9UHfE\nBg9tHwbEFmfNTS7u1zZtOHalRtSVIj2tiP/72eNkej11mk5IOw5g6HiYI/Oz+Ks5\nE3YX+r1TVJNaPP92htBTR8gj078Kzs0p1RaVh0A5W4erV4a3KovY+4CTRuOpgWMj\nD8xMkJDjFpwHS9JGhrJysBQqvAsLY4dJYnUqc2TFYvzQRrNZhv+DSes8NX0IPpPs\nQelryqvM0GMFQrMV/AeCCzpXiKuvQU77wABSVPrs1IC/IR3EPcvnt4flpLdFaCfX\n6xMSrfTPaM/LVZUtKbNiunisNKVtl88cfjKP+8yKvKSpSjwFwZB0mxfOxdIDeMjG\nfw==\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC9V9+VZKAmG+R6\nV00kNPnblow1q3m/GmUKXuSGHHCttNIoz8dui7a0Xm5JDijvwjpYlSRMnjZXQ1yH\n+AvgIhQGrQDtPciexCO7aZFLwNUb7wyjY57qe9gwa5B596erIT3t5Bf7NzY3Xh1j\n373EXw4IFhh05v5EPQO7LAoWeDQNn0I4SnosYTotox5rAur0WUZZsWDemXXvOOWN\niPqJHxg21lYs77kSYBcMG28J2dACsvPd5wbMQP1sO2MtWZqkqaCZmXb7xWcfBYTw\nCj4oNWBWewriKTPE6zis5Uim0ui6dXq3lmvHM+c0ptX6PKK70CEo7jpVb8MB3qsk\n/FNuKcePAgMBAAECggEAU+lBmP+DSeBKnT1bXpRrtrk9YfugdOTJqpLrS9QGy7S6\n/oM2qvMYAU9oKNAxrC+zk9Zkw9/JzVp5A3kWKjpwDZVWN82Nv27FNyVN0vieeUaz\nnyVjJB/Ga47/9E2g7OJKg8b2KcsKJ/d5pu1dOE239jV0mTpVrQAtSyH1Rof26aHL\nZryvwLp+RZf7Xh0uhgiYkC1crCr52xhAWY+qYucq/x6lytgPIjj1QouzILDSh8ef\nik+ceEUmr1h5ZkYoyWogptAa07licPoQZNNpV8IgTLwPpulZmGvBeGqzbIAACBzf\n7GA8eqNt/jDWF+iZ51Q984vNCW77lKobKVqpRVs4gQKBgQDm08522SmsFy8pJ0z0\nUV9N0UlwH7aVwwwRZ47vKd35NW2AET77JsYqOAD7A8+ElPNwOPxow3QL93FJUqIj\nDm13lRRFtnmTZGokJblNwU3Kc0f6I+UBDuqThfMpQlQcvKtqRCWdAHRXScGhnORL\n+5SkF3ph/o0+N7DsGSMhJXQrsQKBgQDR/evlczXfG3CHmOLyD2YmtmY0kPwjEmI/\na0GdxWo/xjLipX48k/y4KL8fi3PcSzZxC/rPm0dLLjZwULCitbGVJGLEby3yB21b\nFqYiwY3/UMZLa3Bw42/LFkSN9xAn+boOrVS8WNF3k3f57/1lPfmC/kHhh9I4mlH9\n6fxcEDA3PwKBgQCkh/Ew8dYsXlI1aVgHBkGCfF12WISS93aQqVpOy273hcfJc4GL\nD7ZMvaKlSbAPdwSWx2fTXQ5IwVW0x/veNRh+FntevZSnJPorTeBpthG27rktaYyA\nVpuKD/6lOCwwV6Nvmaed44cJ+P7WLbjlGCx5UmrfkswmvxeTEs/hforx4QKBgQCS\nI52MtE40c5svstWV0eOsY1njkVb3bW7UZednTiEwOtXk53lf3TmOTEUeReWe1PUR\nXV3yJ0VJa+LU7ULQKZRpj8XwoNMf0c1oC+4Y2AzjNyqZCC9bUNzXQCr7hYpH18KF\nPllvLnywM//WAA+f6q5/XEUrGGPToooXJETNKTL07wKBgG65h0NAQdzIHQXABVui\n8lGVU0FOAOVMTAKr3c2xBz3MEBStjkhrNDE0SfS8cFt9C5UJZCt9rGqe9FvY9Xlt\nb4BaAhoCYVt1gF5EtjpoKFOck/3oKFejzAX1SneI/4uktVvucMbMqGRHxMqtiM05\nAqmPbLyC0SyM0PBJhr8+A/qE\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-05-25 17:14:59.508096" } STDOUT: Request "20240525171458" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 25 May 2024 17:14:59 +0000 (0:00:00.248) 0:01:08.400 ********** 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-ciw6lhebgh/tests/tasks/setup_registry.yml:35 Saturday 25 May 2024 17:15:00 +0000 (0:00:00.524) 0:01:08.924 ********** changed: [sut] => { "changed": true, "checksum": "5d403798c28f0ddf293896a6f91f54f7332c3693", "dest": "/tmp/lsr_qbx_3ti0_podman/auth/registry_cert.crt", "gid": 0, "group": "root", "md5sum": "32acf8ca9a88234b589bd5372e30a1bf", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1716657300.1247923-2839-94202076226764/source", "state": "file", "uid": 0 } TASK [Write key for registry] ************************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tasks/setup_registry.yml:41 Saturday 25 May 2024 17:15:00 +0000 (0:00:00.570) 0:01:09.494 ********** changed: [sut] => { "changed": true, "checksum": "c0d341c481b701b3caac00c493170f9bd650e624", "dest": "/tmp/lsr_qbx_3ti0_podman/auth/registry_key.pem", "gid": 0, "group": "root", "md5sum": "58529403f55fc987da34c8c9d26b9d18", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1716657300.6958184-2854-101511602375416/source", "state": "file", "uid": 0 } TASK [Write CA cert for registry] ********************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tasks/setup_registry.yml:47 Saturday 25 May 2024 17:15:01 +0000 (0:00:00.488) 0:01:09.982 ********** changed: [sut] => { "changed": true, "checksum": "5d403798c28f0ddf293896a6f91f54f7332c3693", "dest": "/tmp/lsr_qbx_3ti0_podman/auth/ca.crt", "gid": 0, "group": "root", "md5sum": "32acf8ca9a88234b589bd5372e30a1bf", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1716657301.1852973-2864-158755363778315/source", "state": "file", "uid": 0 } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tasks/setup_registry.yml:54 Saturday 25 May 2024 17:15:01 +0000 (0:00:00.490) 0:01:10.473 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: apr-util-openssl-1.6.1-23.el9.x86_64", "Installed: skopeo-2:1.14.3-0.1.el9.x86_64", "Installed: apr-1.7.0-12.el9.x86_64", "Installed: apr-util-1.6.1-23.el9.x86_64", "Installed: apr-util-bdb-1.6.1-23.el9.x86_64", "Installed: httpd-tools-2.4.57-8.el9.x86_64" ] } lsrpackages: httpd-tools skopeo TASK [Write user and password] ************************************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tasks/setup_registry.yml:59 Saturday 25 May 2024 17:15:05 +0000 (0:00:03.509) 0:01:13.982 ********** 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-ciw6lhebgh/tests/tasks/setup_registry.yml:67 Saturday 25 May 2024 17:15:05 +0000 (0:00:00.195) 0:01:14.178 ********** 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-ciw6lhebgh/tests/tasks/setup_registry.yml:84 Saturday 25 May 2024 17:15:05 +0000 (0:00:00.505) 0:01:14.684 ********** ok: [sut] => { "ansible_facts": { "__podman_cleanup_paths": [ "/tmp/lsr_qbx_3ti0_podman" ] }, "changed": false } TASK [Start registry] ********************************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tasks/setup_registry.yml:92 Saturday 25 May 2024 17:15:05 +0000 (0:00:00.036) 0:01:14.721 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "run", "-d", "-p", "127.0.0.1:5000:5000", "--name", "podman_registry", "-v", "/tmp/lsr_qbx_3ti0_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.434595", "end": "2024-05-25 17:15:08.480839", "rc": 0, "start": "2024-05-25 17:15:06.046244" } STDOUT: 9a8e5ed15d89d7d5335470bcae876b8a8a6f12f79410c74d2a8a3e3bbf6348a2 STDERR: Trying to pull quay.io/libpod/registry:2.8.2... Getting image source signatures Copying blob sha256:7417fa3c6d923a722787ff60825c3c40f74621ab2e4abcc120e25b10a35e4811 Copying blob sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de Copying blob sha256:121f958bea53668d782691e643e9401ea21dd36c9d81078b51964d2e82b51376 Copying blob sha256:c4d48a809fc2256f8aa0aeee47998488d64409855adba00a7cb3007ab9f3286e Copying blob sha256:88b450dec42ebc9659f10c6fd6d2326706fec4ab7aadf0c38973d930c23c546a Copying config sha256:0030ba3d620c647159c935ee778991c68ef3e51a274703753b0bc530104ef5e5 Writing manifest to image destination TASK [Wait for port] *********************************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tasks/setup_registry.yml:103 Saturday 25 May 2024 17:15:08 +0000 (0:00:02.624) 0:01:17.345 ********** 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-ciw6lhebgh/tests/tasks/setup_registry.yml:107 Saturday 25 May 2024 17:15:08 +0000 (0:00:00.262) 0:01:17.608 ********** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "podman", "logs", "podman_registry" ], "delta": "0:00:00.037603", "end": "2024-05-25 17:15:08.968322", "rc": 0, "start": "2024-05-25 17:15:08.930719" } STDERR: time="2024-05-25T17:15:08.485483303Z" 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=ed543839-41c9-4d35-a19a-c558daa9cd2d service=registry version=2.8.2 time="2024-05-25T17:15:08.48554901Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=ed543839-41c9-4d35-a19a-c558daa9cd2d service=registry version=2.8.2 time="2024-05-25T17:15:08.485655907Z" level=info msg="using inmemory blob descriptor cache" go.version=go1.19.9 instance.id=ed543839-41c9-4d35-a19a-c558daa9cd2d service=registry version=2.8.2 time="2024-05-25T17:15:08.485958344Z" level=info msg="Starting upload purge in 3m0s" go.version=go1.19.9 instance.id=ed543839-41c9-4d35-a19a-c558daa9cd2d service=registry version=2.8.2 time="2024-05-25T17:15:08.48731576Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.19.9 instance.id=ed543839-41c9-4d35-a19a-c558daa9cd2d service=registry version=2.8.2 time="2024-05-25T17:15:08.487515765Z" 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=ed543839-41c9-4d35-a19a-c558daa9cd2d service=registry version=2.8.2 time="2024-05-25T17:15:08.48796963Z" level=info msg="listening on [::]:5000, tls" go.version=go1.19.9 instance.id=ed543839-41c9-4d35-a19a-c558daa9cd2d service=registry version=2.8.2 2024/05/25 17:15:08 http: TLS handshake error from 10.88.0.1:36182: EOF TASK [Convert test image names into local registry names] ********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tasks/setup_registry.yml:113 Saturday 25 May 2024 17:15:09 +0000 (0:00:00.226) 0:01:17.834 ********** 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-ciw6lhebgh/tests/tasks/setup_registry.yml:118 Saturday 25 May 2024 17:15:09 +0000 (0:00:00.020) 0:01:17.855 ********** 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_qbx_3ti0_podman/auth/auth.json\" --cert-dir=\"/tmp/lsr_qbx_3ti0_podman/auth\" quay.io/libpod/testimage:20210610 docker://localhost:5000/libpod/testimage:20210610", "delta": "0:00:01.404706", "end": "2024-05-25 17:15:10.584908", "item": { "key": "quay.io/libpod/testimage:20210610", "value": "localhost:5000/libpod/testimage:20210610" }, "rc": 0, "start": "2024-05-25 17:15:09.180202" } 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-ciw6lhebgh/tests/tasks/setup_registry.yml:129 Saturday 25 May 2024 17:15:10 +0000 (0:00:01.592) 0:01:19.447 ********** ok: [sut] => (item=localhost:5000/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "skopeo", "inspect", "--authfile=/tmp/lsr_qbx_3ti0_podman/auth/auth.json", "--cert-dir=/tmp/lsr_qbx_3ti0_podman/auth", "docker://localhost:5000/libpod/testimage:20210610" ], "delta": "0:00:00.162334", "end": "2024-05-25 17:15:10.936352", "item": "localhost:5000/libpod/testimage:20210610", "rc": 0, "start": "2024-05-25 17:15:10.774018" } 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-ciw6lhebgh/tests/tests_auth_and_security.yml:60 Saturday 25 May 2024 17:15:10 +0000 (0:00:00.352) 0:01:19.799 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:15:11 +0000 (0:00:00.053) 0:01:19.853 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:15:11 +0000 (0:00:00.031) 0:01:19.884 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:15:11 +0000 (0:00:00.021) 0:01:19.906 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:15:11 +0000 (0:00:00.017) 0:01:19.924 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:15:11 +0000 (0:00:00.017) 0:01:19.941 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:15:11 +0000 (0:00:00.044) 0:01:19.985 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:15:11 +0000 (0:00:00.593) 0:01:20.578 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:15:11 +0000 (0:00:00.019) 0:01:20.597 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:15:11 +0000 (0:00:00.023) 0:01:20.620 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028384", "end": "2024-05-25 17:15:11.972606", "rc": 0, "start": "2024-05-25 17:15:11.944222" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.214) 0:01:20.835 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.019) 0:01:20.854 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.041) 0:01:20.896 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.038) 0:01:20.935 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.035) 0:01:20.971 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.024) 0:01:20.995 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.024) 0:01:21.019 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.024) 0:01:21.044 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.186) 0:01:21.230 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.023) 0:01:21.254 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.188) 0:01:21.442 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.018) 0:01:21.461 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.018) 0:01:21.480 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.018) 0:01:21.498 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.017) 0:01:21.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.017) 0:01:21.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.017) 0:01:21.551 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.039) 0:01:21.590 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.019) 0:01:21.609 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.039) 0:01:21.649 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.035) 0:01:21.685 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.017) 0:01:21.703 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.018) 0:01:21.721 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.036) 0:01:21.758 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.018) 0:01:21.776 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:15:12 +0000 (0:00:00.018) 0:01:21.795 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.037) 0:01:21.833 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.019) 0:01:21.852 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.019) 0:01:21.871 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.036) 0:01:21.908 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.019) 0:01:21.927 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.017) 0:01:21.944 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.040) 0:01:21.984 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.019) 0:01:22.004 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.018) 0:01:22.022 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.018) 0:01:22.040 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.017) 0:01:22.058 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle credential files - present] *********** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.017) 0:01:22.075 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.016) 0:01:22.092 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.017) 0:01:22.109 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.045) 0:01:22.154 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.023) 0:01:22.178 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.025) 0:01:22.204 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.020) 0:01:22.224 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.033) 0:01:22.258 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.022) 0:01:22.281 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.022) 0:01:22.303 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.025) 0:01:22.328 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.214) 0:01:22.543 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.025) 0:01:22.568 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.190) 0:01:22.758 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.019) 0:01:22.777 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.018) 0:01:22.796 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:13 +0000 (0:00:00.017) 0:01:22.814 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.018) 0:01:22.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.018) 0:01:22.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.018) 0:01:22.869 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.017) 0:01:22.887 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.017) 0:01:22.905 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.017) 0:01:22.922 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.028) 0:01:22.951 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.019) 0:01:22.970 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.019) 0:01:22.990 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.022) 0:01:23.012 ********** 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.005933", "end": "2024-05-25 17:15:14.339178", "rc": 0, "start": "2024-05-25 17:15:14.333245" } 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.187) 0:01:23.199 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.019) 0:01:23.218 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.070) 0:01:23.289 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.033) 0:01:23.322 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.018) 0:01:23.340 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.019) 0:01:23.360 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.019) 0:01:23.380 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.019) 0:01:23.399 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 25 May 2024 17:15:14 +0000 (0:00:00.021) 0:01:23.420 ********** 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-ciw6lhebgh/tests/tests_auth_and_security.yml:75 Saturday 25 May 2024 17:15:15 +0000 (0:00:00.510) 0:01:23.930 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role with credentials and cert checking] ************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tests_auth_and_security.yml:86 Saturday 25 May 2024 17:15:15 +0000 (0:00:00.019) 0:01:23.949 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:15:15 +0000 (0:00:00.037) 0:01:23.987 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:15:15 +0000 (0:00:00.032) 0:01:24.019 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:15:15 +0000 (0:00:00.023) 0:01:24.043 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:15:15 +0000 (0:00:00.043) 0:01:24.086 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:15:15 +0000 (0:00:00.020) 0:01:24.107 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:15:15 +0000 (0:00:00.044) 0:01:24.151 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:15:15 +0000 (0:00:00.586) 0:01:24.738 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:15:15 +0000 (0:00:00.019) 0:01:24.758 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:15:15 +0000 (0:00:00.022) 0:01:24.781 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029945", "end": "2024-05-25 17:15:16.128054", "rc": 0, "start": "2024-05-25 17:15:16.098109" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.207) 0:01:24.988 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.019) 0:01:25.008 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.017) 0:01:25.026 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.056) 0:01:25.083 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.057) 0:01:25.141 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.024) 0:01:25.165 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.023) 0:01:25.188 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.025) 0:01:25.213 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.195) 0:01:25.409 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.025) 0:01:25.434 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.189) 0:01:25.624 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.019) 0:01:25.644 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.018) 0:01:25.662 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.019) 0:01:25.682 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.017) 0:01:25.700 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.018) 0:01:25.718 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.017) 0:01:25.736 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.018) 0:01:25.754 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.018) 0:01:25.772 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.023) 0:01:25.796 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:15:16 +0000 (0:00:00.034) 0:01:25.831 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.041) 0:01:25.872 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.019) 0:01:25.892 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.036) 0:01:25.928 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.019) 0:01:25.947 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.018) 0:01:25.965 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.036) 0:01:26.002 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.019) 0:01:26.021 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.018) 0:01:26.040 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.038) 0:01:26.079 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.019) 0:01:26.098 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.019) 0:01:26.118 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.019) 0:01:26.137 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.019) 0:01:26.157 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.018) 0:01:26.176 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.019) 0:01:26.195 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.018) 0:01:26.214 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.045) 0:01:26.259 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.018) 0:01:26.278 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.018) 0:01:26.297 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.055) 0:01:26.352 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.025) 0:01:26.378 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.025) 0:01:26.404 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.020) 0:01:26.424 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.033) 0:01:26.458 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.022) 0:01:26.481 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.022) 0:01:26.504 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.026) 0:01:26.530 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.189) 0:01:26.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:17 +0000 (0:00:00.024) 0:01:26.743 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.187) 0:01:26.931 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.020) 0:01:26.952 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.045) 0:01:26.997 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.019) 0:01:27.017 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.019) 0:01:27.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.018) 0:01:27.055 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.018) 0:01:27.074 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.018) 0:01:27.092 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.018) 0:01:27.110 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.018) 0:01:27.129 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.032) 0:01:27.161 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.024) 0:01:27.185 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.020) 0:01:27.206 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.023) 0:01:27.230 ********** 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.006076", "end": "2024-05-25 17:15:18.560887", "rc": 0, "start": "2024-05-25 17:15:18.554811" } 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.193) 0:01:27.423 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.019) 0:01:27.443 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.042) 0:01:27.485 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.032) 0:01:27.518 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.019) 0:01:27.538 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.048) 0:01:27.586 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.020) 0:01:27.607 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.020) 0:01:27.627 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 25 May 2024 17:15:18 +0000 (0:00:00.024) 0:01:27.651 ********** 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-ciw6lhebgh/tests/tests_auth_and_security.yml:101 Saturday 25 May 2024 17:15:19 +0000 (0:00:00.428) 0:01:28.080 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create a local tmpdir] *************************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tests_auth_and_security.yml:112 Saturday 25 May 2024 17:15:19 +0000 (0:00:00.020) 0:01:28.100 ********** changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0700", "owner": "jenkins", "path": "/tmp/lsr_o_y35hip_podman", "size": 6, "state": "directory", "uid": 1000090000 } TASK [Run the role with credentials in spec and CA cert] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tests_auth_and_security.yml:120 Saturday 25 May 2024 17:15:19 +0000 (0:00:00.110) 0:01:28.211 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:15:19 +0000 (0:00:00.043) 0:01:28.255 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:15:19 +0000 (0:00:00.035) 0:01:28.291 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:15:19 +0000 (0:00:00.024) 0:01:28.315 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:15:19 +0000 (0:00:00.018) 0:01:28.334 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:15:19 +0000 (0:00:00.019) 0:01:28.353 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:15:19 +0000 (0:00:00.046) 0:01:28.400 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:15:20 +0000 (0:00:00.619) 0:01:29.019 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:15:20 +0000 (0:00:00.019) 0:01:29.039 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:15:20 +0000 (0:00:00.022) 0:01:29.062 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028121", "end": "2024-05-25 17:15:20.409576", "rc": 0, "start": "2024-05-25 17:15:20.381455" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:15:20 +0000 (0:00:00.209) 0:01:29.271 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:15:20 +0000 (0:00:00.020) 0:01:29.291 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:15:20 +0000 (0:00:00.019) 0:01:29.311 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:15:20 +0000 (0:00:00.053) 0:01:29.364 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:20 +0000 (0:00:00.036) 0:01:29.401 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:20 +0000 (0:00:00.024) 0:01:29.425 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:20 +0000 (0:00:00.021) 0:01:29.447 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:20 +0000 (0:00:00.025) 0:01:29.473 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:20 +0000 (0:00:00.217) 0:01:29.691 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:20 +0000 (0:00:00.025) 0:01:29.716 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.191) 0:01:29.908 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.019) 0:01:29.927 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.019) 0:01:29.947 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.019) 0:01:29.966 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.018) 0:01:29.984 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.018) 0:01:30.003 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.018) 0:01:30.021 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.017) 0:01:30.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.018) 0:01:30.057 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.025) 0:01:30.083 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.035) 0:01:30.118 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.020) 0:01:30.139 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.021) 0:01:30.160 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.037) 0:01:30.198 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.047) 0:01:30.245 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.019) 0:01:30.265 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.038) 0:01:30.303 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.020) 0:01:30.324 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.020) 0:01:30.345 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.038) 0:01:30.384 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.018) 0:01:30.402 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.018) 0:01:30.421 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.018) 0:01:30.440 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.017) 0:01:30.458 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.021) 0:01:30.479 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.020) 0:01:30.499 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.018) 0:01:30.518 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.046) 0:01:30.565 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.021) 0:01:30.586 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.020) 0:01:30.606 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.052) 0:01:30.659 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.033) 0:01:30.693 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.024) 0:01:30.718 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.022) 0:01:30.740 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:21 +0000 (0:00:00.025) 0:01:30.766 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:22 +0000 (0:00:00.190) 0:01:30.956 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:22 +0000 (0:00:00.023) 0:01:30.980 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:22 +0000 (0:00:00.188) 0:01:31.168 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:22 +0000 (0:00:00.019) 0:01:31.188 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:22 +0000 (0:00:00.018) 0:01:31.207 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:22 +0000 (0:00:00.019) 0:01:31.226 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:22 +0000 (0:00:00.020) 0:01:31.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:22 +0000 (0:00:00.019) 0:01:31.266 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:22 +0000 (0:00:00.020) 0:01:31.286 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:22 +0000 (0:00:00.021) 0:01:31.308 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:15:22 +0000 (0:00:00.020) 0:01:31.329 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:15:22 +0000 (0:00:00.025) 0:01:31.355 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:15:22 +0000 (0:00:00.050) 0:01:31.405 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:15:22 +0000 (0:00:00.027) 0:01:31.432 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:15:22 +0000 (0:00:00.196) 0:01:31.629 ********** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:15:23 +0000 (0:00:00.517) 0:01:32.147 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:15:23 +0000 (0:00:00.027) 0:01:32.175 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:15:23 +0000 (0:00:00.019) 0:01:32.195 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:15:23 +0000 (0:00:00.018) 0:01:32.213 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:15:23 +0000 (0:00:00.017) 0:01:32.231 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:15:23 +0000 (0:00:00.017) 0:01:32.248 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:15:23 +0000 (0:00:00.059) 0:01:32.307 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:15:23 +0000 (0:00:00.025) 0:01:32.332 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:15:23 +0000 (0:00:00.026) 0:01:32.358 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:15:23 +0000 (0:00:00.020) 0:01:32.379 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:23 +0000 (0:00:00.063) 0:01:32.442 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:23 +0000 (0:00:00.024) 0:01:32.467 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:23 +0000 (0:00:00.025) 0:01:32.492 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:23 +0000 (0:00:00.027) 0:01:32.520 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:23 +0000 (0:00:00.194) 0:01:32.714 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:23 +0000 (0:00:00.027) 0:01:32.742 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.189) 0:01:32.931 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.020) 0:01:32.952 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.019) 0:01:32.971 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.019) 0:01:32.991 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.018) 0:01:33.010 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.019) 0:01:33.029 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.019) 0:01:33.049 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.019) 0:01:33.069 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.019) 0:01:33.088 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.018) 0:01:33.107 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.030) 0:01:33.137 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.020) 0:01:33.158 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.054) 0:01:33.212 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.022) 0:01:33.234 ********** 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.006019", "end": "2024-05-25 17:15:24.569655", "rc": 0, "start": "2024-05-25 17:15:24.563636" } 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.194) 0:01:33.429 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.020) 0:01:33.450 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.041) 0:01:33.492 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.033) 0:01:33.525 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.020) 0:01:33.545 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.019) 0:01:33.564 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.018) 0:01:33.583 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.018) 0:01:33.601 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 25 May 2024 17:15:24 +0000 (0:00:00.019) 0:01:33.620 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 25 May 2024 17:15:25 +0000 (0:00:00.501) 0:01:34.122 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 25 May 2024 17:15:25 +0000 (0:00:00.187) 0:01:34.309 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 25 May 2024 17:15:25 +0000 (0:00:00.224) 0:01:34.534 ********** 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-1716657325.740346-4020-42533349247260/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 25 May 2024 17:15:26 +0000 (0:00:00.513) 0:01:35.048 ********** changed: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: 002a2a7b93acd3b733018f4e46b62e13991a462054eb019241a859e6557554c6 Container: 3f7355f5e75332106a8cd7993ece748774e7bbb478b462f4cdc107749cdbe4b3 TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 25 May 2024 17:15:27 +0000 (0:00:00.937) 0:01:35.986 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 25 May 2024 17:15:27 +0000 (0:00:00.630) 0:01:36.616 ********** 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": "network-online.target sysinit.target basic.target -.mount systemd-journald.socket \"system-podman\\\\x2dkube.slice\"", "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": "sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 25 May 2024 17:15:28 +0000 (0:00:00.841) 0:01:37.458 ********** 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": "-.mount network-online.target sysinit.target \"system-podman\\\\x2dkube.slice\" systemd-journald.socket basic.target", "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": "\"system-podman\\\\x2dkube.slice\" sysinit.target -.mount", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 25 May 2024 17:15:29 +0000 (0:00:01.356) 0:01:38.814 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.020) 0:01:38.835 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.085) 0:01:38.921 ********** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "auth_test_1_quadlet", "Image": "localhost:5000/libpod/testimage:20210610" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.024) 0:01:38.945 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.024) 0:01:38.969 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.018) 0:01:38.988 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.027) 0:01:39.015 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.034) 0:01:39.050 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.022) 0:01:39.073 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.022) 0:01:39.095 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.027) 0:01:39.122 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.242) 0:01:39.365 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.024) 0:01:39.389 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.217) 0:01:39.607 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.019) 0:01:39.627 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.019) 0:01:39.646 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.020) 0:01:39.666 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.054) 0:01:39.721 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.020) 0:01:39.741 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.019) 0:01:39.761 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.020) 0:01:39.781 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 25 May 2024 17:15:30 +0000 (0:00:00.019) 0:01:39.801 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 25 May 2024 17:15:31 +0000 (0:00:00.037) 0:01:39.838 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 25 May 2024 17:15:31 +0000 (0:00:00.020) 0:01:39.859 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 25 May 2024 17:15:31 +0000 (0:00:00.019) 0:01:39.879 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 25 May 2024 17:15:31 +0000 (0:00:00.038) 0:01:39.917 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 25 May 2024 17:15:31 +0000 (0:00:00.021) 0:01:39.938 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 25 May 2024 17:15:31 +0000 (0:00:00.020) 0:01:39.958 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 25 May 2024 17:15:31 +0000 (0:00:00.041) 0:01:40.000 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:15:31 +0000 (0:00:00.031) 0:01:40.032 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:15:31 +0000 (0:00:00.019) 0:01:40.051 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:15:31 +0000 (0:00:00.017) 0:01:40.069 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 25 May 2024 17:15:31 +0000 (0:00:00.017) 0:01:40.087 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 25 May 2024 17:15:31 +0000 (0:00:00.016) 0:01:40.104 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 25 May 2024 17:15:32 +0000 (0:00:00.836) 0:01:40.941 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 25 May 2024 17:15:32 +0000 (0:00:00.269) 0:01:41.210 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 25 May 2024 17:15:32 +0000 (0:00:00.019) 0:01:41.229 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 25 May 2024 17:15:32 +0000 (0:00:00.020) 0:01:41.249 ********** 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-1716657332.4632652-4200-61696117527703/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.687) 0:01:41.937 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.022) 0:01:41.960 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.023) 0:01:41.983 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.023) 0:01:42.006 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.017) 0:01:42.024 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - absent] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.019) 0:01:42.043 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.082) 0:01:42.125 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.020) 0:01:42.146 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.020) 0:01:42.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.021) 0:01:42.188 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.034) 0:01:42.222 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.025) 0:01:42.247 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.025) 0:01:42.273 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.028) 0:01:42.301 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.213) 0:01:42.514 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.025) 0:01:42.540 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.253) 0:01:42.793 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:33 +0000 (0:00:00.019) 0:01:42.813 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.019) 0:01:42.833 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.020) 0:01:42.853 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.019) 0:01:42.872 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.050) 0:01:42.923 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.020) 0:01:42.943 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.020) 0:01:42.963 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.019) 0:01:42.983 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.025) 0:01:43.008 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.020) 0:01:43.029 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.028) 0:01:43.057 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.020) 0:01:43.078 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.028) 0:01:43.106 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.026) 0:01:43.133 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.019) 0:01:43.152 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run the role with credentials in global vars] **************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tests_auth_and_security.yml:135 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.019) 0:01:43.172 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.048) 0:01:43.221 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.035) 0:01:43.256 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.024) 0:01:43.280 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.019) 0:01:43.299 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.018) 0:01:43.318 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:15:34 +0000 (0:00:00.080) 0:01:43.399 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:15:35 +0000 (0:00:00.725) 0:01:44.124 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:15:35 +0000 (0:00:00.019) 0:01:44.144 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:15:35 +0000 (0:00:00.022) 0:01:44.167 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.035430", "end": "2024-05-25 17:15:35.554996", "rc": 0, "start": "2024-05-25 17:15:35.519566" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:15:35 +0000 (0:00:00.261) 0:01:44.428 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:15:35 +0000 (0:00:00.021) 0:01:44.449 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:15:35 +0000 (0:00:00.020) 0:01:44.470 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:15:35 +0000 (0:00:00.037) 0:01:44.507 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:35 +0000 (0:00:00.035) 0:01:44.542 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:35 +0000 (0:00:00.047) 0:01:44.590 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:35 +0000 (0:00:00.023) 0:01:44.614 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:35 +0000 (0:00:00.025) 0:01:44.640 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.252) 0:01:44.892 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.024) 0:01:44.917 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.253) 0:01:45.171 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.019) 0:01:45.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.019) 0:01:45.210 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.019) 0:01:45.229 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.018) 0:01:45.248 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.018) 0:01:45.267 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.018) 0:01:45.285 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.018) 0:01:45.303 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.018) 0:01:45.321 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.024) 0:01:45.346 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.035) 0:01:45.381 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.019) 0:01:45.401 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.043) 0:01:45.445 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.036) 0:01:45.482 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.019) 0:01:45.501 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.017) 0:01:45.519 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.036) 0:01:45.556 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.018) 0:01:45.574 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.018) 0:01:45.592 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.037) 0:01:45.630 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.018) 0:01:45.649 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.017) 0:01:45.667 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.018) 0:01:45.685 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.017) 0:01:45.703 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.019) 0:01:45.723 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.017) 0:01:45.741 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.018) 0:01:45.759 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.017) 0:01:45.776 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:15:36 +0000 (0:00:00.043) 0:01:45.819 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.019) 0:01:45.838 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.045) 0:01:45.884 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.024) 0:01:45.909 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.025) 0:01:45.934 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.020) 0:01:45.955 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.033) 0:01:45.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.022) 0:01:46.011 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.022) 0:01:46.034 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.025) 0:01:46.060 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.218) 0:01:46.278 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.025) 0:01:46.303 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.220) 0:01:46.524 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.020) 0:01:46.544 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.050) 0:01:46.594 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.019) 0:01:46.614 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.019) 0:01:46.634 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.019) 0:01:46.653 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.019) 0:01:46.673 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.019) 0:01:46.692 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.018) 0:01:46.711 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.018) 0:01:46.729 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.032) 0:01:46.762 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.020) 0:01:46.783 ********** ok: [sut] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 6] ********** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:15:37 +0000 (0:00:00.020) 0:01:46.803 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:15:38 +0000 (0:00:00.030) 0:01:46.833 ********** 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.008549", "end": "2024-05-25 17:15:38.233409", "rc": 0, "start": "2024-05-25 17:15:38.224860" } 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:15:38 +0000 (0:00:00.267) 0:01:47.101 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:15:38 +0000 (0:00:00.018) 0:01:47.120 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 25 May 2024 17:15:38 +0000 (0:00:00.040) 0:01:47.160 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:15:38 +0000 (0:00:00.032) 0:01:47.193 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:15:38 +0000 (0:00:00.056) 0:01:47.249 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:15:38 +0000 (0:00:00.019) 0:01:47.269 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 25 May 2024 17:15:38 +0000 (0:00:00.020) 0:01:47.290 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 25 May 2024 17:15:38 +0000 (0:00:00.019) 0:01:47.309 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 25 May 2024 17:15:38 +0000 (0:00:00.018) 0:01:47.328 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 25 May 2024 17:15:39 +0000 (0:00:00.731) 0:01:48.060 ********** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1716657326.5259693, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1716657326.159968, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 442499467, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716657325.966967, "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": "3619404509", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 25 May 2024 17:15:39 +0000 (0:00:00.274) 0:01:48.334 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 25 May 2024 17:15:39 +0000 (0:00:00.276) 0:01:48.611 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 25 May 2024 17:15:40 +0000 (0:00:00.625) 0:01:49.237 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 25 May 2024 17:15:40 +0000 (0:00:00.497) 0:01:49.735 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 25 May 2024 17:15:40 +0000 (0:00:00.021) 0:01:49.756 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 25 May 2024 17:15:40 +0000 (0:00:00.020) 0:01:49.777 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 25 May 2024 17:15:40 +0000 (0:00:00.021) 0:01:49.798 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 25 May 2024 17:15:40 +0000 (0:00:00.021) 0:01:49.819 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.049) 0:01:49.868 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.024) 0:01:49.893 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.024) 0:01:49.917 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.019) 0:01:49.937 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.027) 0:01:49.964 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.034) 0:01:49.998 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.024) 0:01:50.023 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.023) 0:01:50.047 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.026) 0:01:50.073 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.207) 0:01:50.281 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.025) 0:01:50.307 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.254) 0:01:50.561 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.019) 0:01:50.581 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.018) 0:01:50.600 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.018) 0:01:50.618 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.020) 0:01:50.639 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.020) 0:01:50.659 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.020) 0:01:50.680 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.021) 0:01:50.701 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.021) 0:01:50.722 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.036) 0:01:50.759 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.021) 0:01:50.781 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 25 May 2024 17:15:41 +0000 (0:00:00.021) 0:01:50.803 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 25 May 2024 17:15:42 +0000 (0:00:00.039) 0:01:50.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 : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 25 May 2024 17:15:42 +0000 (0:00:00.029) 0:01:50.872 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 25 May 2024 17:15:42 +0000 (0:00:00.018) 0:01:50.890 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 25 May 2024 17:15:42 +0000 (0:00:00.040) 0:01:50.931 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:15:42 +0000 (0:00:00.064) 0:01:50.995 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:15:42 +0000 (0:00:00.021) 0:01:51.016 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:15:42 +0000 (0:00:00.021) 0:01:51.038 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 25 May 2024 17:15:42 +0000 (0:00:00.028) 0:01:51.067 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 25 May 2024 17:15:42 +0000 (0:00:00.019) 0:01:51.086 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 25 May 2024 17:15:43 +0000 (0:00:00.842) 0:01:51.929 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 25 May 2024 17:15:43 +0000 (0:00:00.253) 0:01:52.182 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 25 May 2024 17:15:43 +0000 (0:00:00.021) 0:01:52.203 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 25 May 2024 17:15:43 +0000 (0:00:00.019) 0:01:52.223 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 25 May 2024 17:15:43 +0000 (0:00:00.587) 0:01:52.811 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 25 May 2024 17:15:44 +0000 (0:00:00.020) 0:01:52.832 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 25 May 2024 17:15:44 +0000 (0:00:00.047) 0:01:52.880 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 25 May 2024 17:15:44 +0000 (0:00:00.021) 0:01:52.902 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 25 May 2024 17:15:44 +0000 (0:00:00.017) 0:01:52.919 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 25 May 2024 17:15:44 +0000 (0:00:00.018) 0:01:52.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 [Get authfile locally] **************************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tests_auth_and_security.yml:146 Saturday 25 May 2024 17:15:44 +0000 (0:00:00.018) 0:01:52.956 ********** changed: [sut] => { "changed": true, "checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "dest": "/tmp/lsr_o_y35hip_podman/auth.json", "md5sum": "f15cd4419e7120618eaac8d321813d3d", "remote_checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "remote_md5sum": null } TASK [Provide a credentials file - root] *************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tests_auth_and_security.yml:152 Saturday 25 May 2024 17:15:44 +0000 (0:00:00.311) 0:01:53.267 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:15:44 +0000 (0:00:00.055) 0:01:53.323 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:15:44 +0000 (0:00:00.033) 0:01:53.356 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:15:44 +0000 (0:00:00.024) 0:01:53.381 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:15:44 +0000 (0:00:00.020) 0:01:53.401 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:15:44 +0000 (0:00:00.020) 0:01:53.422 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:15:44 +0000 (0:00:00.048) 0:01:53.470 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:15:45 +0000 (0:00:00.776) 0:01:54.246 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:15:45 +0000 (0:00:00.019) 0:01:54.266 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:15:45 +0000 (0:00:00.023) 0:01:54.290 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.050123", "end": "2024-05-25 17:15:45.722113", "rc": 0, "start": "2024-05-25 17:15:45.671990" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:15:45 +0000 (0:00:00.302) 0:01:54.592 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:15:45 +0000 (0:00:00.021) 0:01:54.613 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:15:45 +0000 (0:00:00.018) 0:01:54.631 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:15:45 +0000 (0:00:00.037) 0:01:54.668 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:45 +0000 (0:00:00.036) 0:01:54.705 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:45 +0000 (0:00:00.024) 0:01:54.729 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:45 +0000 (0:00:00.024) 0:01:54.754 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:45 +0000 (0:00:00.026) 0:01:54.780 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.258) 0:01:55.038 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.068) 0:01:55.107 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.288) 0:01:55.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.019) 0:01:55.415 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.022) 0:01:55.437 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.019) 0:01:55.457 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.019) 0:01:55.477 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.019) 0:01:55.496 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.020) 0:01:55.516 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.019) 0:01:55.536 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.018) 0:01:55.554 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.025) 0:01:55.580 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.035) 0:01:55.616 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.019) 0:01:55.635 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.018) 0:01:55.653 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.036) 0:01:55.689 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.019) 0:01:55.709 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.048) 0:01:55.757 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.037) 0:01:55.795 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:15:46 +0000 (0:00:00.019) 0:01:55.815 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.017) 0:01:55.833 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.038) 0:01:55.872 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.020) 0:01:55.892 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.020) 0:01:55.912 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.019) 0:01:55.932 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.019) 0:01:55.952 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.020) 0:01:55.972 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.019) 0:01:55.992 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.018) 0:01:56.011 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.017) 0:01:56.028 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.046) 0:01:56.074 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.020) 0:01:56.095 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.059) 0:01:56.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.025) 0:01:56.179 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.024) 0:01:56.204 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.028) 0:01:56.232 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.231) 0:01:56.464 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.025) 0:01:56.490 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.249) 0:01:56.739 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.020) 0:01:56.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.019) 0:01:56.779 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.019) 0:01:56.798 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:47 +0000 (0:00:00.018) 0:01:56.816 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:48 +0000 (0:00:00.018) 0:01:56.835 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:48 +0000 (0:00:00.017) 0:01:56.853 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:48 +0000 (0:00:00.019) 0:01:56.873 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:15:48 +0000 (0:00:00.019) 0:01:56.892 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:15:48 +0000 (0:00:00.028) 0:01:56.920 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:15:48 +0000 (0:00:00.288) 0:01:57.208 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.691) 0:01:57.900 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.022) 0:01:57.922 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.022) 0:01:57.945 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.019) 0:01:57.964 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.020) 0:01:57.985 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.019) 0:01:58.004 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.049) 0:01:58.054 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.025) 0:01:58.080 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.026) 0:01:58.107 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.022) 0:01:58.129 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.037) 0:01:58.166 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.024) 0:01:58.191 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.057) 0:01:58.248 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.028) 0:01:58.277 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.228) 0:01:58.506 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.025) 0:01:58.532 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.255) 0:01:58.787 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.020) 0:01:58.808 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:49 +0000 (0:00:00.020) 0:01:58.828 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.019) 0:01:58.848 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.020) 0:01:58.869 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.019) 0:01:58.888 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.020) 0:01:58.908 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.019) 0:01:58.928 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.019) 0:01:58.948 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.018) 0:01:58.966 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.031) 0:01:58.997 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.022) 0:01:59.020 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.022) 0:01:59.043 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.059) 0:01:59.103 ********** 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.006499", "end": "2024-05-25 17:15:50.476091", "rc": 0, "start": "2024-05-25 17:15:50.469592" } 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.233) 0:01:59.336 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.019) 0:01:59.356 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.042) 0:01:59.399 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.035) 0:01:59.434 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.019) 0:01:59.454 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.020) 0:01:59.475 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.020) 0:01:59.495 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.020) 0:01:59.515 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 25 May 2024 17:15:50 +0000 (0:00:00.019) 0:01:59.534 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 25 May 2024 17:15:51 +0000 (0:00:00.774) 0:02:00.309 ********** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1716657326.5259693, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1716657326.159968, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 442499467, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716657325.966967, "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": "3619404509", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 25 May 2024 17:15:51 +0000 (0:00:00.269) 0:02:00.579 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 25 May 2024 17:15:52 +0000 (0:00:00.262) 0:02:00.841 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 25 May 2024 17:15:52 +0000 (0:00:00.577) 0:02:01.418 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 25 May 2024 17:15:52 +0000 (0:00:00.407) 0:02:01.825 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.021) 0:02:01.847 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.020) 0:02:01.867 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.021) 0:02:01.889 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.023) 0:02:01.912 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.051) 0:02:01.964 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.024) 0:02:01.989 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.023) 0:02:02.013 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.019) 0:02:02.032 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.026) 0:02:02.059 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.066) 0:02:02.126 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.024) 0:02:02.151 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.025) 0:02:02.176 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.030) 0:02:02.207 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.251) 0:02:02.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.025) 0:02:02.483 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.251) 0:02:02.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.020) 0:02:02.755 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.019) 0:02:02.774 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.018) 0:02:02.793 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:53 +0000 (0:00:00.019) 0:02:02.813 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:54 +0000 (0:00:00.019) 0:02:02.832 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:54 +0000 (0:00:00.019) 0:02:02.852 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:54 +0000 (0:00:00.019) 0:02:02.871 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 25 May 2024 17:15:54 +0000 (0:00:00.019) 0:02:02.891 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 25 May 2024 17:15:54 +0000 (0:00:00.033) 0:02:02.925 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 25 May 2024 17:15:54 +0000 (0:00:00.053) 0:02:02.978 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 25 May 2024 17:15:54 +0000 (0:00:00.020) 0:02:02.999 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 25 May 2024 17:15:54 +0000 (0:00:00.039) 0:02:03.039 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 25 May 2024 17:15:54 +0000 (0:00:00.022) 0:02:03.062 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 25 May 2024 17:15:54 +0000 (0:00:00.018) 0:02:03.081 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 25 May 2024 17:15:54 +0000 (0:00:00.040) 0:02:03.121 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:15:54 +0000 (0:00:00.033) 0:02:03.154 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:15:54 +0000 (0:00:00.020) 0:02:03.175 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:15:54 +0000 (0:00:00.020) 0:02:03.195 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 25 May 2024 17:15:54 +0000 (0:00:00.019) 0:02:03.215 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 25 May 2024 17:15:54 +0000 (0:00:00.019) 0:02:03.234 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 25 May 2024 17:15:55 +0000 (0:00:00.722) 0:02:03.957 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 25 May 2024 17:15:55 +0000 (0:00:00.261) 0:02:04.218 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 25 May 2024 17:15:55 +0000 (0:00:00.053) 0:02:04.271 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 25 May 2024 17:15:55 +0000 (0:00:00.021) 0:02:04.292 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 25 May 2024 17:15:56 +0000 (0:00:00.605) 0:02:04.898 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 25 May 2024 17:15:56 +0000 (0:00:00.021) 0:02:04.919 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 25 May 2024 17:15:56 +0000 (0:00:00.021) 0:02:04.941 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 25 May 2024 17:15:56 +0000 (0:00:00.022) 0:02:04.963 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 25 May 2024 17:15:56 +0000 (0:00:00.019) 0:02:04.983 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:15:56 +0000 (0:00:00.058) 0:02:05.041 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:15:56 +0000 (0:00:00.024) 0:02:05.066 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:56 +0000 (0:00:00.034) 0:02:05.100 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:56 +0000 (0:00:00.027) 0:02:05.128 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:56 +0000 (0:00:00.024) 0:02:05.152 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:56 +0000 (0:00:00.027) 0:02:05.180 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:56 +0000 (0:00:00.262) 0:02:05.443 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:56 +0000 (0:00:00.026) 0:02:05.469 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:56 +0000 (0:00:00.284) 0:02:05.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:56 +0000 (0:00:00.021) 0:02:05.775 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:56 +0000 (0:00:00.019) 0:02:05.795 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:56 +0000 (0:00:00.021) 0:02:05.816 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.020) 0:02:05.836 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.020) 0:02:05.857 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.020) 0:02:05.877 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.020) 0:02:05.898 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.019) 0:02:05.918 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.028) 0:02:05.946 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.021) 0:02:05.968 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.020) 0:02:05.989 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.021) 0:02:06.011 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.020) 0:02:06.031 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.020) 0:02:06.052 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.020) 0:02:06.073 ********** 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-ciw6lhebgh/tests/tests_auth_and_security.yml:164 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.058) 0:02:06.131 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.064) 0:02:06.195 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.036) 0:02:06.231 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.026) 0:02:06.258 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.019) 0:02:06.278 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.020) 0:02:06.298 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:15:57 +0000 (0:00:00.047) 0:02:06.345 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:15:58 +0000 (0:00:00.750) 0:02:07.095 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:15:58 +0000 (0:00:00.019) 0:02:07.115 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:15:58 +0000 (0:00:00.068) 0:02:07.184 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.036058", "end": "2024-05-25 17:15:58.601848", "rc": 0, "start": "2024-05-25 17:15:58.565790" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:15:58 +0000 (0:00:00.284) 0:02:07.469 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:15:58 +0000 (0:00:00.021) 0:02:07.490 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:15:58 +0000 (0:00:00.019) 0:02:07.509 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:15:58 +0000 (0:00:00.039) 0:02:07.549 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:15:58 +0000 (0:00:00.039) 0:02:07.588 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:15:58 +0000 (0:00:00.026) 0:02:07.614 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:15:58 +0000 (0:00:00.025) 0:02:07.639 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:15:58 +0000 (0:00:00.027) 0:02:07.667 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.219) 0:02:07.886 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.027) 0:02:07.913 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.261) 0:02:08.174 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.021) 0:02:08.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.021) 0:02:08.217 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.051) 0:02:08.269 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.020) 0:02:08.289 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.020) 0:02:08.310 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.020) 0:02:08.330 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.019) 0:02:08.350 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.020) 0:02:08.371 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.027) 0:02:08.398 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.039) 0:02:08.437 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.020) 0:02:08.458 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.022) 0:02:08.480 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.036) 0:02:08.517 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.020) 0:02:08.538 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.023) 0:02:08.561 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.038) 0:02:08.599 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.019) 0:02:08.619 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.019) 0:02:08.638 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.068) 0:02:08.706 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.020) 0:02:08.727 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.020) 0:02:08.747 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.019) 0:02:08.767 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.020) 0:02:08.787 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.020) 0:02:08.807 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:15:59 +0000 (0:00:00.019) 0:02:08.826 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.019) 0:02:08.845 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.046) 0:02:08.892 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.020) 0:02:08.912 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.019) 0:02:08.932 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.019) 0:02:08.951 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.032) 0:02:08.984 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.022) 0:02:09.007 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.023) 0:02:09.030 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.055) 0:02:09.086 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.269) 0:02:09.356 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.025) 0:02:09.381 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.269) 0:02:09.650 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.019) 0:02:09.670 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.022) 0:02:09.693 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.023) 0:02:09.717 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.020) 0:02:09.737 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.019) 0:02:09.757 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.019) 0:02:09.776 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.019) 0:02:09.796 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:16:00 +0000 (0:00:00.018) 0:02:09.814 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.024) 0:02:09.839 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.020) 0:02:09.859 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.026) 0:02:09.886 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.019) 0:02:09.905 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.027) 0:02:09.933 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.058) 0:02:09.991 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.021) 0:02:10.012 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle credential files - present] *********** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.027) 0:02:10.039 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.051) 0:02:10.091 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.023) 0:02:10.115 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.032) 0:02:10.148 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.024) 0:02:10.172 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.024) 0:02:10.197 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.026) 0:02:10.223 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.264) 0:02:10.487 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.025) 0:02:10.513 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.269) 0:02:10.783 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.019) 0:02:10.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:01 +0000 (0:00:00.020) 0:02:10.822 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.019) 0:02:10.841 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.054) 0:02:10.896 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.020) 0:02:10.916 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.020) 0:02:10.936 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.019) 0:02:10.956 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.020) 0:02:10.976 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.029) 0:02:11.006 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.022) 0:02:11.028 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.020) 0:02:11.049 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.019) 0:02:11.068 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.021) 0:02:11.090 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.020) 0:02:11.110 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.020) 0:02:11.131 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.018) 0:02:11.149 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.051) 0:02:11.201 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.024) 0:02:11.225 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.026) 0:02:11.252 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.022) 0:02:11.274 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.072) 0:02:11.347 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.025) 0:02:11.372 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.025) 0:02:11.398 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.028) 0:02:11.426 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.225) 0:02:11.652 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:02 +0000 (0:00:00.025) 0:02:11.677 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:03 +0000 (0:00:00.256) 0:02:11.933 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:03 +0000 (0:00:00.020) 0:02:11.953 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:03 +0000 (0:00:00.018) 0:02:11.972 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:03 +0000 (0:00:00.018) 0:02:11.991 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:03 +0000 (0:00:00.019) 0:02:12.011 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:03 +0000 (0:00:00.018) 0:02:12.029 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:03 +0000 (0:00:00.018) 0:02:12.048 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:03 +0000 (0:00:00.018) 0:02:12.066 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:16:03 +0000 (0:00:00.020) 0:02:12.086 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:16:03 +0000 (0:00:00.020) 0:02:12.107 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:16:03 +0000 (0:00:00.029) 0:02:12.136 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:16:03 +0000 (0:00:00.051) 0:02:12.188 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:16:03 +0000 (0:00:00.022) 0:02:12.210 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:16:03 +0000 (0:00:00.023) 0:02:12.234 ********** 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.006101", "end": "2024-05-25 17:16:03.592722", "rc": 0, "start": "2024-05-25 17:16:03.586621" } 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:16:03 +0000 (0:00:00.222) 0:02:12.457 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 25 May 2024 17:16:03 +0000 (0:00:00.041) 0:02:12.498 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 25 May 2024 17:16:03 +0000 (0:00:00.019) 0:02:12.517 ********** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-05-25 17:15:29 UTC", "ActiveEnterTimestampMonotonic": "1641307477", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount network-online.target sysinit.target \"system-podman\\\\x2dkube.slice\" systemd-journald.socket basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-05-25 17:15:29 UTC", "AssertTimestampMonotonic": "1640411904", "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": "19953310000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-05-25 17:15:29 UTC", "ConditionTimestampMonotonic": "1640411902", "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": "7113", "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": "31622", "ExecMainStartTimestamp": "Sat 2024-05-25 17:15:29 UTC", "ExecMainStartTimestampMonotonic": "1641307443", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[Sat 2024-05-25 17:15:29 UTC] ; stop_time=[n/a] ; pid=31545 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[Sat 2024-05-25 17:15:29 UTC] ; stop_time=[n/a] ; pid=31545 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-05-25 17:15:29 UTC", "InactiveExitTimestampMonotonic": "1640417146", "InvocationID": "d91555adae0b405b91699245a99c9bb1", "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": "31622", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "22659072", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-auth_test_1_kube.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-05-25 17:15:29 UTC", "StateChangeTimestampMonotonic": "1641307477", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 25 May 2024 17:16:04 +0000 (0:00:01.215) 0:02:13.732 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657326.5259693, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1716657326.159968, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 442499467, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716657325.966967, "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": "3619404509", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 25 May 2024 17:16:05 +0000 (0:00:00.203) 0:02:13.935 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 25 May 2024 17:16:05 +0000 (0:00:00.287) 0:02:14.222 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 25 May 2024 17:16:05 +0000 (0:00:00.218) 0:02:14.441 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.029279", "end": "2024-05-25 17:16:05.796538", "rc": 0, "start": "2024-05-25 17:16:05.767259" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 25 May 2024 17:16:05 +0000 (0:00:00.218) 0:02:14.659 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:16:05 +0000 (0:00:00.032) 0:02:14.692 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:16:05 +0000 (0:00:00.019) 0:02:14.712 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:16:05 +0000 (0:00:00.019) 0:02:14.731 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:16:05 +0000 (0:00:00.018) 0:02:14.750 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 25 May 2024 17:16:05 +0000 (0:00:00.018) 0:02:14.768 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 25 May 2024 17:16:05 +0000 (0:00:00.053) 0:02:14.822 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.025) 0:02:14.848 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.023) 0:02:14.871 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.019) 0:02:14.890 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.026) 0:02:14.917 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.034) 0:02:14.951 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.022) 0:02:14.973 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.055) 0:02:15.029 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.027) 0:02:15.057 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.188) 0:02:15.245 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.024) 0:02:15.270 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.188) 0:02:15.458 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.019) 0:02:15.478 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.019) 0:02:15.498 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.019) 0:02:15.517 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.018) 0:02:15.536 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.019) 0:02:15.556 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.018) 0:02:15.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.019) 0:02:15.594 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.018) 0:02:15.612 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.033) 0:02:15.646 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.018) 0:02:15.665 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.018) 0:02:15.684 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.038) 0:02:15.722 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.021) 0:02:15.743 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 25 May 2024 17:16:06 +0000 (0:00:00.073) 0:02:15.817 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 25 May 2024 17:16:07 +0000 (0:00:00.020) 0:02:15.837 ********** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "auth_test_1_quadlet.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target sysinit.target system.slice systemd-journald.socket -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "auth_test_1_quadlet.service", "DevicePolicy": "auto", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=auth_test_1_quadlet.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=auth_test_1_quadlet --cidfile=/run/auth_test_1_quadlet.cid --replace --rm --cgroups=split --sdnotify=conmon -d localhost:5000/libpod/testimage:20210610 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=auth_test_1_quadlet --cidfile=/run/auth_test_1_quadlet.cid --replace --rm --cgroups=split --sdnotify=conmon -d localhost:5000/libpod/testimage:20210610 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/auth_test_1_quadlet.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "auth_test_1_quadlet.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "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": "sysinit.target system.slice -.mount", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 25 May 2024 17:16:07 +0000 (0:00:00.516) 0:02:16.354 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 25 May 2024 17:16:07 +0000 (0:00:00.187) 0:02:16.542 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:16:07 +0000 (0:00:00.032) 0:02:16.574 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:16:07 +0000 (0:00:00.020) 0:02:16.595 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:16:07 +0000 (0:00:00.019) 0:02:16.614 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 25 May 2024 17:16:07 +0000 (0:00:00.018) 0:02:16.633 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 25 May 2024 17:16:08 +0000 (0:00:00.520) 0:02:17.153 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.032961", "end": "2024-05-25 17:16:08.513653", "rc": 0, "start": "2024-05-25 17:16:08.480692" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 25 May 2024 17:16:08 +0000 (0:00:00.222) 0:02:17.375 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 25 May 2024 17:16:08 +0000 (0:00:00.022) 0:02:17.398 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 25 May 2024 17:16:08 +0000 (0:00:00.053) 0:02:17.451 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 25 May 2024 17:16:08 +0000 (0:00:00.019) 0:02:17.470 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:16:08 +0000 (0:00:00.053) 0:02:17.524 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:16:08 +0000 (0:00:00.021) 0:02:17.546 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:08 +0000 (0:00:00.032) 0:02:17.578 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:08 +0000 (0:00:00.025) 0:02:17.604 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:08 +0000 (0:00:00.025) 0:02:17.630 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:08 +0000 (0:00:00.028) 0:02:17.658 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:09 +0000 (0:00:00.195) 0:02:17.853 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:09 +0000 (0:00:00.025) 0:02:17.879 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:09 +0000 (0:00:00.189) 0:02:18.069 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:09 +0000 (0:00:00.020) 0:02:18.089 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:09 +0000 (0:00:00.019) 0:02:18.108 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:09 +0000 (0:00:00.019) 0:02:18.128 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:09 +0000 (0:00:00.057) 0:02:18.185 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:09 +0000 (0:00:00.019) 0:02:18.205 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:09 +0000 (0:00:00.019) 0:02:18.224 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:09 +0000 (0:00:00.019) 0:02:18.244 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:16:09 +0000 (0:00:00.020) 0:02:18.264 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:16:09 +0000 (0:00:00.028) 0:02:18.293 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:16:09 +0000 (0:00:00.020) 0:02:18.314 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:16:09 +0000 (0:00:00.020) 0:02:18.334 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:16:09 +0000 (0:00:00.020) 0:02:18.354 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:16:09 +0000 (0:00:00.190) 0:02:18.545 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:16:09 +0000 (0:00:00.278) 0:02:18.824 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.193) 0:02:19.017 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.056) 0:02:19.074 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.019) 0:02:19.093 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.019) 0:02:19.113 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.019) 0:02:19.133 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.076) 0:02:19.210 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.024) 0:02:19.234 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.024) 0:02:19.259 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.026) 0:02:19.285 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.199) 0:02:19.485 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.025) 0:02:19.510 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.193) 0:02:19.704 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.020) 0:02:19.724 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.019) 0:02:19.744 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.019) 0:02:19.764 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.019) 0:02:19.783 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.020) 0:02:19.804 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:10 +0000 (0:00:00.019) 0:02:19.823 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:11 +0000 (0:00:00.019) 0:02:19.843 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:16:11 +0000 (0:00:00.020) 0:02:19.863 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:16:11 +0000 (0:00:00.023) 0:02:19.887 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:16:11 +0000 (0:00:00.054) 0:02:19.941 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:16:11 +0000 (0:00:00.027) 0:02:19.969 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:16:11 +0000 (0:00:00.020) 0:02:19.989 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:16:11 +0000 (0:00:00.026) 0:02:20.016 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:16:11 +0000 (0:00:00.544) 0:02:20.560 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:16:11 +0000 (0:00:00.184) 0:02:20.745 ********** 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-ciw6lhebgh/tests/tests_auth_and_security.yml:178 Saturday 25 May 2024 17:16:12 +0000 (0:00:00.190) 0:02:20.936 ********** 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-ciw6lhebgh/tests/tests_auth_and_security.yml:183 Saturday 25 May 2024 17:16:12 +0000 (0:00:00.406) 0:02:21.342 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:16:12 +0000 (0:00:00.068) 0:02:21.411 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:16:12 +0000 (0:00:00.033) 0:02:21.444 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:16:12 +0000 (0:00:00.069) 0:02:21.513 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:16:12 +0000 (0:00:00.020) 0:02:21.533 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:16:12 +0000 (0:00:00.020) 0:02:21.554 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:16:12 +0000 (0:00:00.047) 0:02:21.601 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:16:13 +0000 (0:00:00.590) 0:02:22.191 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:16:13 +0000 (0:00:00.021) 0:02:22.212 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:16:13 +0000 (0:00:00.026) 0:02:22.238 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028134", "end": "2024-05-25 17:16:13.591088", "rc": 0, "start": "2024-05-25 17:16:13.562954" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:16:13 +0000 (0:00:00.214) 0:02:22.453 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:16:13 +0000 (0:00:00.021) 0:02:22.475 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:16:13 +0000 (0:00:00.020) 0:02:22.495 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:16:13 +0000 (0:00:00.037) 0:02:22.533 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:13 +0000 (0:00:00.069) 0:02:22.602 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:13 +0000 (0:00:00.025) 0:02:22.628 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:13 +0000 (0:00:00.027) 0:02:22.655 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:13 +0000 (0:00:00.029) 0:02:22.684 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.196) 0:02:22.880 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.025) 0:02:22.906 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.186) 0:02:23.092 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.020) 0:02:23.113 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.019) 0:02:23.133 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.020) 0:02:23.153 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.018) 0:02:23.172 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.018) 0:02:23.190 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.018) 0:02:23.209 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.018) 0:02:23.227 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.018) 0:02:23.246 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.024) 0:02:23.270 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.037) 0:02:23.308 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.050) 0:02:23.359 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.020) 0:02:23.379 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.036) 0:02:23.415 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.019) 0:02:23.435 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.020) 0:02:23.455 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.037) 0:02:23.492 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.020) 0:02:23.513 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.021) 0:02:23.534 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.040) 0:02:23.575 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.019) 0:02:23.595 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.020) 0:02:23.615 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.021) 0:02:23.637 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.019) 0:02:23.657 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.022) 0:02:23.680 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.020) 0:02:23.700 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.057) 0:02:23.758 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.048) 0:02:23.807 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:16:14 +0000 (0:00:00.020) 0:02:23.828 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:16:15 +0000 (0:00:00.021) 0:02:23.849 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:16:15 +0000 (0:00:00.021) 0:02:23.871 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:15 +0000 (0:00:00.036) 0:02:23.907 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:15 +0000 (0:00:00.195) 0:02:24.103 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:15 +0000 (0:00:00.025) 0:02:24.128 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:15 +0000 (0:00:00.027) 0:02:24.156 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:15 +0000 (0:00:00.192) 0:02:24.348 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:15 +0000 (0:00:00.026) 0:02:24.374 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:15 +0000 (0:00:00.190) 0:02:24.565 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003802", "end": "2024-05-25 17:16:15.892898", "rc": 0, "start": "2024-05-25 17:16:15.889096" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:15 +0000 (0:00:00.188) 0:02:24.753 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003807", "end": "2024-05-25 17:16:16.082918", "rc": 0, "start": "2024-05-25 17:16:16.079111" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:16 +0000 (0:00:00.223) 0:02:24.977 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:16 +0000 (0:00:00.029) 0:02:25.006 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:16 +0000 (0:00:00.020) 0:02:25.026 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:16 +0000 (0:00:00.018) 0:02:25.045 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:16 +0000 (0:00:00.019) 0:02:25.065 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:16 +0000 (0:00:00.018) 0:02:25.083 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:16:16 +0000 (0:00:00.018) 0:02:25.102 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:16:16 +0000 (0:00:00.024) 0:02:25.126 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:16:16 +0000 (0:00:00.020) 0:02:25.147 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:16:16 +0000 (0:00:00.027) 0:02:25.174 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:16:16 +0000 (0:00:00.198) 0:02:25.373 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:16:17 +0000 (0:00:00.527) 0:02:25.900 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:16:17 +0000 (0:00:00.028) 0:02:25.929 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:16:17 +0000 (0:00:00.020) 0:02:25.949 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:16:17 +0000 (0:00:00.019) 0:02:25.968 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:16:17 +0000 (0:00:00.083) 0:02:26.051 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:16:17 +0000 (0:00:00.022) 0:02:26.074 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:17 +0000 (0:00:00.033) 0:02:26.108 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:17 +0000 (0:00:00.024) 0:02:26.132 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:17 +0000 (0:00:00.026) 0:02:26.159 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:17 +0000 (0:00:00.026) 0:02:26.186 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:17 +0000 (0:00:00.192) 0:02:26.378 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:17 +0000 (0:00:00.026) 0:02:26.404 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:17 +0000 (0:00:00.186) 0:02:26.591 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003839", "end": "2024-05-25 17:16:17.921863", "rc": 0, "start": "2024-05-25 17:16:17.918024" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:17 +0000 (0:00:00.193) 0:02:26.784 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003809", "end": "2024-05-25 17:16:18.120430", "rc": 0, "start": "2024-05-25 17:16:18.116621" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:18 +0000 (0:00:00.197) 0:02:26.982 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:18 +0000 (0:00:00.030) 0:02:27.012 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:18 +0000 (0:00:00.020) 0:02:27.033 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:18 +0000 (0:00:00.020) 0:02:27.053 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:18 +0000 (0:00:00.019) 0:02:27.072 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:18 +0000 (0:00:00.051) 0:02:27.123 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:16:18 +0000 (0:00:00.019) 0:02:27.143 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:16:18 +0000 (0:00:00.067) 0:02:27.211 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:16:18 +0000 (0:00:00.200) 0:02:27.411 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:16:18 +0000 (0:00:00.021) 0:02:27.432 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:16:19 +0000 (0:00:00.504) 0:02:27.937 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:16:19 +0000 (0:00:00.019) 0:02:27.957 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:16:19 +0000 (0:00:00.019) 0:02:27.977 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:16:19 +0000 (0:00:00.019) 0:02:27.996 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:16:19 +0000 (0:00:00.017) 0:02:28.014 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:16:19 +0000 (0:00:00.051) 0:02:28.066 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:16:19 +0000 (0:00:00.026) 0:02:28.092 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:16:19 +0000 (0:00:00.027) 0:02:28.119 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:16:19 +0000 (0:00:00.021) 0:02:28.141 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:19 +0000 (0:00:00.074) 0:02:28.215 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:19 +0000 (0:00:00.025) 0:02:28.240 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:19 +0000 (0:00:00.024) 0:02:28.265 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:19 +0000 (0:00:00.028) 0:02:28.294 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:19 +0000 (0:00:00.194) 0:02:28.489 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:19 +0000 (0:00:00.025) 0:02:28.515 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:19 +0000 (0:00:00.190) 0:02:28.706 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003851", "end": "2024-05-25 17:16:20.037497", "rc": 0, "start": "2024-05-25 17:16:20.033646" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:20 +0000 (0:00:00.190) 0:02:28.897 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003691", "end": "2024-05-25 17:16:20.226175", "rc": 0, "start": "2024-05-25 17:16:20.222484" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:20 +0000 (0:00:00.189) 0:02:29.086 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:20 +0000 (0:00:00.028) 0:02:29.115 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:20 +0000 (0:00:00.019) 0:02:29.135 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:20 +0000 (0:00:00.019) 0:02:29.154 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:20 +0000 (0:00:00.020) 0:02:29.174 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:20 +0000 (0:00:00.019) 0:02:29.194 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:16:20 +0000 (0:00:00.019) 0:02:29.213 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:16:20 +0000 (0:00:00.018) 0:02:29.232 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:16:20 +0000 (0:00:00.097) 0:02:29.329 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:16:20 +0000 (0:00:00.021) 0:02:29.351 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:16:20 +0000 (0:00:00.020) 0:02:29.371 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:16:20 +0000 (0:00:00.023) 0:02:29.395 ********** 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.005987", "end": "2024-05-25 17:16:20.725389", "rc": 0, "start": "2024-05-25 17:16:20.719402" } 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:16:20 +0000 (0:00:00.193) 0:02:29.588 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:16:20 +0000 (0:00:00.020) 0:02:29.608 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 25 May 2024 17:16:20 +0000 (0:00:00.045) 0:02:29.654 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:16:20 +0000 (0:00:00.034) 0:02:29.688 ********** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": "0:00:00.018300", "end": "2024-05-25 17:16:21.033967", "rc": 0, "start": "2024-05-25 17:16:21.015667" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:16:21 +0000 (0:00:00.211) 0:02:29.900 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:16:21 +0000 (0:00:00.023) 0:02:29.923 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 25 May 2024 17:16:21 +0000 (0:00:00.021) 0:02:29.944 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 25 May 2024 17:16:21 +0000 (0:00:00.020) 0:02:29.964 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 25 May 2024 17:16:21 +0000 (0:00:00.018) 0:02:29.983 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 25 May 2024 17:16:22 +0000 (0:00:01.222) 0:02:31.205 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 25 May 2024 17:16:22 +0000 (0:00:00.184) 0:02:31.390 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 25 May 2024 17:16:22 +0000 (0:00:00.199) 0:02:31.589 ********** 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-1716657382.7949512-6929-168236396628191/source", "state": "file", "uid": 2001 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 25 May 2024 17:16:23 +0000 (0:00:00.497) 0:02:32.087 ********** 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: 36d6ce558b27a17f2d68e9f9273be71ed61a99f0a85f26d509b6c4105edd4385 Container: e1edff258206a217a675c60f97fe7d1dc83c2607f662672703130860684a2827 TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 25 May 2024 17:16:24 +0000 (0:00:00.979) 0:02:33.066 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 25 May 2024 17:16:24 +0000 (0:00:00.459) 0:02:33.525 ********** 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 network-online.target \"app-podman\\\\x2dkube.slice\" -.mount", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 25 May 2024 17:16:25 +0000 (0:00:00.394) 0:02:33.919 ********** 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\" network-online.target run-user-2001.mount -.mount basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 25 May 2024 17:16:26 +0000 (0:00:00.955) 0:02:34.875 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 25 May 2024 17:16:26 +0000 (0:00:00.022) 0:02:34.897 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 25 May 2024 17:16:26 +0000 (0:00:00.057) 0:02:34.955 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 25 May 2024 17:16:26 +0000 (0:00:00.026) 0:02:34.981 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 25 May 2024 17:16:26 +0000 (0:00:00.025) 0:02:35.006 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 25 May 2024 17:16:26 +0000 (0:00:00.019) 0:02:35.026 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 25 May 2024 17:16:26 +0000 (0:00:00.030) 0:02:35.056 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:26 +0000 (0:00:00.036) 0:02:35.093 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:26 +0000 (0:00:00.025) 0:02:35.118 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:26 +0000 (0:00:00.023) 0:02:35.141 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:26 +0000 (0:00:00.030) 0:02:35.172 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:26 +0000 (0:00:00.255) 0:02:35.427 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:26 +0000 (0:00:00.026) 0:02:35.454 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:26 +0000 (0:00:00.248) 0:02:35.703 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004552", "end": "2024-05-25 17:16:27.105477", "rc": 0, "start": "2024-05-25 17:16:27.100925" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:27 +0000 (0:00:00.265) 0:02:35.969 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.006234", "end": "2024-05-25 17:16:27.373420", "rc": 0, "start": "2024-05-25 17:16:27.367186" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:27 +0000 (0:00:00.270) 0:02:36.239 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:27 +0000 (0:00:00.029) 0:02:36.269 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:27 +0000 (0:00:00.019) 0:02:36.289 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:27 +0000 (0:00:00.020) 0:02:36.309 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:27 +0000 (0:00:00.022) 0:02:36.332 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:27 +0000 (0:00:00.021) 0:02:36.353 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 25 May 2024 17:16:27 +0000 (0:00:00.020) 0:02:36.374 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 25 May 2024 17:16:27 +0000 (0:00:00.037) 0:02:36.411 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 25 May 2024 17:16:27 +0000 (0:00:00.021) 0:02:36.433 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 25 May 2024 17:16:27 +0000 (0:00:00.020) 0:02:36.454 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 25 May 2024 17:16:27 +0000 (0:00:00.039) 0:02:36.493 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 25 May 2024 17:16:27 +0000 (0:00:00.023) 0:02:36.516 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 25 May 2024 17:16:27 +0000 (0:00:00.053) 0:02:36.569 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 25 May 2024 17:16:27 +0000 (0:00:00.042) 0:02:36.612 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:16:27 +0000 (0:00:00.035) 0:02:36.648 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:16:28 +0000 (0:00:00.217) 0:02:36.866 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:16:28 +0000 (0:00:00.023) 0:02:36.889 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 25 May 2024 17:16:28 +0000 (0:00:00.021) 0:02:36.910 ********** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 25 May 2024 17:16:28 +0000 (0:00:00.018) 0:02:36.929 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 25 May 2024 17:16:29 +0000 (0:00:00.939) 0:02:37.868 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 25 May 2024 17:16:29 +0000 (0:00:00.215) 0:02:38.084 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 25 May 2024 17:16:29 +0000 (0:00:00.019) 0:02:38.103 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 25 May 2024 17:16:29 +0000 (0:00:00.050) 0:02:38.153 ********** 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-1716657389.3666697-7214-25696268853811/source", "state": "file", "uid": 2001 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 25 May 2024 17:16:30 +0000 (0:00:00.705) 0:02:38.859 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 25 May 2024 17:16:30 +0000 (0:00:00.022) 0:02:38.882 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 25 May 2024 17:16:30 +0000 (0:00:00.022) 0:02:38.904 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 25 May 2024 17:16:30 +0000 (0:00:00.024) 0:02:38.929 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 25 May 2024 17:16:30 +0000 (0:00:00.018) 0:02:38.947 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:16:30 +0000 (0:00:00.055) 0:02:39.003 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:16:30 +0000 (0:00:00.023) 0:02:39.026 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:30 +0000 (0:00:00.032) 0:02:39.059 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:30 +0000 (0:00:00.023) 0:02:39.083 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:30 +0000 (0:00:00.024) 0:02:39.107 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:30 +0000 (0:00:00.026) 0:02:39.133 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:30 +0000 (0:00:00.291) 0:02:39.425 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:30 +0000 (0:00:00.025) 0:02:39.450 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:30 +0000 (0:00:00.267) 0:02:39.718 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003766", "end": "2024-05-25 17:16:31.074615", "rc": 0, "start": "2024-05-25 17:16:31.070849" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.220) 0:02:39.938 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.007926", "end": "2024-05-25 17:16:31.306869", "rc": 0, "start": "2024-05-25 17:16:31.298943" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.232) 0:02:40.171 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.028) 0:02:40.200 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.020) 0:02:40.220 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.019) 0:02:40.240 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.020) 0:02:40.261 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.021) 0:02:40.283 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.022) 0:02:40.305 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.069) 0:02:40.374 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.021) 0:02:40.395 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.021) 0:02:40.417 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.020) 0:02:40.437 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.019) 0:02:40.457 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.019) 0:02:40.477 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.055) 0:02:40.532 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.059) 0:02:40.592 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.020) 0:02:40.613 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.022) 0:02:40.635 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.020) 0:02:40.656 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.034) 0:02:40.690 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.025) 0:02:40.715 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.024) 0:02:40.739 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:31 +0000 (0:00:00.025) 0:02:40.765 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:32 +0000 (0:00:00.263) 0:02:41.029 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:32 +0000 (0:00:00.025) 0:02:41.055 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:32 +0000 (0:00:00.239) 0:02:41.294 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004480", "end": "2024-05-25 17:16:32.635967", "rc": 0, "start": "2024-05-25 17:16:32.631487" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:32 +0000 (0:00:00.204) 0:02:41.499 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005657", "end": "2024-05-25 17:16:32.858170", "rc": 0, "start": "2024-05-25 17:16:32.852513" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:32 +0000 (0:00:00.222) 0:02:41.721 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:32 +0000 (0:00:00.029) 0:02:41.751 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:32 +0000 (0:00:00.019) 0:02:41.771 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:32 +0000 (0:00:00.020) 0:02:41.791 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:32 +0000 (0:00:00.019) 0:02:41.811 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:32 +0000 (0:00:00.019) 0:02:41.830 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:16:33 +0000 (0:00:00.020) 0:02:41.851 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:16:33 +0000 (0:00:00.024) 0:02:41.875 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:16:33 +0000 (0:00:00.021) 0:02:41.896 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:16:33 +0000 (0:00:00.026) 0:02:41.922 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:16:33 +0000 (0:00:00.019) 0:02:41.942 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:16:33 +0000 (0:00:00.028) 0:02:41.970 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:16:33 +0000 (0:00:00.026) 0:02:41.997 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:16:33 +0000 (0:00:00.018) 0:02:42.015 ********** 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-ciw6lhebgh/tests/tests_auth_and_security.yml:212 Saturday 25 May 2024 17:16:33 +0000 (0:00:00.019) 0:02:42.035 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:16:33 +0000 (0:00:00.030) 0:02:42.065 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:16:33 +0000 (0:00:00.033) 0:02:42.099 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:16:33 +0000 (0:00:00.105) 0:02:42.204 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:16:33 +0000 (0:00:00.020) 0:02:42.225 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:16:33 +0000 (0:00:00.018) 0:02:42.243 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:16:33 +0000 (0:00:00.046) 0:02:42.290 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:16:34 +0000 (0:00:00.734) 0:02:43.024 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:16:34 +0000 (0:00:00.020) 0:02:43.044 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:16:34 +0000 (0:00:00.023) 0:02:43.067 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.047552", "end": "2024-05-25 17:16:34.498606", "rc": 0, "start": "2024-05-25 17:16:34.451054" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:16:34 +0000 (0:00:00.297) 0:02:43.365 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:16:34 +0000 (0:00:00.022) 0:02:43.387 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:16:34 +0000 (0:00:00.020) 0:02:43.407 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:16:34 +0000 (0:00:00.068) 0:02:43.476 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:34 +0000 (0:00:00.040) 0:02:43.516 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:34 +0000 (0:00:00.237) 0:02:43.754 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:34 +0000 (0:00:00.024) 0:02:43.778 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:34 +0000 (0:00:00.026) 0:02:43.805 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.206) 0:02:44.011 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.025) 0:02:44.037 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.264) 0:02:44.302 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.020) 0:02:44.322 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.022) 0:02:44.345 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.020) 0:02:44.365 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.022) 0:02:44.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.020) 0:02:44.409 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.020) 0:02:44.429 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.020) 0:02:44.449 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.054) 0:02:44.504 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.026) 0:02:44.530 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.041) 0:02:44.572 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.020) 0:02:44.592 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.020) 0:02:44.613 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.040) 0:02:44.654 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.020) 0:02:44.674 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.019) 0:02:44.693 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.040) 0:02:44.734 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.020) 0:02:44.754 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.020) 0:02:44.774 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:16:35 +0000 (0:00:00.042) 0:02:44.817 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.021) 0:02:44.838 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.020) 0:02:44.859 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.050) 0:02:44.910 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.019) 0:02:44.929 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.019) 0:02:44.949 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.018) 0:02:44.968 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.019) 0:02:44.987 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.052) 0:02:45.039 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 0] ********** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.020) 0:02:45.060 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.019) 0:02:45.079 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.019) 0:02:45.099 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.033) 0:02:45.133 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.023) 0:02:45.156 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.022) 0:02:45.178 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.026) 0:02:45.205 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.242) 0:02:45.447 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.024) 0:02:45.472 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.284) 0:02:45.757 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.020) 0:02:45.777 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.020) 0:02:45.798 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:36 +0000 (0:00:00.019) 0:02:45.817 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.020) 0:02:45.837 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.019) 0:02:45.857 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.020) 0:02:45.877 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.020) 0:02:45.898 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 2] ********** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.020) 0:02:45.918 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.025) 0:02:45.944 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.020) 0:02:45.964 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.027) 0:02:45.992 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.018) 0:02:46.011 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.026) 0:02:46.037 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.028) 0:02:46.066 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.021) 0:02:46.087 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.021) 0:02:46.109 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.051) 0:02:46.161 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.053) 0:02:46.215 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.034) 0:02:46.249 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.024) 0:02:46.273 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.024) 0:02:46.298 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.026) 0:02:46.324 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.253) 0:02:46.578 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.027) 0:02:46.605 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:37 +0000 (0:00:00.214) 0:02:46.820 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.023) 0:02:46.843 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.024) 0:02:46.868 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.021) 0:02:46.889 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.021) 0:02:46.910 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.020) 0:02:46.930 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.020) 0:02:46.951 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.019) 0:02:46.971 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.020) 0:02:46.991 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.030) 0:02:47.022 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.055) 0:02:47.077 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.020) 0:02:47.098 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.019) 0:02:47.118 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.019) 0:02:47.138 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.020) 0:02:47.158 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.020) 0:02:47.179 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.017) 0:02:47.197 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.056) 0:02:47.253 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.025) 0:02:47.279 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.029) 0:02:47.309 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.024) 0:02:47.333 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.035) 0:02:47.368 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.024) 0:02:47.392 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.024) 0:02:47.417 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.026) 0:02:47.444 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.286) 0:02:47.731 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:38 +0000 (0:00:00.025) 0:02:47.757 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.234) 0:02:47.992 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.019) 0:02:48.011 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.019) 0:02:48.031 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.019) 0:02:48.051 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.018) 0:02:48.069 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.019) 0:02:48.089 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.020) 0:02:48.110 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.019) 0:02:48.129 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.020) 0:02:48.149 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.018) 0:02:48.168 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.030) 0:02:48.198 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.020) 0:02:48.219 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.020) 0:02:48.239 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.022) 0:02:48.262 ********** 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.010808", "end": "2024-05-25 17:16:39.673420", "rc": 0, "start": "2024-05-25 17:16:39.662612" } 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.279) 0:02:48.542 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.080) 0:02:48.622 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 25 May 2024 17:16:39 +0000 (0:00:00.021) 0:02:48.643 ********** 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": "basic.target \"system-podman\\\\x2dkube.slice\" systemd-journald.socket -.mount 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 \"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": "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.471) 0:02:49.115 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Remove pod/containers] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.239) 0:02:49.354 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove kubernetes yaml file] ***************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.022) 0:02:49.377 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.265) 0:02:49.643 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.021) 0:02:49.664 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.034) 0:02:49.699 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.020) 0:02:49.719 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.020) 0:02:49.739 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.018) 0:02:49.758 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 25 May 2024 17:16:40 +0000 (0:00:00.018) 0:02:49.777 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.094) 0:02:49.871 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.027) 0:02:49.899 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.024) 0:02:49.923 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.019) 0:02:49.943 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.027) 0:02:49.971 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.035) 0:02:50.006 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.024) 0:02:50.030 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.026) 0:02:50.056 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.028) 0:02:50.085 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.248) 0:02:50.334 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.025) 0:02:50.359 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.241) 0:02:50.600 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.019) 0:02:50.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.018) 0:02:50.638 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.018) 0:02:50.657 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.064) 0:02:50.722 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.020) 0:02:50.742 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.020) 0:02:50.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.019) 0:02:50.782 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 25 May 2024 17:16:41 +0000 (0:00:00.020) 0:02:50.802 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.035) 0:02:50.838 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.021) 0:02:50.859 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.020) 0:02:50.880 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.039) 0:02:50.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 : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.024) 0:02:50.943 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.043) 0:02:50.987 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.020) 0:02:51.008 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.364) 0:02:51.373 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.255) 0:02:51.629 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.033) 0:02:51.662 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.058) 0:02:51.721 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.020) 0:02:51.741 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.020) 0:02:51.761 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.021) 0:02:51.782 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.020) 0:02:51.803 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 25 May 2024 17:16:42 +0000 (0:00:00.021) 0:02:51.824 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.018) 0:02:51.842 ********** TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.019) 0:02:51.862 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.061) 0:02:51.924 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.022) 0:02:51.947 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.033) 0:02:51.980 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.024) 0:02:52.004 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.023) 0:02:52.028 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.026) 0:02:52.054 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.269) 0:02:52.324 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.063) 0:02:52.388 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.253) 0:02:52.641 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.020) 0:02:52.662 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.020) 0:02:52.683 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.021) 0:02:52.704 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.021) 0:02:52.726 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.022) 0:02:52.748 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.021) 0:02:52.770 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.023) 0:02:52.793 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:16:43 +0000 (0:00:00.022) 0:02:52.815 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:16:44 +0000 (0:00:00.032) 0:02:52.848 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:16:44 +0000 (0:00:00.022) 0:02:52.870 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:16:44 +0000 (0:00:00.021) 0:02:52.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:16:44 +0000 (0:00:00.023) 0:02:52.915 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:16:44 +0000 (0:00:00.279) 0:02:53.195 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:16:44 +0000 (0:00:00.237) 0:02:53.433 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 25 May 2024 17:16:44 +0000 (0:00:00.294) 0:02:53.728 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:16:44 +0000 (0:00:00.065) 0:02:53.794 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:16:44 +0000 (0:00:00.020) 0:02:53.815 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.022) 0:02:53.837 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.022) 0:02:53.860 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.036) 0:02:53.896 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.024) 0:02:53.921 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.023) 0:02:53.944 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.026) 0:02:53.971 ********** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.236) 0:02:54.208 ********** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.026) 0:02:54.234 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.206) 0:02:54.441 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.019) 0:02:54.461 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.019) 0:02:54.480 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.058) 0:02:54.539 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.021) 0:02:54.561 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.020) 0:02:54.581 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.021) 0:02:54.602 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.020) 0:02:54.623 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.020) 0:02:54.643 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.026) 0:02:54.669 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.022) 0:02:54.692 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.027) 0:02:54.720 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.022) 0:02:54.742 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:16:45 +0000 (0:00:00.028) 0:02:54.771 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:16:46 +0000 (0:00:00.705) 0:02:55.477 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:16:46 +0000 (0:00:00.211) 0:02:55.688 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Remove all container resources - rootless] ******************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tests_auth_and_security.yml:233 Saturday 25 May 2024 17:16:47 +0000 (0:00:00.211) 0:02:55.900 ********** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 25 May 2024 17:16:47 +0000 (0:00:00.083) 0:02:55.983 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 25 May 2024 17:16:47 +0000 (0:00:00.035) 0:02:56.019 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 25 May 2024 17:16:47 +0000 (0:00:00.027) 0:02:56.047 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 25 May 2024 17:16:47 +0000 (0:00:00.020) 0:02:56.068 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 25 May 2024 17:16:47 +0000 (0:00:00.019) 0:02:56.088 ********** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 25 May 2024 17:16:47 +0000 (0:00:00.049) 0:02:56.137 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 25 May 2024 17:16:48 +0000 (0:00:00.774) 0:02:56.911 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 25 May 2024 17:16:48 +0000 (0:00:00.020) 0:02:56.932 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 25 May 2024 17:16:48 +0000 (0:00:00.025) 0:02:56.958 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.039921", "end": "2024-05-25 17:16:48.400185", "rc": 0, "start": "2024-05-25 17:16:48.360264" } STDOUT: podman version 5.0.2 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 25 May 2024 17:16:48 +0000 (0:00:00.346) 0:02:57.304 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 25 May 2024 17:16:48 +0000 (0:00:00.020) 0:02:57.325 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 25 May 2024 17:16:48 +0000 (0:00:00.020) 0:02:57.345 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 25 May 2024 17:16:48 +0000 (0:00:00.038) 0:02:57.384 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:48 +0000 (0:00:00.037) 0:02:57.422 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:48 +0000 (0:00:00.249) 0:02:57.671 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:48 +0000 (0:00:00.024) 0:02:57.696 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:48 +0000 (0:00:00.025) 0:02:57.722 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:49 +0000 (0:00:00.240) 0:02:57.962 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:49 +0000 (0:00:00.025) 0:02:57.987 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:49 +0000 (0:00:00.239) 0:02:58.226 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005549", "end": "2024-05-25 17:16:49.614432", "rc": 0, "start": "2024-05-25 17:16:49.608883" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:49 +0000 (0:00:00.252) 0:02:58.478 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003782", "end": "2024-05-25 17:16:49.828338", "rc": 0, "start": "2024-05-25 17:16:49.824556" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:49 +0000 (0:00:00.214) 0:02:58.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:49 +0000 (0:00:00.077) 0:02:58.770 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:49 +0000 (0:00:00.020) 0:02:58.791 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:49 +0000 (0:00:00.019) 0:02:58.811 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:49 +0000 (0:00:00.019) 0:02:58.831 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.019) 0:02:58.850 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.018) 0:02:58.868 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.025) 0:02:58.894 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.038) 0:02:58.932 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.019) 0:02:58.952 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.020) 0:02:58.973 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.040) 0:02:59.013 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.020) 0:02:59.034 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.018) 0:02:59.052 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.040) 0:02:59.092 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.019) 0:02:59.111 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.047) 0:02:59.159 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.042) 0:02:59.202 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.020) 0:02:59.222 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.020) 0:02:59.242 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.020) 0:02:59.263 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.020) 0:02:59.283 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.020) 0:02:59.304 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.020) 0:02:59.324 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.020) 0:02:59.345 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.051) 0:02:59.396 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.020) 0:02:59.417 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.021) 0:02:59.438 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.021) 0:02:59.459 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.034) 0:02:59.494 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.024) 0:02:59.519 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.029) 0:02:59.548 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:50 +0000 (0:00:00.070) 0:02:59.619 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:51 +0000 (0:00:00.255) 0:02:59.874 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:51 +0000 (0:00:00.028) 0:02:59.902 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:51 +0000 (0:00:00.249) 0:03:00.152 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003785", "end": "2024-05-25 17:16:51.552701", "rc": 0, "start": "2024-05-25 17:16:51.548916" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:51 +0000 (0:00:00.264) 0:03:00.417 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003737", "end": "2024-05-25 17:16:51.784621", "rc": 0, "start": "2024-05-25 17:16:51.780884" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:51 +0000 (0:00:00.230) 0:03:00.647 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:51 +0000 (0:00:00.029) 0:03:00.676 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:51 +0000 (0:00:00.020) 0:03:00.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:51 +0000 (0:00:00.020) 0:03:00.717 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:51 +0000 (0:00:00.019) 0:03:00.736 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:51 +0000 (0:00:00.020) 0:03:00.757 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:16:51 +0000 (0:00:00.024) 0:03:00.782 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:16:51 +0000 (0:00:00.026) 0:03:00.808 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:16:51 +0000 (0:00:00.023) 0:03:00.831 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.028) 0:03:00.860 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.061) 0:03:00.922 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.029) 0:03:00.951 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.031) 0:03:00.983 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.021) 0:03:01.004 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.021) 0:03:01.026 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.051) 0:03:01.077 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.021) 0:03:01.099 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.033) 0:03:01.132 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.024) 0:03:01.157 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.023) 0:03:01.181 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.029) 0:03:01.211 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.239) 0:03:01.450 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.028) 0:03:01.479 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:52 +0000 (0:00:00.260) 0:03:01.740 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005478", "end": "2024-05-25 17:16:53.133059", "rc": 0, "start": "2024-05-25 17:16:53.127581" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.294) 0:03:02.035 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004760", "end": "2024-05-25 17:16:53.391163", "rc": 0, "start": "2024-05-25 17:16:53.386403" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.221) 0:03:02.256 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.030) 0:03:02.286 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.019) 0:03:02.305 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.019) 0:03:02.325 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.019) 0:03:02.345 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.018) 0:03:02.363 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.020) 0:03:02.383 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.028) 0:03:02.412 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.019) 0:03:02.432 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.019) 0:03:02.451 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.019) 0:03:02.470 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.019) 0:03:02.490 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.019) 0:03:02.509 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.019) 0:03:02.529 ********** skipping: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.017) 0:03:02.547 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.090) 0:03:02.637 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.027) 0:03:02.664 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.028) 0:03:02.692 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.020) 0:03:02.713 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.035) 0:03:02.749 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.023) 0:03:02.772 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.023) 0:03:02.796 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:53 +0000 (0:00:00.026) 0:03:02.823 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:54 +0000 (0:00:00.255) 0:03:03.078 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:54 +0000 (0:00:00.027) 0:03:03.105 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:54 +0000 (0:00:00.264) 0:03:03.370 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004017", "end": "2024-05-25 17:16:54.731874", "rc": 0, "start": "2024-05-25 17:16:54.727857" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:54 +0000 (0:00:00.226) 0:03:03.597 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003816", "end": "2024-05-25 17:16:54.958807", "rc": 0, "start": "2024-05-25 17:16:54.954991" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:54 +0000 (0:00:00.225) 0:03:03.822 ********** ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:55 +0000 (0:00:00.028) 0:03:03.851 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:55 +0000 (0:00:00.019) 0:03:03.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:55 +0000 (0:00:00.054) 0:03:03.926 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:55 +0000 (0:00:00.020) 0:03:03.946 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:55 +0000 (0:00:00.019) 0:03:03.966 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 25 May 2024 17:16:55 +0000 (0:00:00.019) 0:03:03.985 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 25 May 2024 17:16:55 +0000 (0:00:00.018) 0:03:04.004 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 25 May 2024 17:16:55 +0000 (0:00:00.031) 0:03:04.036 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 25 May 2024 17:16:55 +0000 (0:00:00.020) 0:03:04.056 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 25 May 2024 17:16:55 +0000 (0:00:00.021) 0:03:04.077 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 25 May 2024 17:16:55 +0000 (0:00:00.023) 0:03:04.101 ********** 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.008614", "end": "2024-05-25 17:16:55.490388", "rc": 0, "start": "2024-05-25 17:16:55.481774" } 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 25 May 2024 17:16:55 +0000 (0:00:00.251) 0:03:04.352 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 25 May 2024 17:16:55 +0000 (0:00:00.042) 0:03:04.394 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657381.0581946, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1716657384.073207, "dev": 55, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1716657384.073207, "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 25 May 2024 17:16:55 +0000 (0:00:00.273) 0:03:04.667 ********** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-05-25 17:16:25 UTC", "ActiveEnterTimestampMonotonic": "1697374914", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "\"app-podman\\\\x2dkube.slice\" network-online.target run-user-2001.mount -.mount basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-05-25 17:16:25 UTC", "AssertTimestampMonotonic": "1696809704", "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": "15855016000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-05-25 17:16:25 UTC", "ConditionTimestampMonotonic": "1696809700", "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": "41659", "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": "38755", "ExecMainStartTimestamp": "Sat 2024-05-25 17:16:25 UTC", "ExecMainStartTimestampMonotonic": "1697374845", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[Sat 2024-05-25 17:16:25 UTC] ; stop_time=[n/a] ; pid=38745 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[Sat 2024-05-25 17:16:25 UTC] ; stop_time=[n/a] ; pid=38745 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-05-25 17:16:25 UTC", "InactiveExitTimestampMonotonic": "1696817106", "InvocationID": "501091dc9f9e47d3b0d2cc7d904ae85f", "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": "38755", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "46551040", "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-05-25 17:16:25 UTC", "StateChangeTimestampMonotonic": "1697374914", "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": "4", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 25 May 2024 17:16:56 +0000 (0:00:00.946) 0:03:05.614 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657383.5292048, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1716657383.1982033, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 257949892, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716657383.0142026, "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": "2874572682", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 25 May 2024 17:16:56 +0000 (0:00:00.199) 0:03:05.813 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 25 May 2024 17:16:57 +0000 (0:00:00.321) 0:03:06.135 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 25 May 2024 17:16:57 +0000 (0:00:00.186) 0:03:06.321 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.044770", "end": "2024-05-25 17:16:57.707556", "rc": 0, "start": "2024-05-25 17:16:57.662786" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 25 May 2024 17:16:57 +0000 (0:00:00.252) 0:03:06.574 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:16:57 +0000 (0:00:00.033) 0:03:06.608 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:16:57 +0000 (0:00:00.021) 0:03:06.630 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:16:57 +0000 (0:00:00.020) 0:03:06.650 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 25 May 2024 17:16:57 +0000 (0:00:00.023) 0:03:06.674 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 25 May 2024 17:16:57 +0000 (0:00:00.020) 0:03:06.694 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 25 May 2024 17:16:57 +0000 (0:00:00.058) 0:03:06.753 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 25 May 2024 17:16:57 +0000 (0:00:00.060) 0:03:06.814 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 25 May 2024 17:16:58 +0000 (0:00:00.024) 0:03:06.838 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 25 May 2024 17:16:58 +0000 (0:00:00.020) 0:03:06.858 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 25 May 2024 17:16:58 +0000 (0:00:00.027) 0:03:06.886 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:16:58 +0000 (0:00:00.035) 0:03:06.922 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:16:58 +0000 (0:00:00.024) 0:03:06.946 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:16:58 +0000 (0:00:00.023) 0:03:06.970 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:16:58 +0000 (0:00:00.026) 0:03:06.996 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:16:58 +0000 (0:00:00.201) 0:03:07.198 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:16:58 +0000 (0:00:00.025) 0:03:07.223 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:16:58 +0000 (0:00:00.190) 0:03:07.414 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003844", "end": "2024-05-25 17:16:58.744335", "rc": 0, "start": "2024-05-25 17:16:58.740491" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:16:58 +0000 (0:00:00.191) 0:03:07.605 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003865", "end": "2024-05-25 17:16:58.931504", "rc": 0, "start": "2024-05-25 17:16:58.927639" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:16:58 +0000 (0:00:00.186) 0:03:07.792 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:16:58 +0000 (0:00:00.029) 0:03:07.821 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:16:59 +0000 (0:00:00.019) 0:03:07.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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:16:59 +0000 (0:00:00.056) 0:03:07.897 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:16:59 +0000 (0:00:00.020) 0:03:07.917 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:16:59 +0000 (0:00:00.020) 0:03:07.937 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 25 May 2024 17:16:59 +0000 (0:00:00.019) 0:03:07.957 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 25 May 2024 17:16:59 +0000 (0:00:00.034) 0:03:07.991 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 25 May 2024 17:16:59 +0000 (0:00:00.020) 0:03:08.011 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 25 May 2024 17:16:59 +0000 (0:00:00.018) 0:03:08.030 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 25 May 2024 17:16:59 +0000 (0:00:00.039) 0:03:08.070 ********** ok: [sut] => { "censored": "the 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 25 May 2024 17:16:59 +0000 (0:00:00.022) 0:03:08.092 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 25 May 2024 17:16:59 +0000 (0:00:00.041) 0:03:08.134 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657381.0581946, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1716657384.073207, "dev": 55, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1716657384.073207, "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 25 May 2024 17:16:59 +0000 (0:00:00.193) 0:03:08.327 ********** 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": "run-user-2001.mount -.mount app.slice basic.target", "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": "app.slice basic.target", "RequiresMountsFor": "/run/user/2001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "SourcePath": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22356", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "default.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 25 May 2024 17:16:59 +0000 (0:00:00.396) 0:03:08.723 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 25 May 2024 17:17:00 +0000 (0:00:00.190) 0:03:08.914 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 25 May 2024 17:17:00 +0000 (0:00:00.032) 0:03:08.946 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 25 May 2024 17:17:00 +0000 (0:00:00.064) 0:03:09.011 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 25 May 2024 17:17:00 +0000 (0:00:00.021) 0:03:09.033 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 25 May 2024 17:17:00 +0000 (0:00:00.024) 0:03:09.058 ********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 25 May 2024 17:17:00 +0000 (0:00:00.374) 0:03:09.432 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.045391", "end": "2024-05-25 17:17:00.823112", "rc": 0, "start": "2024-05-25 17:17:00.777721" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 25 May 2024 17:17:00 +0000 (0:00:00.255) 0:03:09.687 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 25 May 2024 17:17:00 +0000 (0:00:00.022) 0:03:09.710 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 25 May 2024 17:17:00 +0000 (0:00:00.020) 0:03:09.731 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Saturday 25 May 2024 17:17:00 +0000 (0:00:00.060) 0:03:09.791 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Saturday 25 May 2024 17:17:00 +0000 (0:00:00.025) 0:03:09.817 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Saturday 25 May 2024 17:17:01 +0000 (0:00:00.027) 0:03:09.844 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657381.0581946, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1716657384.073207, "dev": 55, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1716657384.073207, "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Saturday 25 May 2024 17:17:01 +0000 (0:00:00.191) 0:03:10.035 ********** ok: [sut] => { "changed": false, "containers": [] } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Saturday 25 May 2024 17:17:01 +0000 (0:00:00.342) 0:03:10.378 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.046765", "end": "2024-05-25 17:17:01.766040", "rc": 0, "start": "2024-05-25 17:17:01.719275" } STDOUT: podman podman-default-kube-network TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Saturday 25 May 2024 17:17:01 +0000 (0:00:00.291) 0:03:10.669 ********** ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.043827", "end": "2024-05-25 17:17:02.054024", "rc": 0, "start": "2024-05-25 17:17:02.010197" } TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Saturday 25 May 2024 17:17:02 +0000 (0:00:00.248) 0:03:10.918 ********** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "auth_test_user1" ], "delta": "0:00:00.018677", "end": "2024-05-25 17:17:02.268449", "rc": 0, "start": "2024-05-25 17:17:02.249772" } TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 25 May 2024 17:17:02 +0000 (0:00:00.217) 0:03:11.135 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 25 May 2024 17:17:02 +0000 (0:00:00.064) 0:03:11.199 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 25 May 2024 17:17:02 +0000 (0:00:00.022) 0:03:11.222 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:02 +0000 (0:00:00.033) 0:03:11.255 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:02 +0000 (0:00:00.024) 0:03:11.280 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:02 +0000 (0:00:00.024) 0:03:11.305 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:02 +0000 (0:00:00.026) 0:03:11.331 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:02 +0000 (0:00:00.192) 0:03:11.524 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:02 +0000 (0:00:00.025) 0:03:11.549 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:02 +0000 (0:00:00.185) 0:03:11.735 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003811", "end": "2024-05-25 17:17:03.068091", "rc": 0, "start": "2024-05-25 17:17:03.064280" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:03 +0000 (0:00:00.232) 0:03:11.968 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003828", "end": "2024-05-25 17:17:03.301472", "rc": 0, "start": "2024-05-25 17:17:03.297644" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:03 +0000 (0:00:00.194) 0:03:12.162 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:03 +0000 (0:00:00.029) 0:03:12.191 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:03 +0000 (0:00:00.020) 0:03:12.212 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:03 +0000 (0:00:00.020) 0:03:12.232 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:03 +0000 (0:00:00.019) 0:03:12.252 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:03 +0000 (0:00:00.021) 0:03:12.273 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 25 May 2024 17:17:03 +0000 (0:00:00.020) 0:03:12.293 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 25 May 2024 17:17:03 +0000 (0:00:00.029) 0:03:12.323 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 25 May 2024 17:17:03 +0000 (0:00:00.019) 0:03:12.343 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 25 May 2024 17:17:03 +0000 (0:00:00.020) 0:03:12.363 ********** skipping: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 25 May 2024 17:17:03 +0000 (0:00:00.019) 0:03:12.383 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 25 May 2024 17:17:03 +0000 (0:00:00.192) 0:03:12.575 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 25 May 2024 17:17:03 +0000 (0:00:00.186) 0:03:12.762 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 25 May 2024 17:17:03 +0000 (0:00:00.021) 0:03:12.784 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 25 May 2024 17:17:04 +0000 (0:00:00.107) 0:03:12.891 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 25 May 2024 17:17:04 +0000 (0:00:00.020) 0:03:12.912 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 25 May 2024 17:17:04 +0000 (0:00:00.021) 0:03:12.933 ********** ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 25 May 2024 17:17:04 +0000 (0:00:00.020) 0:03:12.954 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 25 May 2024 17:17:04 +0000 (0:00:00.035) 0:03:12.989 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 25 May 2024 17:17:04 +0000 (0:00:00.024) 0:03:13.014 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 25 May 2024 17:17:04 +0000 (0:00:00.025) 0:03:13.039 ********** ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 25 May 2024 17:17:04 +0000 (0:00:00.027) 0:03:13.067 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 25 May 2024 17:17:04 +0000 (0:00:00.191) 0:03:13.258 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 25 May 2024 17:17:04 +0000 (0:00:00.027) 0:03:13.286 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716657290.4588244, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1716657263.481716, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6380974, "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": "2417738660", "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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 25 May 2024 17:17:04 +0000 (0:00:00.191) 0:03:13.477 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003703", "end": "2024-05-25 17:17:04.805635", "rc": 0, "start": "2024-05-25 17:17:04.801932" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 25 May 2024 17:17:04 +0000 (0:00:00.188) 0:03:13.666 ********** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003811", "end": "2024-05-25 17:17:04.994652", "rc": 0, "start": "2024-05-25 17:17:04.990841" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 25 May 2024 17:17:05 +0000 (0:00:00.190) 0:03:13.856 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 25 May 2024 17:17:05 +0000 (0:00:00.029) 0:03:13.885 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 25 May 2024 17:17:05 +0000 (0:00:00.019) 0:03:13.905 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 25 May 2024 17:17:05 +0000 (0:00:00.062) 0:03:13.967 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 25 May 2024 17:17:05 +0000 (0:00:00.020) 0:03:13.988 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 25 May 2024 17:17:05 +0000 (0:00:00.020) 0:03:14.008 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 25 May 2024 17:17:05 +0000 (0:00:00.019) 0:03:14.028 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 25 May 2024 17:17:05 +0000 (0:00:00.026) 0:03:14.055 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 25 May 2024 17:17:05 +0000 (0:00:00.021) 0:03:14.076 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 25 May 2024 17:17:05 +0000 (0:00:00.028) 0:03:14.104 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 25 May 2024 17:17:05 +0000 (0:00:00.020) 0:03:14.124 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 25 May 2024 17:17:05 +0000 (0:00:00.026) 0:03:14.151 ********** 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 25 May 2024 17:17:05 +0000 (0:00:00.540) 0:03:14.692 ********** ok: [sut] => { "censored": "the output 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-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 25 May 2024 17:17:06 +0000 (0:00:00.184) 0:03:14.876 ********** 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-ciw6lhebgh/tests/tests_auth_and_security.yml:255 Saturday 25 May 2024 17:17:06 +0000 (0:00:00.191) 0:03:15.067 ********** changed: [sut] => { "changed": true, "force": false, "name": "auth_test_user1", "remove": false, "state": "absent" } TASK [Remove homedir] ********************************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tests_auth_and_security.yml:260 Saturday 25 May 2024 17:17:06 +0000 (0:00:00.295) 0:03:15.363 ********** changed: [sut] => { "changed": true, "path": "/home/auth_test_user1", "state": "absent" } TASK [Remove local tmpdir] ***************************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tests_auth_and_security.yml:278 Saturday 25 May 2024 17:17:06 +0000 (0:00:00.250) 0:03:15.613 ********** changed: [sut -> localhost] => { "changed": true, "path": "/tmp/lsr_o_y35hip_podman", "state": "absent" } TASK [Clean up registry] ******************************************************* task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tests_auth_and_security.yml:286 Saturday 25 May 2024 17:17:06 +0000 (0:00:00.117) 0:03:15.731 ********** included: /WORKDIR/git-weekly-ciw6lhebgh/tests/tasks/cleanup_registry.yml for sut TASK [Destroy registry container] ********************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tasks/cleanup_registry.yml:3 Saturday 25 May 2024 17:17:06 +0000 (0:00:00.029) 0:03:15.761 ********** changed: [sut] => { "changed": true, "cmd": [ "podman", "rm", "-f", "podman_registry" ], "delta": "0:00:00.321746", "end": "2024-05-25 17:17:07.405361", "rc": 0, "start": "2024-05-25 17:17:07.083615" } STDOUT: podman_registry TASK [Cleanup paths] *********************************************************** task path: /WORKDIR/git-weekly-ciw6lhebgh/tests/tasks/cleanup_registry.yml:7 Saturday 25 May 2024 17:17:07 +0000 (0:00:00.508) 0:03:16.269 ********** changed: [sut] => (item=/tmp/lsr_qbx_3ti0_podman) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_qbx_3ti0_podman", "path": "/tmp/lsr_qbx_3ti0_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 25 May 2024 17:17:07 +0000 (0:00:00.184) 0:03:16.453 ********** =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 56.38s /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Ensure test packages ---------------------------------------------------- 3.51s /WORKDIR/git-weekly-ciw6lhebgh/tests/tasks/setup_registry.yml:54 -------------- Start registry ---------------------------------------------------------- 2.62s /WORKDIR/git-weekly-ciw6lhebgh/tests/tasks/setup_registry.yml:92 -------------- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.53s /WORKDIR/git-weekly-ciw6lhebgh/.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.21s /WORKDIR/git-weekly-ciw6lhebgh/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Push test images into local registry ------------------------------------ 1.59s /WORKDIR/git-weekly-ciw6lhebgh/tests/tasks/setup_registry.yml:118 ------------- linux-system-roles.podman : Gather the package facts -------------------- 1.48s /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Start service ------------------------------- 1.36s /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 linux-system-roles.podman : Ensure container images are present --------- 1.22s /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 linux-system-roles.podman : Stop and disable service -------------------- 1.22s /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 linux-system-roles.podman : Update containers/pods ---------------------- 0.98s /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 linux-system-roles.podman : Start service ------------------------------- 0.96s /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 linux-system-roles.podman : Stop and disable service -------------------- 0.95s /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 linux-system-roles.podman : Ensure container images are present --------- 0.94s /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 linux-system-roles.podman : Update containers/pods ---------------------- 0.94s /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 linux-system-roles.podman : Ensure container images are present --------- 0.84s /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 linux-system-roles.podman : Enable service ------------------------------ 0.84s /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 linux-system-roles.podman : Ensure container images are present --------- 0.84s /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 linux-system-roles.podman : Gather the package facts -------------------- 0.78s /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Ensure container images are present --------- 0.77s /WORKDIR/git-weekly-ciw6lhebgh/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 ---^---^---^---^---^--- # 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) ---^---^---^---^---^---