# 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-ci1l1p0gsk/tests/tests_auth_and_security.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tests_auth_and_security.yml:4 Saturday 22 June 2024 19:45:42 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [sut] => { "ansible_facts": { "__podman_test_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n" }, "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/tests_auth_and_security.yml:9 Saturday 22 June 2024 19:45:42 +0000 (0:00:00.011) 0:00:00.024 ********* ok: [sut] META: ran handlers TASK [Run the role with no config to install podman] *************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tests_auth_and_security.yml:48 Saturday 22 June 2024 19:45:43 +0000 (0:00:00.694) 0:00:00.719 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 22 June 2024 19:45:43 +0000 (0:00:00.081) 0:00:00.800 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 22 June 2024 19:45:43 +0000 (0:00:00.017) 0:00:00.817 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 22 June 2024 19:45:43 +0000 (0:00:00.021) 0:00:00.838 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 22 June 2024 19:45:43 +0000 (0:00:00.277) 0:00:01.116 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 22 June 2024 19:45:43 +0000 (0:00:00.021) 0:00:01.138 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 22 June 2024 19:45:43 +0000 (0:00:00.043) 0:00:01.181 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 22 June 2024 19:45:44 +0000 (0:00:01.459) 0:00:02.641 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 22 June 2024 19:45:44 +0000 (0:00:00.036) 0:00:02.677 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64", "Installed: shadow-utils-subid-2:4.6-22.el8.x86_64", "Installed: podman-gvproxy-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: libnet-1.1.6-15.el8.x86_64", "Installed: runc-1:1.1.12-1.module_el8+885+7da147f3.x86_64", "Installed: container-selinux-2:2.229.0-2.module_el8+847+7863d4e6.noarch", "Installed: dnsmasq-2.79-33.el8.x86_64", "Installed: yajl-2.1.0-12.el8.x86_64", "Installed: podman-plugins-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: fuse-common-3.3.0-19.el8.x86_64", "Installed: podman-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: containernetworking-plugins-1:1.4.0-2.module_el8+974+0c52b299.x86_64", "Installed: criu-3.18-4.module_el8+804+f131391c.x86_64", "Installed: libslirp-4.4.0-1.module_el8+804+f131391c.x86_64", "Installed: fuse3-3.3.0-19.el8.x86_64", "Installed: containers-common-2:1-81.module_el8+968+fbb249c7.x86_64", "Installed: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_64", "Installed: podman-catatonit-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64", "Installed: criu-libs-3.18-4.module_el8+804+f131391c.x86_64", "Installed: protobuf-c-1.3.0-8.el8.x86_64", "Installed: slirp4netns-1.2.3-1.module_el8+951+32019cde.x86_64", "Installed: fuse3-libs-3.3.0-19.el8.x86_64", "Installed: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64" ] } lsrpackages: crun podman podman-plugins shadow-utils-subid TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 22 June 2024 19:46:45 +0000 (0:01:00.461) 0:01:03.139 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.035028", "end": "2024-06-22 19:46:45.797005", "rc": 0, "start": "2024-06-22 19:46:45.761977" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 22 June 2024 19:46:45 +0000 (0:00:00.368) 0:01:03.507 ********* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 22 June 2024 19:46:45 +0000 (0:00:00.030) 0:01:03.537 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 22 June 2024 19:46:45 +0000 (0:00:00.030) 0:01:03.567 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 22 June 2024 19:46:45 +0000 (0:00:00.074) 0:01:03.642 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:46:46 +0000 (0:00:00.046) 0:01:03.689 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:46:46 +0000 (0:00:00.263) 0:01:03.953 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:46:46 +0000 (0:00:00.028) 0:01:03.981 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:46:46 +0000 (0:00:00.069) 0:01:04.051 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:46:46 +0000 (0:00:00.227) 0:01:04.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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:46:46 +0000 (0:00:00.056) 0:01:04.335 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:46:46 +0000 (0:00:00.207) 0:01:04.542 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:46:46 +0000 (0:00:00.019) 0:01:04.562 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:46:46 +0000 (0:00:00.022) 0:01:04.584 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:04.606 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:46:46 +0000 (0:00:00.019) 0:01:04.625 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:46:46 +0000 (0:00:00.019) 0:01:04.645 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:46:46 +0000 (0:00:00.019) 0:01:04.665 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.020) 0:01:04.685 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.019) 0:01:04.704 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.088) 0:01:04.793 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.037) 0:01:04.830 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.020) 0:01:04.851 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.020) 0:01:04.872 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.038) 0:01:04.911 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.019) 0:01:04.930 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.020) 0:01:04.951 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.037) 0:01:04.989 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.020) 0:01:05.009 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.020) 0:01:05.029 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.039) 0:01:05.069 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.022) 0:01:05.091 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.026) 0:01:05.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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.021) 0:01:05.139 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.021) 0:01:05.161 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.064) 0:01:05.225 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.023) 0:01:05.249 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.040) 0:01:05.289 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.036) 0:01:05.326 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.029) 0:01:05.355 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.023) 0:01:05.379 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.020) 0:01:05.399 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.033) 0:01:05.433 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.040) 0:01:05.473 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.043) 0:01:05.516 ********* 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-ci1l1p0gsk/tests/tests_auth_and_security.yml:52 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.034) 0:01:05.551 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tasks/setup_registry.yml for sut TASK [Create a temporary directory] ******************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tasks/setup_registry.yml:5 Saturday 22 June 2024 19:46:47 +0000 (0:00:00.051) 0:01:05.603 ********* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_vfpli6ic_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Set authdir] ************************************************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tasks/setup_registry.yml:12 Saturday 22 June 2024 19:46:48 +0000 (0:00:00.291) 0:01:05.894 ********* ok: [sut] => { "ansible_facts": { "__podman_registry_authdir": "/tmp/lsr_vfpli6ic_podman/auth", "__podman_test_authfile": "/tmp/lsr_vfpli6ic_podman/auth/auth.json" }, "changed": false } TASK [Create authdir] ********************************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tasks/setup_registry.yml:18 Saturday 22 June 2024 19:46:48 +0000 (0:00:00.022) 0:01:05.917 ********* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_vfpli6ic_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-ci1l1p0gsk/tests/tasks/setup_registry.yml:24 Saturday 22 June 2024 19:46:48 +0000 (0:00:00.305) 0:01:06.222 ********* TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 22 June 2024 19:46:48 +0000 (0:00:00.089) 0:01:06.312 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/.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-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 22 June 2024 19:46:48 +0000 (0:00:00.034) 0:01:06.347 ********* 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-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 22 June 2024 19:46:48 +0000 (0:00:00.024) 0:01:06.371 ********* 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-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 22 June 2024 19:46:48 +0000 (0:00:00.190) 0:01:06.562 ********* 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-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 22 June 2024 19:46:48 +0000 (0:00:00.023) 0:01:06.585 ********* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 22 June 2024 19:46:48 +0000 (0:00:00.044) 0:01:06.630 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pyasn1-0.3.7-6.el8.noarch" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 22 June 2024 19:46:52 +0000 (0:00:03.269) 0:01:09.899 ********* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: xmlrpc-c-client-1.51.0-9.el8.x86_64", "Installed: xmlrpc-c-1.51.0-9.el8.x86_64", "Installed: certmonger-0.79.17-2.el8.x86_64" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 22 June 2024 19:46:56 +0000 (0:00:04.245) 0:01:14.144 ********* 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-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 22 June 2024 19:46:56 +0000 (0:00:00.281) 0:01:14.426 ********* 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-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 22 June 2024 19:46:57 +0000 (0:00:00.261) 0:01:14.687 ********* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.socket syslog.target basic.target sysinit.target systemd-journald.socket dbus.service system.slice network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus.service", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-weekly-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 22 June 2024 19:46:57 +0000 (0:00:00.918) 0:01:15.606 ********* 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-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 22 June 2024 19:46:59 +0000 (0:00:01.212) 0:01:16.819 ********* ok: [sut] => (item=['cert', {'name': 'podman_registry', 'dns': ['localhost', '127.0.0.1'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqakNDQW5hZ0F3SUJBZ0lSQUthdDNub0c2VVdtblB0bVhZa2FCaXd3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJFMgpZV1JrWlRkaExUQTJaVGswTldFMkxUbGpabUkyTmpWa0xUZzVNV0V3TmpKaU1CNFhEVEkwTURZeU1qRTVORFkxCk9Gb1hEVEkxTURZeU1qRTVORFkxT0Zvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUExU05aV2NnOEFKZnpjYXRKdXl1TUdrZXFyUkxwVnNwaApIWURnc2NpYTdFQlBsQzZhaUdJOXBKZk5saklLeUcya1dtVDJ0RCs2VnFNWXJMQitpdWo0VFpYWnFodjl5TFc1CkdMeXlXNEl1dWVjbXhITFNCVzZWMmh1c2ExQ0Q2K3hoZEVpZUZpQ1hnOHFkSGYvaFhITmN4VFhJVnZsUmFEaDEKYm9lTHBJcmdHYVlrM0RBQVg0ZklOV2dlbm9GU29ieVBaalJCSDdGOG9VSDdZR1BqRU9jUjlFYnh0Nzl3U2VYWAphNVVvSnZpY3lyNGZtT0tLbGFoSU9oY1FRMHA5WVNUNlpuSXZEN0ppTkhZcTNZNzQ5bXZLZ2VoelExc01PeXByCjVtVWREYWsyTTZ3QjdwWDRoUVVnbzhtN1ZWQmp3NnM4WEJJK0o3Z1l5cDlJaklheEx6WjJvd0lEQVFBQm80R2UKTUlHYk1Bc0dBMVVkRHdRRUF3SUZvREFmQmdOVkhSRUVHREFXZ2dsc2IyTmhiR2h2YzNTQ0NURXlOeTR3TGpBdQpNVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RBWURWUjBUQVFIL0JBSXdBREFkCkJnTlZIUTRFRmdRVXpKaE9ZZkt2MzVSTTI2NVRTQ2UrREkrUnR1OHdId1lEVlIwakJCZ3dGb0FVajBGV1FKdFoKQVladU9JVTg1SnV2Y2RDRTU4NHdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBQmVMU2oxWUpBZjlUdXpOWUVDSgp1UVhVMkpuTHJ5bTA0NUM2U0VYaVlGL1pIblVVRE5IaWsvODFBZFV6YnFBZDk3OGFtYjRkSzJicWtNTkd2aDlPCmFCSTVZZHZMa0N4WDZ6bnZXUi8wTW1ZYWtURG5INjVDVDN5eW1qTURybmFPOGFzcHAzNVBZWTcxMDRaS0x4ckQKNlIwZlM1NUg0ZkNNelNMbHpRQ1VoYkZLV3lqYlpUd1luczkrWXV3dGFNclNYSFNpS3lUQndLOFcvcWp2QzBGVwpUU1hHMUdkTTdma2F4eUx6eFJaRnZ1MThQWHpIam5tSHowZmYzNkcxQjc4NVNSR0V1QzVMQytHdG9ZTG1nVmhKCjByWUJmRG9qUDdxZlZmbGludWdRdm1VbWZ0em5vc0hhaDB2Z3FqOXhrQ3FaV3c0RG9ESnBpR0NCM0ZzKzFqMXAKWTl3PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2d0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktrd2dnU2xBZ0VBQW9JQkFRRFZJMWxaeUR3QWwvTngKcTBtN0s0d2FSNnF0RXVsV3ltRWRnT0N4eUpyc1FFK1VMcHFJWWoya2w4MldNZ3JJYmFSYVpQYTBQN3BXb3hpcwpzSDZLNlBoTmxkbXFHLzNJdGJrWXZMSmJnaTY1NXliRWN0SUZicFhhRzZ4clVJUHI3R0YwU0o0V0lKZUR5cDBkCi8rRmNjMXpGTmNoVytWRm9PSFZ1aDR1a2l1QVpwaVRjTUFCZmg4ZzFhQjZlZ1ZLaHZJOW1ORUVmc1h5aFFmdGcKWStNUTV4SDBSdkczdjNCSjVkZHJsU2dtK0p6S3ZoK1k0b3FWcUVnNkZ4QkRTbjFoSlBwbWNpOFBzbUkwZGlyZApqdmoyYThxQjZITkRXd3c3S212bVpSME5xVFl6ckFIdWxmaUZCU0NqeWJ0VlVHUERxenhjRWo0bnVCaktuMGlNCmhyRXZObmFqQWdNQkFBRUNnZ0VCQUo1WGxKbk8yRVRZbmxOa0hYS2Y5NFhPbUUzY0x0MzduQXAvSkc3dnlhaWEKWG9TSDJ1WlhsZFFoc3VwU1l4Qmo1Q1lEdkFSTkUvSXBXTHR5bzVBdlk4aS8rdVVWeG9URi9LMFVBcTFaR2IyaQpySHBsa3dIV0ZoM2pVVVNvbkZrNVUyMUFSYkhLcE1XVVVRVm9nOVJiSUNDaXhDTlpOZEZub0Zacy9LRlJTd3ZCCnQ2ek1tOWlTOGpoUExRZ2hEOHprVXRaNEQweS9XbXBPNjJsb0JmZXBveFZDYUo2b0c5NVBrdEVTa3IyYTdKOXYKamk4VnRacWhFZVpCQXgvUjFSQ3kyaDlWQ083NzJsWksybWFOMGZ0akRKNkp1Q3E3QTdXYVJIQnFEbE15Y1RYVQpRZ2pKSkYrUUdyQmRiSnRDTzF1eE1EMXhHbmNDUXFiWGVOV1ROcUJacUFFQ2dZRUE2cElscENYMmlSZ05mVXpCCjIrQ1dsWlhrQnZVa3RCbGJEWmdOeWR4Yi91NmdEZ2dtYjFLaTNaT2RUSzJ4Sk5YUEhkRllJU1cwTXRGNWFXUFEKbWNLS3ErYjhhandiQnVNU3VXUVNNUmRUdldkSVZNeVRRclpsL21SSmtGTHJwR0tBUzRWQ0tTWVNoZHFjNnRhbgpxYzFpbjhTU1p0cDZSTzU2eit2dWdNQmg1Y0VDZ1lFQTZKdjFTRzE2K3VtR0xoeEF1ZVlrakE0QmRCclRQcGhYCmk2Vm54TDR0alZscC9nTWg2SE4xTWJOdHN5ejg0TG1rMGFwcGZreVZ0ZmcweDVnY0pUbkd3TkRRMWVJZXdNT3cKd0xjY0VzZlpLblRHM2RTbVpaSm9Ga3ZFNTYrTUtlQkk4cFFCWVVsTnFTdFBKNFZsT0t0Q2syM1paUzZpNWVaRQp4eUpCZVVURDNXTUNnWUJCOVM1WVpjUlk4RVo2d1NhUnFTa3VqcU03d1pxOGVaUzgwZEN1dmlPd0gzRXFBT2l0CnpOSzI4MWI3eEt0VzdEZjg3bXlWaFlDUitZem1NWWJxZFdXQXlNYVpLS1dBM2tEWm1HWDFIOVlRSUFhYXNadUcKMnJyN09UL21NU3JKWWxrbzR5T2pabTAyN2kzSmF1cGlPTHBPcW50d0tHYlJFeTI5WVY0REhoVnBBUUtCZ1FERwpSRERsUkZRZnpLN1BYTXVhNk56YitCQXJHN1pWVTFyRHIvL3NCY0lrQ2tPNi9JYUpjT2hDcmRMaWQ0VXdNMnlXClBlL2ZkSDNqZGlYZXZ2dTJpekdySmhIclRPcXptZGx0Mm1YMmFCdm1BVldFdlgzN2M3aCswS1NNYXVoSXhXREkKUzNtRnFBcW5HRUJHeW9BRnRveHZ4NkVXaXBMVTdOcFE5aFRpdmNkSlN3S0JnUUNOdDF5SCt4ekkxTVRma0tWTQpwUkNXYTR0UVNhNU1VZ084U25oZzlKbmhkUUNCRWpGVXphK2kzKzlzdDZ6c1c0MVB0djJ6SHFPZUhzN1pXYW5SCjNzRjlqWlI5RW1XUm01OWl5RG1mdUxNRmRWUzhldUxvT1ZHUVpNT3YrT0lWcXhGODVFK05TcWEyQWZwM1ZEbVYKOTdsWkY2ZElQSXpsMlkzbjE0OUUrT3V5ZWc9PQotLS0tLUVORCBQUklWQVRFIEtFWS0tLS0tCg==", "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": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURqakNDQW5hZ0F3SUJBZ0lSQUthdDNub0c2VVdtblB0bVhZa2FCaXd3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJFMgpZV1JrWlRkaExUQTJaVGswTldFMkxUbGpabUkyTmpWa0xUZzVNV0V3TmpKaU1CNFhEVEkwTURZeU1qRTVORFkxCk9Gb1hEVEkxTURZeU1qRTVORFkxT0Zvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUExU05aV2NnOEFKZnpjYXRKdXl1TUdrZXFyUkxwVnNwaApIWURnc2NpYTdFQlBsQzZhaUdJOXBKZk5saklLeUcya1dtVDJ0RCs2VnFNWXJMQitpdWo0VFpYWnFodjl5TFc1CkdMeXlXNEl1dWVjbXhITFNCVzZWMmh1c2ExQ0Q2K3hoZEVpZUZpQ1hnOHFkSGYvaFhITmN4VFhJVnZsUmFEaDEKYm9lTHBJcmdHYVlrM0RBQVg0ZklOV2dlbm9GU29ieVBaalJCSDdGOG9VSDdZR1BqRU9jUjlFYnh0Nzl3U2VYWAphNVVvSnZpY3lyNGZtT0tLbGFoSU9oY1FRMHA5WVNUNlpuSXZEN0ppTkhZcTNZNzQ5bXZLZ2VoelExc01PeXByCjVtVWREYWsyTTZ3QjdwWDRoUVVnbzhtN1ZWQmp3NnM4WEJJK0o3Z1l5cDlJaklheEx6WjJvd0lEQVFBQm80R2UKTUlHYk1Bc0dBMVVkRHdRRUF3SUZvREFmQmdOVkhSRUVHREFXZ2dsc2IyTmhiR2h2YzNTQ0NURXlOeTR3TGpBdQpNVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RBWURWUjBUQVFIL0JBSXdBREFkCkJnTlZIUTRFRmdRVXpKaE9ZZkt2MzVSTTI2NVRTQ2UrREkrUnR1OHdId1lEVlIwakJCZ3dGb0FVajBGV1FKdFoKQVladU9JVTg1SnV2Y2RDRTU4NHdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBQmVMU2oxWUpBZjlUdXpOWUVDSgp1UVhVMkpuTHJ5bTA0NUM2U0VYaVlGL1pIblVVRE5IaWsvODFBZFV6YnFBZDk3OGFtYjRkSzJicWtNTkd2aDlPCmFCSTVZZHZMa0N4WDZ6bnZXUi8wTW1ZYWtURG5INjVDVDN5eW1qTURybmFPOGFzcHAzNVBZWTcxMDRaS0x4ckQKNlIwZlM1NUg0ZkNNelNMbHpRQ1VoYkZLV3lqYlpUd1luczkrWXV3dGFNclNYSFNpS3lUQndLOFcvcWp2QzBGVwpUU1hHMUdkTTdma2F4eUx6eFJaRnZ1MThQWHpIam5tSHowZmYzNkcxQjc4NVNSR0V1QzVMQytHdG9ZTG1nVmhKCjByWUJmRG9qUDdxZlZmbGludWdRdm1VbWZ0em5vc0hhaDB2Z3FqOXhrQ3FaV3c0RG9ESnBpR0NCM0ZzKzFqMXAKWTl3PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==", "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-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 22 June 2024 19:46:59 +0000 (0:00:00.847) 0:01:17.666 ********* ok: [sut] => { "ansible_facts": { "certificate_test_certs": { "podman_registry": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAKat3noG6UWmnPtmXYkaBiwwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2E2\nYWRkZTdhLTA2ZTk0NWE2LTljZmI2NjVkLTg5MWEwNjJiMB4XDTI0MDYyMjE5NDY1\nOFoXDTI1MDYyMjE5NDY1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1SNZWcg8AJfzcatJuyuMGkeqrRLpVsph\nHYDgscia7EBPlC6aiGI9pJfNljIKyG2kWmT2tD+6VqMYrLB+iuj4TZXZqhv9yLW5\nGLyyW4IuuecmxHLSBW6V2husa1CD6+xhdEieFiCXg8qdHf/hXHNcxTXIVvlRaDh1\nboeLpIrgGaYk3DAAX4fINWgenoFSobyPZjRBH7F8oUH7YGPjEOcR9Ebxt79wSeXX\na5UoJvicyr4fmOKKlahIOhcQQ0p9YST6ZnIvD7JiNHYq3Y749mvKgehzQ1sMOypr\n5mUdDak2M6wB7pX4hQUgo8m7VVBjw6s8XBI+J7gYyp9IjIaxLzZ2owIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUzJhOYfKv35RM265TSCe+DI+Rtu8wHwYDVR0jBBgwFoAUj0FWQJtZ\nAYZuOIU85JuvcdCE584wDQYJKoZIhvcNAQELBQADggEBABeLSj1YJAf9TuzNYECJ\nuQXU2JnLrym045C6SEXiYF/ZHnUUDNHik/81AdUzbqAd978amb4dK2bqkMNGvh9O\naBI5YdvLkCxX6znvWR/0MmYakTDnH65CT3yymjMDrnaO8aspp35PYY7104ZKLxrD\n6R0fS55H4fCMzSLlzQCUhbFKWyjbZTwYns9+YuwtaMrSXHSiKyTBwK8W/qjvC0FW\nTSXG1GdM7fkaxyLzxRZFvu18PXzHjnmHz0ff36G1B785SRGEuC5LC+GtoYLmgVhJ\n0rYBfDojP7qfVflinugQvmUmftznosHah0vgqj9xkCqZWw4DoDJpiGCB3Fs+1j1p\nY9w=\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAKat3noG6UWmnPtmXYkaBiwwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2E2\nYWRkZTdhLTA2ZTk0NWE2LTljZmI2NjVkLTg5MWEwNjJiMB4XDTI0MDYyMjE5NDY1\nOFoXDTI1MDYyMjE5NDY1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1SNZWcg8AJfzcatJuyuMGkeqrRLpVsph\nHYDgscia7EBPlC6aiGI9pJfNljIKyG2kWmT2tD+6VqMYrLB+iuj4TZXZqhv9yLW5\nGLyyW4IuuecmxHLSBW6V2husa1CD6+xhdEieFiCXg8qdHf/hXHNcxTXIVvlRaDh1\nboeLpIrgGaYk3DAAX4fINWgenoFSobyPZjRBH7F8oUH7YGPjEOcR9Ebxt79wSeXX\na5UoJvicyr4fmOKKlahIOhcQQ0p9YST6ZnIvD7JiNHYq3Y749mvKgehzQ1sMOypr\n5mUdDak2M6wB7pX4hQUgo8m7VVBjw6s8XBI+J7gYyp9IjIaxLzZ2owIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUzJhOYfKv35RM265TSCe+DI+Rtu8wHwYDVR0jBBgwFoAUj0FWQJtZ\nAYZuOIU85JuvcdCE584wDQYJKoZIhvcNAQELBQADggEBABeLSj1YJAf9TuzNYECJ\nuQXU2JnLrym045C6SEXiYF/ZHnUUDNHik/81AdUzbqAd978amb4dK2bqkMNGvh9O\naBI5YdvLkCxX6znvWR/0MmYakTDnH65CT3yymjMDrnaO8aspp35PYY7104ZKLxrD\n6R0fS55H4fCMzSLlzQCUhbFKWyjbZTwYns9+YuwtaMrSXHSiKyTBwK8W/qjvC0FW\nTSXG1GdM7fkaxyLzxRZFvu18PXzHjnmHz0ff36G1B785SRGEuC5LC+GtoYLmgVhJ\n0rYBfDojP7qfVflinugQvmUmftznosHah0vgqj9xkCqZWw4DoDJpiGCB3Fs+1j1p\nY9w=\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDVI1lZyDwAl/Nx\nq0m7K4waR6qtEulWymEdgOCxyJrsQE+ULpqIYj2kl82WMgrIbaRaZPa0P7pWoxis\nsH6K6PhNldmqG/3ItbkYvLJbgi655ybEctIFbpXaG6xrUIPr7GF0SJ4WIJeDyp0d\n/+Fcc1zFNchW+VFoOHVuh4ukiuAZpiTcMABfh8g1aB6egVKhvI9mNEEfsXyhQftg\nY+MQ5xH0RvG3v3BJ5ddrlSgm+JzKvh+Y4oqVqEg6FxBDSn1hJPpmci8PsmI0dird\njvj2a8qB6HNDWww7KmvmZR0NqTYzrAHulfiFBSCjybtVUGPDqzxcEj4nuBjKn0iM\nhrEvNnajAgMBAAECggEBAJ5XlJnO2ETYnlNkHXKf94XOmE3cLt37nAp/JG7vyaia\nXoSH2uZXldQhsupSYxBj5CYDvARNE/IpWLtyo5AvY8i/+uUVxoTF/K0UAq1ZGb2i\nrHplkwHWFh3jUUSonFk5U21ARbHKpMWUUQVog9RbICCixCNZNdFnoFZs/KFRSwvB\nt6zMm9iS8jhPLQghD8zkUtZ4D0y/WmpO62loBfepoxVCaJ6oG95PktESkr2a7J9v\nji8VtZqhEeZBAx/R1RCy2h9VCO772lZK2maN0ftjDJ6JuCq7A7WaRHBqDlMycTXU\nQgjJJF+QGrBdbJtCO1uxMD1xGncCQqbXeNWTNqBZqAECgYEA6pIlpCX2iRgNfUzB\n2+CWlZXkBvUktBlbDZgNydxb/u6gDggmb1Ki3ZOdTK2xJNXPHdFYISW0MtF5aWPQ\nmcKKq+b8ajwbBuMSuWQSMRdTvWdIVMyTQrZl/mRJkFLrpGKAS4VCKSYShdqc6tan\nqc1in8SSZtp6RO56z+vugMBh5cECgYEA6Jv1SG16+umGLhxAueYkjA4BdBrTPphX\ni6VnxL4tjVlp/gMh6HN1MbNtsyz84Lmk0appfkyVtfg0x5gcJTnGwNDQ1eIewMOw\nwLccEsfZKnTG3dSmZZJoFkvE56+MKeBI8pQBYUlNqStPJ4VlOKtCk23ZZS6i5eZE\nxyJBeUTD3WMCgYBB9S5YZcRY8EZ6wSaRqSkujqM7wZq8eZS80dCuviOwH3EqAOit\nzNK281b7xKtW7Df87myVhYCR+YzmMYbqdWWAyMaZKKWA3kDZmGX1H9YQIAaasZuG\n2rr7OT/mMSrJYlko4yOjZm027i3JaupiOLpOqntwKGbREy29YV4DHhVpAQKBgQDG\nRDDlRFQfzK7PXMua6Nzb+BArG7ZVU1rDr//sBcIkCkO6/IaJcOhCrdLid4UwM2yW\nPe/fdH3jdiXevvu2izGrJhHrTOqzmdlt2mX2aBvmAVWEvX37c7h+0KSMauhIxWDI\nS3mFqAqnGEBGyoAFtoxvx6EWipLU7NpQ9hTivcdJSwKBgQCNt1yH+xzI1MTfkKVM\npRCWa4tQSa5MUgO8Snhg9JnhdQCBEjFUza+i3+9st6zsW41Ptv2zHqOeHs7ZWanR\n3sF9jZR9EmWRm59iyDmfuLMFdVS8euLoOVGQZMOv+OIVqxF85E+NSqa2Afp3VDmV\n97lZF6dIPIzl2Y3n149E+Ouyeg==\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 22 June 2024 19:47:00 +0000 (0:00:00.025) 0:01:17.691 ********* ok: [sut] => (item={'cert': '/etc/pki/tls/certs/podman_registry.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAKat3noG6UWmnPtmXYkaBiwwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2E2\nYWRkZTdhLTA2ZTk0NWE2LTljZmI2NjVkLTg5MWEwNjJiMB4XDTI0MDYyMjE5NDY1\nOFoXDTI1MDYyMjE5NDY1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1SNZWcg8AJfzcatJuyuMGkeqrRLpVsph\nHYDgscia7EBPlC6aiGI9pJfNljIKyG2kWmT2tD+6VqMYrLB+iuj4TZXZqhv9yLW5\nGLyyW4IuuecmxHLSBW6V2husa1CD6+xhdEieFiCXg8qdHf/hXHNcxTXIVvlRaDh1\nboeLpIrgGaYk3DAAX4fINWgenoFSobyPZjRBH7F8oUH7YGPjEOcR9Ebxt79wSeXX\na5UoJvicyr4fmOKKlahIOhcQQ0p9YST6ZnIvD7JiNHYq3Y749mvKgehzQ1sMOypr\n5mUdDak2M6wB7pX4hQUgo8m7VVBjw6s8XBI+J7gYyp9IjIaxLzZ2owIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUzJhOYfKv35RM265TSCe+DI+Rtu8wHwYDVR0jBBgwFoAUj0FWQJtZ\nAYZuOIU85JuvcdCE584wDQYJKoZIhvcNAQELBQADggEBABeLSj1YJAf9TuzNYECJ\nuQXU2JnLrym045C6SEXiYF/ZHnUUDNHik/81AdUzbqAd978amb4dK2bqkMNGvh9O\naBI5YdvLkCxX6znvWR/0MmYakTDnH65CT3yymjMDrnaO8aspp35PYY7104ZKLxrD\n6R0fS55H4fCMzSLlzQCUhbFKWyjbZTwYns9+YuwtaMrSXHSiKyTBwK8W/qjvC0FW\nTSXG1GdM7fkaxyLzxRZFvu18PXzHjnmHz0ff36G1B785SRGEuC5LC+GtoYLmgVhJ\n0rYBfDojP7qfVflinugQvmUmftznosHah0vgqj9xkCqZWw4DoDJpiGCB3Fs+1j1p\nY9w=\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/podman_registry.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDVI1lZyDwAl/Nx\nq0m7K4waR6qtEulWymEdgOCxyJrsQE+ULpqIYj2kl82WMgrIbaRaZPa0P7pWoxis\nsH6K6PhNldmqG/3ItbkYvLJbgi655ybEctIFbpXaG6xrUIPr7GF0SJ4WIJeDyp0d\n/+Fcc1zFNchW+VFoOHVuh4ukiuAZpiTcMABfh8g1aB6egVKhvI9mNEEfsXyhQftg\nY+MQ5xH0RvG3v3BJ5ddrlSgm+JzKvh+Y4oqVqEg6FxBDSn1hJPpmci8PsmI0dird\njvj2a8qB6HNDWww7KmvmZR0NqTYzrAHulfiFBSCjybtVUGPDqzxcEj4nuBjKn0iM\nhrEvNnajAgMBAAECggEBAJ5XlJnO2ETYnlNkHXKf94XOmE3cLt37nAp/JG7vyaia\nXoSH2uZXldQhsupSYxBj5CYDvARNE/IpWLtyo5AvY8i/+uUVxoTF/K0UAq1ZGb2i\nrHplkwHWFh3jUUSonFk5U21ARbHKpMWUUQVog9RbICCixCNZNdFnoFZs/KFRSwvB\nt6zMm9iS8jhPLQghD8zkUtZ4D0y/WmpO62loBfepoxVCaJ6oG95PktESkr2a7J9v\nji8VtZqhEeZBAx/R1RCy2h9VCO772lZK2maN0ftjDJ6JuCq7A7WaRHBqDlMycTXU\nQgjJJF+QGrBdbJtCO1uxMD1xGncCQqbXeNWTNqBZqAECgYEA6pIlpCX2iRgNfUzB\n2+CWlZXkBvUktBlbDZgNydxb/u6gDggmb1Ki3ZOdTK2xJNXPHdFYISW0MtF5aWPQ\nmcKKq+b8ajwbBuMSuWQSMRdTvWdIVMyTQrZl/mRJkFLrpGKAS4VCKSYShdqc6tan\nqc1in8SSZtp6RO56z+vugMBh5cECgYEA6Jv1SG16+umGLhxAueYkjA4BdBrTPphX\ni6VnxL4tjVlp/gMh6HN1MbNtsyz84Lmk0appfkyVtfg0x5gcJTnGwNDQ1eIewMOw\nwLccEsfZKnTG3dSmZZJoFkvE56+MKeBI8pQBYUlNqStPJ4VlOKtCk23ZZS6i5eZE\nxyJBeUTD3WMCgYBB9S5YZcRY8EZ6wSaRqSkujqM7wZq8eZS80dCuviOwH3EqAOit\nzNK281b7xKtW7Df87myVhYCR+YzmMYbqdWWAyMaZKKWA3kDZmGX1H9YQIAaasZuG\n2rr7OT/mMSrJYlko4yOjZm027i3JaupiOLpOqntwKGbREy29YV4DHhVpAQKBgQDG\nRDDlRFQfzK7PXMua6Nzb+BArG7ZVU1rDr//sBcIkCkO6/IaJcOhCrdLid4UwM2yW\nPe/fdH3jdiXevvu2izGrJhHrTOqzmdlt2mX2aBvmAVWEvX37c7h+0KSMauhIxWDI\nS3mFqAqnGEBGyoAFtoxvx6EWipLU7NpQ9hTivcdJSwKBgQCNt1yH+xzI1MTfkKVM\npRCWa4tQSa5MUgO8Snhg9JnhdQCBEjFUza+i3+9st6zsW41Ptv2zHqOeHs7ZWanR\n3sF9jZR9EmWRm59iyDmfuLMFdVS8euLoOVGQZMOv+OIVqxF85E+NSqa2Afp3VDmV\n97lZF6dIPIzl2Y3n149E+Ouyeg==\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/podman_registry.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAKat3noG6UWmnPtmXYkaBiwwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2E2\nYWRkZTdhLTA2ZTk0NWE2LTljZmI2NjVkLTg5MWEwNjJiMB4XDTI0MDYyMjE5NDY1\nOFoXDTI1MDYyMjE5NDY1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1SNZWcg8AJfzcatJuyuMGkeqrRLpVsph\nHYDgscia7EBPlC6aiGI9pJfNljIKyG2kWmT2tD+6VqMYrLB+iuj4TZXZqhv9yLW5\nGLyyW4IuuecmxHLSBW6V2husa1CD6+xhdEieFiCXg8qdHf/hXHNcxTXIVvlRaDh1\nboeLpIrgGaYk3DAAX4fINWgenoFSobyPZjRBH7F8oUH7YGPjEOcR9Ebxt79wSeXX\na5UoJvicyr4fmOKKlahIOhcQQ0p9YST6ZnIvD7JiNHYq3Y749mvKgehzQ1sMOypr\n5mUdDak2M6wB7pX4hQUgo8m7VVBjw6s8XBI+J7gYyp9IjIaxLzZ2owIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUzJhOYfKv35RM265TSCe+DI+Rtu8wHwYDVR0jBBgwFoAUj0FWQJtZ\nAYZuOIU85JuvcdCE584wDQYJKoZIhvcNAQELBQADggEBABeLSj1YJAf9TuzNYECJ\nuQXU2JnLrym045C6SEXiYF/ZHnUUDNHik/81AdUzbqAd978amb4dK2bqkMNGvh9O\naBI5YdvLkCxX6znvWR/0MmYakTDnH65CT3yymjMDrnaO8aspp35PYY7104ZKLxrD\n6R0fS55H4fCMzSLlzQCUhbFKWyjbZTwYns9+YuwtaMrSXHSiKyTBwK8W/qjvC0FW\nTSXG1GdM7fkaxyLzxRZFvu18PXzHjnmHz0ff36G1B785SRGEuC5LC+GtoYLmgVhJ\n0rYBfDojP7qfVflinugQvmUmftznosHah0vgqj9xkCqZWw4DoDJpiGCB3Fs+1j1p\nY9w=\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.053538", "end": "2024-06-22 19:47:00.310355", "item": { "ca": "/etc/pki/tls/certs/podman_registry.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAKat3noG6UWmnPtmXYkaBiwwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2E2\nYWRkZTdhLTA2ZTk0NWE2LTljZmI2NjVkLTg5MWEwNjJiMB4XDTI0MDYyMjE5NDY1\nOFoXDTI1MDYyMjE5NDY1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1SNZWcg8AJfzcatJuyuMGkeqrRLpVsph\nHYDgscia7EBPlC6aiGI9pJfNljIKyG2kWmT2tD+6VqMYrLB+iuj4TZXZqhv9yLW5\nGLyyW4IuuecmxHLSBW6V2husa1CD6+xhdEieFiCXg8qdHf/hXHNcxTXIVvlRaDh1\nboeLpIrgGaYk3DAAX4fINWgenoFSobyPZjRBH7F8oUH7YGPjEOcR9Ebxt79wSeXX\na5UoJvicyr4fmOKKlahIOhcQQ0p9YST6ZnIvD7JiNHYq3Y749mvKgehzQ1sMOypr\n5mUdDak2M6wB7pX4hQUgo8m7VVBjw6s8XBI+J7gYyp9IjIaxLzZ2owIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUzJhOYfKv35RM265TSCe+DI+Rtu8wHwYDVR0jBBgwFoAUj0FWQJtZ\nAYZuOIU85JuvcdCE584wDQYJKoZIhvcNAQELBQADggEBABeLSj1YJAf9TuzNYECJ\nuQXU2JnLrym045C6SEXiYF/ZHnUUDNHik/81AdUzbqAd978amb4dK2bqkMNGvh9O\naBI5YdvLkCxX6znvWR/0MmYakTDnH65CT3yymjMDrnaO8aspp35PYY7104ZKLxrD\n6R0fS55H4fCMzSLlzQCUhbFKWyjbZTwYns9+YuwtaMrSXHSiKyTBwK8W/qjvC0FW\nTSXG1GdM7fkaxyLzxRZFvu18PXzHjnmHz0ff36G1B785SRGEuC5LC+GtoYLmgVhJ\n0rYBfDojP7qfVflinugQvmUmftznosHah0vgqj9xkCqZWw4DoDJpiGCB3Fs+1j1p\nY9w=\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/podman_registry.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIRAKat3noG6UWmnPtmXYkaBiwwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2E2\nYWRkZTdhLTA2ZTk0NWE2LTljZmI2NjVkLTg5MWEwNjJiMB4XDTI0MDYyMjE5NDY1\nOFoXDTI1MDYyMjE5NDY1OFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1SNZWcg8AJfzcatJuyuMGkeqrRLpVsph\nHYDgscia7EBPlC6aiGI9pJfNljIKyG2kWmT2tD+6VqMYrLB+iuj4TZXZqhv9yLW5\nGLyyW4IuuecmxHLSBW6V2husa1CD6+xhdEieFiCXg8qdHf/hXHNcxTXIVvlRaDh1\nboeLpIrgGaYk3DAAX4fINWgenoFSobyPZjRBH7F8oUH7YGPjEOcR9Ebxt79wSeXX\na5UoJvicyr4fmOKKlahIOhcQQ0p9YST6ZnIvD7JiNHYq3Y749mvKgehzQ1sMOypr\n5mUdDak2M6wB7pX4hQUgo8m7VVBjw6s8XBI+J7gYyp9IjIaxLzZ2owIDAQABo4Ge\nMIGbMAsGA1UdDwQEAwIFoDAfBgNVHREEGDAWgglsb2NhbGhvc3SCCTEyNy4wLjAu\nMTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAd\nBgNVHQ4EFgQUzJhOYfKv35RM265TSCe+DI+Rtu8wHwYDVR0jBBgwFoAUj0FWQJtZ\nAYZuOIU85JuvcdCE584wDQYJKoZIhvcNAQELBQADggEBABeLSj1YJAf9TuzNYECJ\nuQXU2JnLrym045C6SEXiYF/ZHnUUDNHik/81AdUzbqAd978amb4dK2bqkMNGvh9O\naBI5YdvLkCxX6znvWR/0MmYakTDnH65CT3yymjMDrnaO8aspp35PYY7104ZKLxrD\n6R0fS55H4fCMzSLlzQCUhbFKWyjbZTwYns9+YuwtaMrSXHSiKyTBwK8W/qjvC0FW\nTSXG1GdM7fkaxyLzxRZFvu18PXzHjnmHz0ff36G1B785SRGEuC5LC+GtoYLmgVhJ\n0rYBfDojP7qfVflinugQvmUmftznosHah0vgqj9xkCqZWw4DoDJpiGCB3Fs+1j1p\nY9w=\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/podman_registry.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDVI1lZyDwAl/Nx\nq0m7K4waR6qtEulWymEdgOCxyJrsQE+ULpqIYj2kl82WMgrIbaRaZPa0P7pWoxis\nsH6K6PhNldmqG/3ItbkYvLJbgi655ybEctIFbpXaG6xrUIPr7GF0SJ4WIJeDyp0d\n/+Fcc1zFNchW+VFoOHVuh4ukiuAZpiTcMABfh8g1aB6egVKhvI9mNEEfsXyhQftg\nY+MQ5xH0RvG3v3BJ5ddrlSgm+JzKvh+Y4oqVqEg6FxBDSn1hJPpmci8PsmI0dird\njvj2a8qB6HNDWww7KmvmZR0NqTYzrAHulfiFBSCjybtVUGPDqzxcEj4nuBjKn0iM\nhrEvNnajAgMBAAECggEBAJ5XlJnO2ETYnlNkHXKf94XOmE3cLt37nAp/JG7vyaia\nXoSH2uZXldQhsupSYxBj5CYDvARNE/IpWLtyo5AvY8i/+uUVxoTF/K0UAq1ZGb2i\nrHplkwHWFh3jUUSonFk5U21ARbHKpMWUUQVog9RbICCixCNZNdFnoFZs/KFRSwvB\nt6zMm9iS8jhPLQghD8zkUtZ4D0y/WmpO62loBfepoxVCaJ6oG95PktESkr2a7J9v\nji8VtZqhEeZBAx/R1RCy2h9VCO772lZK2maN0ftjDJ6JuCq7A7WaRHBqDlMycTXU\nQgjJJF+QGrBdbJtCO1uxMD1xGncCQqbXeNWTNqBZqAECgYEA6pIlpCX2iRgNfUzB\n2+CWlZXkBvUktBlbDZgNydxb/u6gDggmb1Ki3ZOdTK2xJNXPHdFYISW0MtF5aWPQ\nmcKKq+b8ajwbBuMSuWQSMRdTvWdIVMyTQrZl/mRJkFLrpGKAS4VCKSYShdqc6tan\nqc1in8SSZtp6RO56z+vugMBh5cECgYEA6Jv1SG16+umGLhxAueYkjA4BdBrTPphX\ni6VnxL4tjVlp/gMh6HN1MbNtsyz84Lmk0appfkyVtfg0x5gcJTnGwNDQ1eIewMOw\nwLccEsfZKnTG3dSmZZJoFkvE56+MKeBI8pQBYUlNqStPJ4VlOKtCk23ZZS6i5eZE\nxyJBeUTD3WMCgYBB9S5YZcRY8EZ6wSaRqSkujqM7wZq8eZS80dCuviOwH3EqAOit\nzNK281b7xKtW7Df87myVhYCR+YzmMYbqdWWAyMaZKKWA3kDZmGX1H9YQIAaasZuG\n2rr7OT/mMSrJYlko4yOjZm027i3JaupiOLpOqntwKGbREy29YV4DHhVpAQKBgQDG\nRDDlRFQfzK7PXMua6Nzb+BArG7ZVU1rDr//sBcIkCkO6/IaJcOhCrdLid4UwM2yW\nPe/fdH3jdiXevvu2izGrJhHrTOqzmdlt2mX2aBvmAVWEvX37c7h+0KSMauhIxWDI\nS3mFqAqnGEBGyoAFtoxvx6EWipLU7NpQ9hTivcdJSwKBgQCNt1yH+xzI1MTfkKVM\npRCWa4tQSa5MUgO8Snhg9JnhdQCBEjFUza+i3+9st6zsW41Ptv2zHqOeHs7ZWanR\n3sF9jZR9EmWRm59iyDmfuLMFdVS8euLoOVGQZMOv+OIVqxF85E+NSqa2Afp3VDmV\n97lZF6dIPIzl2Y3n149E+Ouyeg==\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-06-22 19:47:00.256817" } STDOUT: Request "20240622194658" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 22 June 2024 19:47:00 +0000 (0:00:00.330) 0:01:18.022 ********* 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-ci1l1p0gsk/tests/tasks/setup_registry.yml:35 Saturday 22 June 2024 19:47:00 +0000 (0:00:00.569) 0:01:18.592 ********* changed: [sut] => { "changed": true, "checksum": "97a7c5a5d85df65822d75807b132d2f4259d4a09", "dest": "/tmp/lsr_vfpli6ic_podman/auth/registry_cert.crt", "gid": 0, "group": "root", "md5sum": "a12203bb28e11b4c489de41a931335d3", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1719085620.9475114-3837-107262330191706/source", "state": "file", "uid": 0 } TASK [Write key for registry] ************************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tasks/setup_registry.yml:41 Saturday 22 June 2024 19:47:01 +0000 (0:00:00.612) 0:01:19.204 ********* changed: [sut] => { "changed": true, "checksum": "a42d92b97c01ad380d7274bd603a139c5ef984ce", "dest": "/tmp/lsr_vfpli6ic_podman/auth/registry_key.pem", "gid": 0, "group": "root", "md5sum": "ba09c590cd2aace573e05a235e9123ef", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1708, "src": "/root/.ansible/tmp/ansible-tmp-1719085621.558864-3847-249782914044547/source", "state": "file", "uid": 0 } TASK [Write CA cert for registry] ********************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tasks/setup_registry.yml:47 Saturday 22 June 2024 19:47:02 +0000 (0:00:00.510) 0:01:19.715 ********* changed: [sut] => { "changed": true, "checksum": "97a7c5a5d85df65822d75807b132d2f4259d4a09", "dest": "/tmp/lsr_vfpli6ic_podman/auth/ca.crt", "gid": 0, "group": "root", "md5sum": "a12203bb28e11b4c489de41a931335d3", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1294, "src": "/root/.ansible/tmp/ansible-tmp-1719085622.0698154-3862-119774744203045/source", "state": "file", "uid": 0 } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tasks/setup_registry.yml:54 Saturday 22 June 2024 19:47:02 +0000 (0:00:00.517) 0:01:20.232 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: apr-util-bdb-1.6.1-9.el8.x86_64", "Installed: httpd-tools-2.4.37-64.module_el8+965+1ad5c49d.x86_64", "Installed: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64", "Installed: apr-util-openssl-1.6.1-9.el8.x86_64", "Installed: apr-1.6.3-12.el8.x86_64", "Installed: apr-util-1.6.1-9.el8.x86_64" ] } lsrpackages: httpd-tools skopeo TASK [Write user and password] ************************************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tasks/setup_registry.yml:59 Saturday 22 June 2024 19:47:07 +0000 (0:00:04.892) 0:01:25.124 ********* 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-ci1l1p0gsk/tests/tasks/setup_registry.yml:67 Saturday 22 June 2024 19:47:07 +0000 (0:00:00.204) 0:01:25.328 ********* 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-ci1l1p0gsk/tests/tasks/setup_registry.yml:84 Saturday 22 June 2024 19:47:08 +0000 (0:00:00.520) 0:01:25.849 ********* ok: [sut] => { "ansible_facts": { "__podman_cleanup_paths": [ "/tmp/lsr_vfpli6ic_podman" ] }, "changed": false } TASK [Start registry] ********************************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tasks/setup_registry.yml:92 Saturday 22 June 2024 19:47:08 +0000 (0:00:00.022) 0:01:25.871 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "run", "-d", "-p", "127.0.0.1:5000:5000", "--name", "podman_registry", "-v", "/tmp/lsr_vfpli6ic_podman/auth:/auth:Z", "-e", "REGISTRY_AUTH=htpasswd", "-e", "REGISTRY_AUTH_HTPASSWD_REALM=Registry Realm", "-e", "REGISTRY_AUTH_HTPASSWD_PATH=/auth/htpasswd", "-e", "REGISTRY_HTTP_TLS_CERTIFICATE=/auth/registry_cert.crt", "-e", "REGISTRY_HTTP_TLS_KEY=/auth/registry_key.pem", "quay.io/libpod/registry:2.8.2" ], "delta": "0:00:03.695139", "end": "2024-06-22 19:47:12.049658", "rc": 0, "start": "2024-06-22 19:47:08.354519" } STDOUT: f1d82f557c46ac7cc43ac7137cab1a6b825a9404d17252c54d1980a5ea279cb9 STDERR: Trying to pull quay.io/libpod/registry:2.8.2... Getting image source signatures Copying blob sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de Copying blob sha256:c4d48a809fc2256f8aa0aeee47998488d64409855adba00a7cb3007ab9f3286e Copying blob sha256:88b450dec42ebc9659f10c6fd6d2326706fec4ab7aadf0c38973d930c23c546a Copying blob sha256:121f958bea53668d782691e643e9401ea21dd36c9d81078b51964d2e82b51376 Copying blob sha256:7417fa3c6d923a722787ff60825c3c40f74621ab2e4abcc120e25b10a35e4811 Copying config sha256:0030ba3d620c647159c935ee778991c68ef3e51a274703753b0bc530104ef5e5 Writing manifest to image destination TASK [Wait for port] *********************************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tasks/setup_registry.yml:103 Saturday 22 June 2024 19:47:12 +0000 (0:00:03.914) 0:01:29.786 ********* 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-ci1l1p0gsk/tests/tasks/setup_registry.yml:107 Saturday 22 June 2024 19:47:12 +0000 (0:00:00.250) 0:01:30.037 ********* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "podman", "logs", "podman_registry" ], "delta": "0:00:00.039839", "end": "2024-06-22 19:47:12.556785", "rc": 0, "start": "2024-06-22 19:47:12.516946" } STDERR: time="2024-06-22T19:47:12.041972896Z" 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=84e1396b-82a7-462e-9aea-c415d66607e3 service=registry version=2.8.2 time="2024-06-22T19:47:12.042045488Z" level=info msg="redis not configured" go.version=go1.19.9 instance.id=84e1396b-82a7-462e-9aea-c415d66607e3 service=registry version=2.8.2 time="2024-06-22T19:47:12.042057285Z" level=info msg="Starting upload purge in 41m0s" go.version=go1.19.9 instance.id=84e1396b-82a7-462e-9aea-c415d66607e3 service=registry version=2.8.2 time="2024-06-22T19:47:12.04215879Z" level=info msg="using inmemory blob descriptor cache" go.version=go1.19.9 instance.id=84e1396b-82a7-462e-9aea-c415d66607e3 service=registry version=2.8.2 time="2024-06-22T19:47:12.043020263Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.19.9 instance.id=84e1396b-82a7-462e-9aea-c415d66607e3 service=registry version=2.8.2 time="2024-06-22T19:47:12.043100316Z" 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=84e1396b-82a7-462e-9aea-c415d66607e3 service=registry version=2.8.2 time="2024-06-22T19:47:12.043413472Z" level=info msg="listening on [::]:5000, tls" go.version=go1.19.9 instance.id=84e1396b-82a7-462e-9aea-c415d66607e3 service=registry version=2.8.2 2024/06/22 19:47:12 http: TLS handshake error from 10.88.0.1:51032: EOF TASK [Convert test image names into local registry names] ********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tasks/setup_registry.yml:113 Saturday 22 June 2024 19:47:12 +0000 (0:00:00.231) 0:01:30.269 ********* 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-ci1l1p0gsk/tests/tasks/setup_registry.yml:118 Saturday 22 June 2024 19:47:12 +0000 (0:00:00.021) 0:01:30.291 ********* 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_vfpli6ic_podman/auth/auth.json\" --cert-dir=\"/tmp/lsr_vfpli6ic_podman/auth\" quay.io/libpod/testimage:20210610 docker://localhost:5000/libpod/testimage:20210610", "delta": "0:00:01.270920", "end": "2024-06-22 19:47:14.046813", "item": { "key": "quay.io/libpod/testimage:20210610", "value": "localhost:5000/libpod/testimage:20210610" }, "rc": 0, "start": "2024-06-22 19:47:12.775893" } 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-ci1l1p0gsk/tests/tasks/setup_registry.yml:129 Saturday 22 June 2024 19:47:14 +0000 (0:00:01.466) 0:01:31.757 ********* ok: [sut] => (item=localhost:5000/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "skopeo", "inspect", "--authfile=/tmp/lsr_vfpli6ic_podman/auth/auth.json", "--cert-dir=/tmp/lsr_vfpli6ic_podman/auth", "docker://localhost:5000/libpod/testimage:20210610" ], "delta": "0:00:00.182332", "end": "2024-06-22 19:47:14.427118", "item": "localhost:5000/libpod/testimage:20210610", "rc": 0, "start": "2024-06-22 19:47:14.244786" } 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-ci1l1p0gsk/tests/tests_auth_and_security.yml:60 Saturday 22 June 2024 19:47:14 +0000 (0:00:00.381) 0:01:32.139 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 22 June 2024 19:47:14 +0000 (0:00:00.040) 0:01:32.179 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 22 June 2024 19:47:14 +0000 (0:00:00.036) 0:01:32.215 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 22 June 2024 19:47:14 +0000 (0:00:00.060) 0:01:32.276 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 22 June 2024 19:47:14 +0000 (0:00:00.025) 0:01:32.302 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 22 June 2024 19:47:14 +0000 (0:00:00.022) 0:01:32.324 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 22 June 2024 19:47:14 +0000 (0:00:00.064) 0:01:32.388 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 22 June 2024 19:47:16 +0000 (0:00:01.315) 0:01:33.704 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 22 June 2024 19:47:16 +0000 (0:00:00.021) 0:01:33.726 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 22 June 2024 19:47:16 +0000 (0:00:00.027) 0:01:33.753 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029735", "end": "2024-06-22 19:47:16.263231", "rc": 0, "start": "2024-06-22 19:47:16.233496" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 22 June 2024 19:47:16 +0000 (0:00:00.238) 0:01:33.991 ********* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 22 June 2024 19:47:16 +0000 (0:00:00.023) 0:01:34.014 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 22 June 2024 19:47:16 +0000 (0:00:00.022) 0:01:34.037 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 22 June 2024 19:47:16 +0000 (0:00:00.093) 0:01:34.130 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:47:16 +0000 (0:00:00.038) 0:01:34.169 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:47:16 +0000 (0:00:00.025) 0:01:34.194 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:47:16 +0000 (0:00:00.025) 0:01:34.220 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:47:16 +0000 (0:00:00.030) 0:01:34.250 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:47:16 +0000 (0:00:00.199) 0:01:34.449 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:47:16 +0000 (0:00:00.026) 0:01:34.475 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:47:16 +0000 (0:00:00.198) 0:01:34.674 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.020) 0:01:34.695 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.027) 0:01:34.722 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.022) 0:01:34.745 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.023) 0:01:34.769 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.023) 0:01:34.792 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.023) 0:01:34.816 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.065) 0:01:34.881 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.030) 0:01:34.912 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.044) 0:01:34.956 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.039) 0:01:34.996 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.020) 0:01:35.017 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.019) 0:01:35.036 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.038) 0:01:35.075 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.020) 0:01:35.096 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.021) 0:01:35.117 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.039) 0:01:35.157 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.025) 0:01:35.182 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.045) 0:01:35.228 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.056) 0:01:35.284 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.032) 0:01:35.316 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.062) 0:01:35.378 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.021) 0:01:35.400 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.025) 0:01:35.425 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.035) 0:01:35.460 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.034) 0:01:35.495 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.020) 0:01:35.516 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.020) 0:01:35.537 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.021) 0:01:35.559 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.020) 0:01:35.579 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.051) 0:01:35.631 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 22 June 2024 19:47:17 +0000 (0:00:00.026) 0:01:35.658 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.041) 0:01:35.699 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.026) 0:01:35.726 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.053) 0:01:35.780 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.025) 0:01:35.806 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.028) 0:01:35.834 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.067) 0:01:35.902 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.205) 0:01:36.107 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.057) 0:01:36.165 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.249) 0:01:36.414 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.023) 0:01:36.438 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.021) 0:01:36.459 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.021) 0:01:36.481 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.020) 0:01:36.502 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.021) 0:01:36.524 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.021) 0:01:36.545 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.021) 0:01:36.567 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.022) 0:01:36.590 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.023) 0:01:36.613 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.034) 0:01:36.647 ********* ok: [sut] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 22 June 2024 19:47:18 +0000 (0:00:00.021) 0:01:36.669 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 22 June 2024 19:47:19 +0000 (0:00:00.025) 0:01:36.694 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 22 June 2024 19:47:19 +0000 (0:00:00.035) 0:01:36.729 ********* 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.006241", "end": "2024-06-22 19:47:19.219436", "rc": 0, "start": "2024-06-22 19:47:19.213195" } 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 22 June 2024 19:47:19 +0000 (0:00:00.262) 0:01:36.992 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 22 June 2024 19:47:19 +0000 (0:00:00.023) 0:01:37.015 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 22 June 2024 19:47:19 +0000 (0:00:00.053) 0:01:37.068 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 22 June 2024 19:47:19 +0000 (0:00:00.050) 0:01:37.118 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 22 June 2024 19:47:19 +0000 (0:00:00.024) 0:01:37.143 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 22 June 2024 19:47:19 +0000 (0:00:00.024) 0:01:37.167 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 22 June 2024 19:47:19 +0000 (0:00:00.024) 0:01:37.192 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 22 June 2024 19:47:19 +0000 (0:00:00.025) 0:01:37.217 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 22 June 2024 19:47:19 +0000 (0:00:00.032) 0:01:37.250 ********* 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-ci1l1p0gsk/tests/tests_auth_and_security.yml:75 Saturday 22 June 2024 19:47:20 +0000 (0:00:00.554) 0:01:37.804 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role with credentials and cert checking] ************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tests_auth_and_security.yml:86 Saturday 22 June 2024 19:47:20 +0000 (0:00:00.022) 0:01:37.827 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 22 June 2024 19:47:20 +0000 (0:00:00.041) 0:01:37.869 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 22 June 2024 19:47:20 +0000 (0:00:00.074) 0:01:37.943 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 22 June 2024 19:47:20 +0000 (0:00:00.025) 0:01:37.969 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 22 June 2024 19:47:20 +0000 (0:00:00.019) 0:01:37.989 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 22 June 2024 19:47:20 +0000 (0:00:00.020) 0:01:38.010 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 22 June 2024 19:47:20 +0000 (0:00:00.049) 0:01:38.060 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 22 June 2024 19:47:21 +0000 (0:00:01.312) 0:01:39.372 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 22 June 2024 19:47:21 +0000 (0:00:00.020) 0:01:39.393 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 22 June 2024 19:47:21 +0000 (0:00:00.026) 0:01:39.420 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029456", "end": "2024-06-22 19:47:21.930293", "rc": 0, "start": "2024-06-22 19:47:21.900837" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 22 June 2024 19:47:21 +0000 (0:00:00.220) 0:01:39.640 ********* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.056) 0:01:39.697 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.030) 0:01:39.727 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.064) 0:01:39.792 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.040) 0:01:39.832 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.031) 0:01:39.864 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.027) 0:01:39.891 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.028) 0:01:39.919 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.196) 0:01:40.116 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.026) 0:01:40.143 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.196) 0:01:40.339 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.023) 0:01:40.363 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.023) 0:01:40.386 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.025) 0:01:40.412 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.026) 0:01:40.438 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.027) 0:01:40.465 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.071) 0:01:40.536 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.039) 0:01:40.576 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.023) 0:01:40.600 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.037) 0:01:40.637 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 22 June 2024 19:47:22 +0000 (0:00:00.040) 0:01:40.677 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.024) 0:01:40.701 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.023) 0:01:40.725 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.041) 0:01:40.766 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.021) 0:01:40.788 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.023) 0:01:40.811 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.040) 0:01:40.852 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.021) 0:01:40.874 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.020) 0:01:40.894 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.041) 0:01:40.935 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.056) 0:01:40.992 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.021) 0:01:41.014 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.020) 0:01:41.035 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.021) 0:01:41.056 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.020) 0:01:41.077 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.023) 0:01:41.100 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.020) 0:01:41.121 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.020) 0:01:41.142 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.020) 0:01:41.162 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.019) 0:01:41.182 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.059) 0:01:41.241 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.026) 0:01:41.267 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.028) 0:01:41.296 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.022) 0:01:41.319 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.038) 0:01:41.357 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.026) 0:01:41.384 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.063) 0:01:41.447 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.028) 0:01:41.476 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:47:23 +0000 (0:00:00.198) 0:01:41.674 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.027) 0:01:41.701 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.195) 0:01:41.897 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.021) 0:01:41.919 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.020) 0:01:41.939 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.020) 0:01:41.960 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.020) 0:01:41.980 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.020) 0:01:42.001 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.021) 0:01:42.023 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.020) 0:01:42.043 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.020) 0:01:42.064 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.020) 0:01:42.085 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.034) 0:01:42.120 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.022) 0:01:42.143 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.024) 0:01:42.167 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.074) 0:01:42.242 ********* 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.006049", "end": "2024-06-22 19:47:24.732233", "rc": 0, "start": "2024-06-22 19:47:24.726184" } 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.199) 0:01:42.442 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.020) 0:01:42.463 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.046) 0:01:42.509 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.039) 0:01:42.548 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.021) 0:01:42.570 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.022) 0:01:42.593 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.022) 0:01:42.615 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.021) 0:01:42.636 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 22 June 2024 19:47:24 +0000 (0:00:00.023) 0:01:42.659 ********* 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-ci1l1p0gsk/tests/tests_auth_and_security.yml:101 Saturday 22 June 2024 19:47:25 +0000 (0:00:00.460) 0:01:43.119 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create a local tmpdir] *************************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tests_auth_and_security.yml:112 Saturday 22 June 2024 19:47:25 +0000 (0:00:00.020) 0:01:43.140 ********* changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0700", "owner": "jenkins", "path": "/tmp/lsr_d1yupqd2_podman", "size": 6, "state": "directory", "uid": 1000090000 } TASK [Run the role with credentials in spec and CA cert] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tests_auth_and_security.yml:120 Saturday 22 June 2024 19:47:25 +0000 (0:00:00.117) 0:01:43.258 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 22 June 2024 19:47:25 +0000 (0:00:00.092) 0:01:43.351 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 22 June 2024 19:47:25 +0000 (0:00:00.037) 0:01:43.388 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 22 June 2024 19:47:25 +0000 (0:00:00.029) 0:01:43.418 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 22 June 2024 19:47:25 +0000 (0:00:00.024) 0:01:43.442 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 22 June 2024 19:47:25 +0000 (0:00:00.021) 0:01:43.464 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 22 June 2024 19:47:25 +0000 (0:00:00.050) 0:01:43.514 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 22 June 2024 19:47:27 +0000 (0:00:01.305) 0:01:44.820 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 22 June 2024 19:47:27 +0000 (0:00:00.056) 0:01:44.877 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 22 June 2024 19:47:27 +0000 (0:00:00.025) 0:01:44.902 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029679", "end": "2024-06-22 19:47:27.415630", "rc": 0, "start": "2024-06-22 19:47:27.385951" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 22 June 2024 19:47:27 +0000 (0:00:00.223) 0:01:45.126 ********* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 22 June 2024 19:47:27 +0000 (0:00:00.023) 0:01:45.150 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 22 June 2024 19:47:27 +0000 (0:00:00.020) 0:01:45.170 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 22 June 2024 19:47:27 +0000 (0:00:00.059) 0:01:45.230 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:47:27 +0000 (0:00:00.039) 0:01:45.269 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:47:27 +0000 (0:00:00.027) 0:01:45.296 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:47:27 +0000 (0:00:00.026) 0:01:45.322 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:47:27 +0000 (0:00:00.029) 0:01:45.352 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:47:27 +0000 (0:00:00.198) 0:01:45.550 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:47:27 +0000 (0:00:00.025) 0:01:45.576 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.195) 0:01:45.771 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.021) 0:01:45.793 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.056) 0:01:45.850 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.022) 0:01:45.872 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.021) 0:01:45.894 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.020) 0:01:45.915 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.022) 0:01:45.937 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.021) 0:01:45.958 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.021) 0:01:45.980 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.028) 0:01:46.008 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.039) 0:01:46.048 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.021) 0:01:46.069 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.021) 0:01:46.090 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.040) 0:01:46.131 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.021) 0:01:46.152 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.021) 0:01:46.173 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.039) 0:01:46.212 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.021) 0:01:46.234 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.061) 0:01:46.295 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.044) 0:01:46.340 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.022) 0:01:46.362 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.022) 0:01:46.385 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.021) 0:01:46.406 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.023) 0:01:46.429 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.021) 0:01:46.451 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.038) 0:01:46.490 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.022) 0:01:46.512 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.054) 0:01:46.567 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.026) 0:01:46.593 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.028) 0:01:46.622 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 22 June 2024 19:47:28 +0000 (0:00:00.024) 0:01:46.646 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.058) 0:01:46.704 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.077) 0:01:46.782 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.031) 0:01:46.813 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.045) 0:01:46.859 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.217) 0:01:47.077 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.028) 0:01:47.105 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.199) 0:01:47.305 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.020) 0:01:47.326 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.022) 0:01:47.348 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.021) 0:01:47.370 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.022) 0:01:47.393 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.020) 0:01:47.414 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.021) 0:01:47.435 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.021) 0:01:47.457 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.020) 0:01:47.478 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.026) 0:01:47.504 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.021) 0:01:47.525 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 22 June 2024 19:47:29 +0000 (0:00:00.028) 0:01:47.554 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 22 June 2024 19:47:30 +0000 (0:00:00.260) 0:01:47.814 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 22 June 2024 19:47:30 +0000 (0:00:00.540) 0:01:48.354 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 22 June 2024 19:47:30 +0000 (0:00:00.028) 0:01:48.383 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 22 June 2024 19:47:30 +0000 (0:00:00.021) 0:01:48.404 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle credential files - present] *********** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 22 June 2024 19:47:30 +0000 (0:00:00.020) 0:01:48.424 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 22 June 2024 19:47:30 +0000 (0:00:00.019) 0:01:48.443 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 22 June 2024 19:47:30 +0000 (0:00:00.019) 0:01:48.463 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 22 June 2024 19:47:30 +0000 (0:00:00.060) 0:01:48.523 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 22 June 2024 19:47:30 +0000 (0:00:00.028) 0:01:48.552 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 22 June 2024 19:47:30 +0000 (0:00:00.028) 0:01:48.581 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 22 June 2024 19:47:30 +0000 (0:00:00.022) 0:01:48.604 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:47:30 +0000 (0:00:00.036) 0:01:48.640 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:47:30 +0000 (0:00:00.025) 0:01:48.665 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.024) 0:01:48.690 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.105) 0:01:48.796 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.200) 0:01:48.996 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.028) 0:01:49.025 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.198) 0:01:49.224 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.020) 0:01:49.244 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.021) 0:01:49.266 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.021) 0:01:49.287 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.020) 0:01:49.308 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.022) 0:01:49.331 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.020) 0:01:49.352 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.021) 0:01:49.373 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.020) 0:01:49.393 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.022) 0:01:49.415 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.035) 0:01:49.451 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.021) 0:01:49.472 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.023) 0:01:49.496 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 22 June 2024 19:47:31 +0000 (0:00:00.024) 0:01:49.520 ********* 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.005826", "end": "2024-06-22 19:47:32.011422", "rc": 0, "start": "2024-06-22 19:47:32.005596" } 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 22 June 2024 19:47:32 +0000 (0:00:00.199) 0:01:49.720 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 22 June 2024 19:47:32 +0000 (0:00:00.020) 0:01:49.740 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 22 June 2024 19:47:32 +0000 (0:00:00.044) 0:01:49.785 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 22 June 2024 19:47:32 +0000 (0:00:00.036) 0:01:49.821 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 22 June 2024 19:47:32 +0000 (0:00:00.021) 0:01:49.843 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 22 June 2024 19:47:32 +0000 (0:00:00.024) 0:01:49.867 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 22 June 2024 19:47:32 +0000 (0:00:00.021) 0:01:49.888 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 22 June 2024 19:47:32 +0000 (0:00:00.024) 0:01:49.913 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 22 June 2024 19:47:32 +0000 (0:00:00.046) 0:01:49.959 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 22 June 2024 19:47:32 +0000 (0:00:00.543) 0:01:50.502 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 22 June 2024 19:47:33 +0000 (0:00:00.189) 0:01:50.692 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 22 June 2024 19:47:33 +0000 (0:00:00.202) 0:01:50.895 ********* 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-1719085653.252409-4840-235502127653946/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 22 June 2024 19:47:33 +0000 (0:00:00.518) 0:01:51.413 ********* changed: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": true } STDOUT: Pod: f12e9f42f520d610bb1e73e0512771573efb7db7c3995c317c8abd2e7066527d Container: c568fdf02671a1031930bc3cb09cf5251a7ae17a4a8975537ffc04e10e5f174b TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 22 June 2024 19:47:34 +0000 (0:00:01.195) 0:01:52.609 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 22 June 2024 19:47:35 +0000 (0:00:00.614) 0:01:53.223 ********* changed: [sut] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target sysinit.target system-podman\\x2dkube.slice -.mount systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system-podman\\x2dkube.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 22 June 2024 19:47:36 +0000 (0:00:00.668) 0:01:53.891 ********* changed: [sut] => { "changed": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount network-online.target systemd-journald.socket system-podman\\x2dkube.slice basic.target sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system-podman\\x2dkube.slice sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 22 June 2024 19:47:37 +0000 (0:00:01.450) 0:01:55.342 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 22 June 2024 19:47:37 +0000 (0:00:00.027) 0:01:55.369 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 22 June 2024 19:47:37 +0000 (0:00:00.066) 0:01:55.435 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 22 June 2024 19:47:37 +0000 (0:00:00.084) 0:01:55.520 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 22 June 2024 19:47:37 +0000 (0:00:00.030) 0:01:55.550 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 22 June 2024 19:47:37 +0000 (0:00:00.023) 0:01:55.574 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 22 June 2024 19:47:37 +0000 (0:00:00.033) 0:01:55.607 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:47:37 +0000 (0:00:00.040) 0:01:55.647 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:47:37 +0000 (0:00:00.028) 0:01:55.676 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:47:38 +0000 (0:00:00.027) 0:01:55.704 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:47:38 +0000 (0:00:00.030) 0:01:55.734 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:47:38 +0000 (0:00:00.263) 0:01:55.997 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:47:38 +0000 (0:00:00.029) 0:01:56.027 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:47:38 +0000 (0:00:00.259) 0:01:56.286 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:47:38 +0000 (0:00:00.021) 0:01:56.308 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:47:38 +0000 (0:00:00.023) 0:01:56.331 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:47:38 +0000 (0:00:00.022) 0:01:56.353 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:47:38 +0000 (0:00:00.021) 0:01:56.375 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:47:38 +0000 (0:00:00.071) 0:01:56.446 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:47:38 +0000 (0:00:00.033) 0:01:56.480 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:47:38 +0000 (0:00:00.022) 0:01:56.502 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 22 June 2024 19:47:38 +0000 (0:00:00.022) 0:01:56.525 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 22 June 2024 19:47:38 +0000 (0:00:00.040) 0:01:56.565 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 22 June 2024 19:47:38 +0000 (0:00:00.024) 0:01:56.590 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 22 June 2024 19:47:38 +0000 (0:00:00.022) 0:01:56.613 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 22 June 2024 19:47:38 +0000 (0:00:00.046) 0:01:56.659 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 22 June 2024 19:47:39 +0000 (0:00:00.025) 0:01:56.685 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 22 June 2024 19:47:39 +0000 (0:00:00.023) 0:01:56.708 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 22 June 2024 19:47:39 +0000 (0:00:00.047) 0:01:56.755 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 22 June 2024 19:47:39 +0000 (0:00:00.037) 0:01:56.793 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 22 June 2024 19:47:39 +0000 (0:00:00.022) 0:01:56.815 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 22 June 2024 19:47:39 +0000 (0:00:00.021) 0:01:56.837 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 22 June 2024 19:47:39 +0000 (0:00:00.020) 0:01:56.858 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 22 June 2024 19:47:39 +0000 (0:00:00.020) 0:01:56.878 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 22 June 2024 19:47:39 +0000 (0:00:00.761) 0:01:57.640 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 22 June 2024 19:47:40 +0000 (0:00:00.273) 0:01:57.913 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 22 June 2024 19:47:40 +0000 (0:00:00.021) 0:01:57.935 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 22 June 2024 19:47:40 +0000 (0:00:00.021) 0:01:57.957 ********* 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-1719085660.3205898-5081-72807481820087/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 22 June 2024 19:47:41 +0000 (0:00:00.751) 0:01:58.708 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 22 June 2024 19:47:41 +0000 (0:00:00.058) 0:01:58.767 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 22 June 2024 19:47:41 +0000 (0:00:00.045) 0:01:58.813 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 22 June 2024 19:47:41 +0000 (0:00:00.034) 0:01:58.847 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 22 June 2024 19:47:41 +0000 (0:00:00.020) 0:01:58.868 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - absent] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 22 June 2024 19:47:41 +0000 (0:00:00.038) 0:01:58.906 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 22 June 2024 19:47:41 +0000 (0:00:00.069) 0:01:58.976 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 22 June 2024 19:47:41 +0000 (0:00:00.089) 0:01:59.066 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 22 June 2024 19:47:41 +0000 (0:00:00.025) 0:01:59.091 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 22 June 2024 19:47:41 +0000 (0:00:00.023) 0:01:59.114 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:47:41 +0000 (0:00:00.039) 0:01:59.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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:47:41 +0000 (0:00:00.029) 0:01:59.184 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:47:41 +0000 (0:00:00.048) 0:01:59.232 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:47:41 +0000 (0:00:00.071) 0:01:59.304 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:47:41 +0000 (0:00:00.277) 0:01:59.582 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:47:41 +0000 (0:00:00.049) 0:01:59.632 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.314) 0:01:59.947 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.022) 0:01:59.969 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.022) 0:01:59.992 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.023) 0:02:00.015 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.022) 0:02:00.038 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.023) 0:02:00.061 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.023) 0:02:00.085 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.077) 0:02:00.163 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.024) 0:02:00.187 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.029) 0:02:00.216 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.024) 0:02:00.241 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.037) 0:02:00.278 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.024) 0:02:00.303 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.040) 0:02:00.343 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.035) 0:02:00.378 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.022) 0:02:00.401 ********* 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-ci1l1p0gsk/tests/tests_auth_and_security.yml:135 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.021) 0:02:00.422 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.055) 0:02:00.477 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.044) 0:02:00.522 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.027) 0:02:00.550 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.022) 0:02:00.572 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.021) 0:02:00.594 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 22 June 2024 19:47:42 +0000 (0:00:00.056) 0:02:00.651 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 22 June 2024 19:47:44 +0000 (0:00:01.905) 0:02:02.556 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 22 June 2024 19:47:44 +0000 (0:00:00.025) 0:02:02.582 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 22 June 2024 19:47:44 +0000 (0:00:00.031) 0:02:02.614 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.037456", "end": "2024-06-22 19:47:45.193880", "rc": 0, "start": "2024-06-22 19:47:45.156424" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 22 June 2024 19:47:45 +0000 (0:00:00.296) 0:02:02.910 ********* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 22 June 2024 19:47:45 +0000 (0:00:00.026) 0:02:02.937 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 22 June 2024 19:47:45 +0000 (0:00:00.026) 0:02:02.964 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 22 June 2024 19:47:45 +0000 (0:00:00.103) 0:02:03.067 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:47:45 +0000 (0:00:00.054) 0:02:03.122 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:47:45 +0000 (0:00:00.030) 0:02:03.152 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:47:45 +0000 (0:00:00.028) 0:02:03.181 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:47:45 +0000 (0:00:00.035) 0:02:03.216 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:47:45 +0000 (0:00:00.279) 0:02:03.496 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:47:45 +0000 (0:00:00.044) 0:02:03.541 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.275) 0:02:03.816 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.023) 0:02:03.839 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.023) 0:02:03.863 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.024) 0:02:03.887 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.022) 0:02:03.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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.031) 0:02:03.941 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.044) 0:02:03.985 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.023) 0:02:04.009 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.073) 0:02:04.082 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.034) 0:02:04.116 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.044) 0:02:04.161 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.021) 0:02:04.183 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.023) 0:02:04.207 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.044) 0:02:04.252 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.023) 0:02:04.275 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.021) 0:02:04.296 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.044) 0:02:04.341 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.023) 0:02:04.364 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.024) 0:02:04.388 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.044) 0:02:04.433 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.024) 0:02:04.457 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.022) 0:02:04.480 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.071) 0:02:04.551 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.024) 0:02:04.575 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.026) 0:02:04.601 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.024) 0:02:04.626 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.024) 0:02:04.650 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 22 June 2024 19:47:46 +0000 (0:00:00.023) 0:02:04.674 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 22 June 2024 19:47:47 +0000 (0:00:00.022) 0:02:04.697 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 22 June 2024 19:47:47 +0000 (0:00:00.023) 0:02:04.720 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 22 June 2024 19:47:47 +0000 (0:00:00.052) 0:02:04.772 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 22 June 2024 19:47:47 +0000 (0:00:00.029) 0:02:04.802 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 22 June 2024 19:47:47 +0000 (0:00:00.029) 0:02:04.831 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 22 June 2024 19:47:47 +0000 (0:00:00.027) 0:02:04.859 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:47:47 +0000 (0:00:00.042) 0:02:04.901 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:47:47 +0000 (0:00:00.027) 0:02:04.928 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:47:47 +0000 (0:00:00.025) 0:02:04.954 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:47:47 +0000 (0:00:00.030) 0:02:04.984 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:47:47 +0000 (0:00:00.274) 0:02:05.259 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:47:47 +0000 (0:00:00.030) 0:02:05.290 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:47:47 +0000 (0:00:00.291) 0:02:05.581 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:47:47 +0000 (0:00:00.022) 0:02:05.603 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:47:47 +0000 (0:00:00.022) 0:02:05.626 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:47:47 +0000 (0:00:00.025) 0:02:05.652 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.030) 0:02:05.682 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.023) 0:02:05.705 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.023) 0:02:05.728 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.022) 0:02:05.750 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.022) 0:02:05.773 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.020) 0:02:05.794 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.033) 0:02:05.827 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.022) 0:02:05.849 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.024) 0:02:05.873 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.032) 0:02:05.906 ********* 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.006952", "end": "2024-06-22 19:47:48.474499", "rc": 0, "start": "2024-06-22 19:47:48.467547" } 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.368) 0:02:06.275 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.030) 0:02:06.306 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.062) 0:02:06.368 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.063) 0:02:06.431 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.032) 0:02:06.464 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.024) 0:02:06.489 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.043) 0:02:06.532 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.040) 0:02:06.573 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 22 June 2024 19:47:48 +0000 (0:00:00.030) 0:02:06.603 ********* ok: [sut] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Check the kubernetes yaml file] ************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 22 June 2024 19:47:49 +0000 (0:00:00.844) 0:02:07.447 ********* ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1719085654.0612874, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1719085653.668294, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 446693705, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1719085653.477297, "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": "1261679817", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 22 June 2024 19:47:50 +0000 (0:00:00.290) 0:02:07.737 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 22 June 2024 19:47:50 +0000 (0:00:00.286) 0:02:08.024 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 22 June 2024 19:47:51 +0000 (0:00:00.661) 0:02:08.685 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 22 June 2024 19:47:51 +0000 (0:00:00.474) 0:02:09.160 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 22 June 2024 19:47:51 +0000 (0:00:00.022) 0:02:09.182 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 22 June 2024 19:47:51 +0000 (0:00:00.024) 0:02:09.207 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 22 June 2024 19:47:51 +0000 (0:00:00.022) 0:02:09.230 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 22 June 2024 19:47:51 +0000 (0:00:00.024) 0:02:09.255 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 22 June 2024 19:47:51 +0000 (0:00:00.054) 0:02:09.309 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 22 June 2024 19:47:51 +0000 (0:00:00.028) 0:02:09.338 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 22 June 2024 19:47:51 +0000 (0:00:00.028) 0:02:09.366 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 22 June 2024 19:47:51 +0000 (0:00:00.021) 0:02:09.388 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 22 June 2024 19:47:51 +0000 (0:00:00.031) 0:02:09.419 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:47:51 +0000 (0:00:00.059) 0:02:09.479 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:47:51 +0000 (0:00:00.092) 0:02:09.571 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:47:51 +0000 (0:00:00.049) 0:02:09.621 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:47:51 +0000 (0:00:00.040) 0:02:09.662 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:47:52 +0000 (0:00:00.278) 0:02:09.940 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:47:52 +0000 (0:00:00.034) 0:02:09.974 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:47:52 +0000 (0:00:00.278) 0:02:10.253 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:47:52 +0000 (0:00:00.025) 0:02:10.279 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:47:52 +0000 (0:00:00.024) 0:02:10.303 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:47:52 +0000 (0:00:00.023) 0:02:10.327 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:47:52 +0000 (0:00:00.025) 0:02:10.352 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:47:52 +0000 (0:00:00.025) 0:02:10.377 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:47:52 +0000 (0:00:00.021) 0:02:10.399 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:47:52 +0000 (0:00:00.025) 0:02:10.424 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 22 June 2024 19:47:52 +0000 (0:00:00.031) 0:02:10.456 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 22 June 2024 19:47:52 +0000 (0:00:00.040) 0:02:10.496 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 22 June 2024 19:47:52 +0000 (0:00:00.024) 0:02:10.521 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 22 June 2024 19:47:52 +0000 (0:00:00.024) 0:02:10.545 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 22 June 2024 19:47:52 +0000 (0:00:00.090) 0:02:10.635 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 22 June 2024 19:47:52 +0000 (0:00:00.033) 0:02:10.669 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 22 June 2024 19:47:53 +0000 (0:00:00.023) 0:02:10.693 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 22 June 2024 19:47:53 +0000 (0:00:00.046) 0:02:10.739 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 22 June 2024 19:47:53 +0000 (0:00:00.039) 0:02:10.779 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 22 June 2024 19:47:53 +0000 (0:00:00.023) 0:02:10.803 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 22 June 2024 19:47:53 +0000 (0:00:00.023) 0:02:10.826 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 22 June 2024 19:47:53 +0000 (0:00:00.021) 0:02:10.848 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 22 June 2024 19:47:53 +0000 (0:00:00.022) 0:02:10.870 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 22 June 2024 19:47:53 +0000 (0:00:00.769) 0:02:11.639 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 22 June 2024 19:47:54 +0000 (0:00:00.283) 0:02:11.922 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 22 June 2024 19:47:54 +0000 (0:00:00.020) 0:02:11.943 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 22 June 2024 19:47:54 +0000 (0:00:00.063) 0:02:12.007 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 22 June 2024 19:47:54 +0000 (0:00:00.633) 0:02:12.641 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 22 June 2024 19:47:54 +0000 (0:00:00.025) 0:02:12.666 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 22 June 2024 19:47:55 +0000 (0:00:00.024) 0:02:12.691 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 22 June 2024 19:47:55 +0000 (0:00:00.026) 0:02:12.717 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 22 June 2024 19:47:55 +0000 (0:00:00.020) 0:02:12.737 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle certs.d files - absent] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 22 June 2024 19:47:55 +0000 (0:00:00.022) 0:02:12.760 ********* 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-ci1l1p0gsk/tests/tests_auth_and_security.yml:146 Saturday 22 June 2024 19:47:55 +0000 (0:00:00.020) 0:02:12.780 ********* changed: [sut] => { "changed": true, "checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "dest": "/tmp/lsr_d1yupqd2_podman/auth.json", "md5sum": "f15cd4419e7120618eaac8d321813d3d", "remote_checksum": "b819d75ccfa3c80e53a58ff6bf6cebaa53935c90", "remote_md5sum": null } TASK [Provide a credentials file - root] *************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tests_auth_and_security.yml:152 Saturday 22 June 2024 19:47:55 +0000 (0:00:00.314) 0:02:13.095 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 22 June 2024 19:47:55 +0000 (0:00:00.057) 0:02:13.153 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 22 June 2024 19:47:55 +0000 (0:00:00.035) 0:02:13.189 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 22 June 2024 19:47:55 +0000 (0:00:00.026) 0:02:13.215 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 22 June 2024 19:47:55 +0000 (0:00:00.069) 0:02:13.285 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 22 June 2024 19:47:55 +0000 (0:00:00.021) 0:02:13.306 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 22 June 2024 19:47:55 +0000 (0:00:00.052) 0:02:13.359 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 22 June 2024 19:47:57 +0000 (0:00:01.861) 0:02:15.221 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 22 June 2024 19:47:57 +0000 (0:00:00.027) 0:02:15.248 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 22 June 2024 19:47:57 +0000 (0:00:00.038) 0:02:15.286 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.038051", "end": "2024-06-22 19:47:57.869421", "rc": 0, "start": "2024-06-22 19:47:57.831370" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 22 June 2024 19:47:57 +0000 (0:00:00.305) 0:02:15.592 ********* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 22 June 2024 19:47:58 +0000 (0:00:00.090) 0:02:15.683 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 22 June 2024 19:47:58 +0000 (0:00:00.036) 0:02:15.719 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 22 June 2024 19:47:58 +0000 (0:00:00.048) 0:02:15.768 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:47:58 +0000 (0:00:00.045) 0:02:15.814 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:47:58 +0000 (0:00:00.047) 0:02:15.861 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:47:58 +0000 (0:00:00.030) 0:02:15.891 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:47:58 +0000 (0:00:00.039) 0:02:15.931 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:47:58 +0000 (0:00:00.289) 0:02:16.221 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:47:58 +0000 (0:00:00.028) 0:02:16.249 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:47:58 +0000 (0:00:00.271) 0:02:16.520 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:47:58 +0000 (0:00:00.029) 0:02:16.550 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:47:58 +0000 (0:00:00.025) 0:02:16.575 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:47:58 +0000 (0:00:00.024) 0:02:16.600 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:47:58 +0000 (0:00:00.052) 0:02:16.652 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.102) 0:02:16.755 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.033) 0:02:16.788 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.038) 0:02:16.826 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.024) 0:02:16.851 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.033) 0:02:16.884 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.045) 0:02:16.929 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.024) 0:02:16.954 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.025) 0:02:16.979 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.041) 0:02:17.021 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.030) 0:02:17.051 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.024) 0:02:17.075 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.063) 0:02:17.138 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.039) 0:02:17.178 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.025) 0:02:17.204 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.082) 0:02:17.286 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.021) 0:02:17.307 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.020) 0:02:17.328 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.021) 0:02:17.349 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.020) 0:02:17.370 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.021) 0:02:17.391 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.022) 0:02:17.414 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.020) 0:02:17.435 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.022) 0:02:17.458 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.057) 0:02:17.515 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.038) 0:02:17.554 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.049) 0:02:17.604 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:47:59 +0000 (0:00:00.044) 0:02:17.648 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:48:00 +0000 (0:00:00.054) 0:02:17.703 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:48:00 +0000 (0:00:00.058) 0:02:17.761 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:48:00 +0000 (0:00:00.344) 0:02:18.106 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:48:00 +0000 (0:00:00.028) 0:02:18.135 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:48:00 +0000 (0:00:00.269) 0:02:18.404 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:48:00 +0000 (0:00:00.022) 0:02:18.426 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:48:00 +0000 (0:00:00.024) 0:02:18.451 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:48:00 +0000 (0:00:00.022) 0:02:18.474 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:48:00 +0000 (0:00:00.024) 0:02:18.498 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:48:00 +0000 (0:00:00.023) 0:02:18.521 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:48:00 +0000 (0:00:00.022) 0:02:18.544 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:48:00 +0000 (0:00:00.025) 0:02:18.570 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 22 June 2024 19:48:00 +0000 (0:00:00.023) 0:02:18.593 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 22 June 2024 19:48:00 +0000 (0:00:00.034) 0:02:18.628 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 22 June 2024 19:48:01 +0000 (0:00:00.270) 0:02:18.899 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 22 June 2024 19:48:02 +0000 (0:00:00.956) 0:02:19.855 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 22 June 2024 19:48:02 +0000 (0:00:00.027) 0:02:19.883 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 22 June 2024 19:48:02 +0000 (0:00:00.074) 0:02:19.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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 22 June 2024 19:48:02 +0000 (0:00:00.032) 0:02:19.990 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 22 June 2024 19:48:02 +0000 (0:00:00.039) 0:02:20.029 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 22 June 2024 19:48:02 +0000 (0:00:00.022) 0:02:20.052 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 22 June 2024 19:48:02 +0000 (0:00:00.097) 0:02:20.150 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 22 June 2024 19:48:02 +0000 (0:00:00.038) 0:02:20.189 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 22 June 2024 19:48:02 +0000 (0:00:00.046) 0:02:20.235 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 22 June 2024 19:48:02 +0000 (0:00:00.024) 0:02:20.260 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:48:02 +0000 (0:00:00.041) 0:02:20.302 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:48:02 +0000 (0:00:00.029) 0:02:20.331 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:48:02 +0000 (0:00:00.030) 0:02:20.362 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:48:02 +0000 (0:00:00.046) 0:02:20.409 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:48:03 +0000 (0:00:00.325) 0:02:20.734 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:48:03 +0000 (0:00:00.040) 0:02:20.775 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:48:03 +0000 (0:00:00.275) 0:02:21.050 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:48:03 +0000 (0:00:00.042) 0:02:21.093 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:48:03 +0000 (0:00:00.140) 0:02:21.233 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:48:03 +0000 (0:00:00.029) 0:02:21.262 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:48:03 +0000 (0:00:00.062) 0:02:21.325 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:48:03 +0000 (0:00:00.067) 0:02:21.393 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:48:03 +0000 (0:00:00.039) 0:02:21.432 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:48:03 +0000 (0:00:00.044) 0:02:21.477 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 22 June 2024 19:48:03 +0000 (0:00:00.042) 0:02:21.520 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 22 June 2024 19:48:03 +0000 (0:00:00.025) 0:02:21.545 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 22 June 2024 19:48:03 +0000 (0:00:00.055) 0:02:21.600 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 22 June 2024 19:48:03 +0000 (0:00:00.043) 0:02:21.644 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 22 June 2024 19:48:04 +0000 (0:00:00.048) 0:02:21.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 : Get service name using systemd-escape] ******* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 22 June 2024 19:48:04 +0000 (0:00:00.041) 0:02:21.733 ********* 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.008973", "end": "2024-06-22 19:48:04.347522", "rc": 0, "start": "2024-06-22 19:48:04.338549" } 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 22 June 2024 19:48:04 +0000 (0:00:00.333) 0:02:22.067 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 22 June 2024 19:48:04 +0000 (0:00:00.029) 0:02:22.097 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 22 June 2024 19:48:04 +0000 (0:00:00.078) 0:02:22.175 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 22 June 2024 19:48:04 +0000 (0:00:00.109) 0:02:22.285 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 22 June 2024 19:48:04 +0000 (0:00:00.043) 0:02:22.328 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 22 June 2024 19:48:04 +0000 (0:00:00.054) 0:02:22.383 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 22 June 2024 19:48:04 +0000 (0:00:00.025) 0:02:22.409 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 22 June 2024 19:48:04 +0000 (0:00:00.028) 0:02:22.437 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 22 June 2024 19:48:04 +0000 (0:00:00.023) 0:02:22.460 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 22 June 2024 19:48:05 +0000 (0:00:00.863) 0:02:23.324 ********* ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1719085654.0612874, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1719085653.668294, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 446693705, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1719085653.477297, "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": "1261679817", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 22 June 2024 19:48:06 +0000 (0:00:00.392) 0:02:23.716 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 22 June 2024 19:48:06 +0000 (0:00:00.355) 0:02:24.072 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 22 June 2024 19:48:07 +0000 (0:00:00.815) 0:02:24.887 ********* ok: [sut] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml" ], "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 22 June 2024 19:48:07 +0000 (0:00:00.450) 0:02:25.337 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 22 June 2024 19:48:07 +0000 (0:00:00.039) 0:02:25.377 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 22 June 2024 19:48:07 +0000 (0:00:00.040) 0:02:25.418 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 22 June 2024 19:48:07 +0000 (0:00:00.022) 0:02:25.440 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 22 June 2024 19:48:07 +0000 (0:00:00.040) 0:02:25.481 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 22 June 2024 19:48:07 +0000 (0:00:00.133) 0:02:25.614 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 22 June 2024 19:48:07 +0000 (0:00:00.050) 0:02:25.665 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 22 June 2024 19:48:08 +0000 (0:00:00.028) 0:02:25.693 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 22 June 2024 19:48:08 +0000 (0:00:00.024) 0:02:25.718 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 22 June 2024 19:48:08 +0000 (0:00:00.043) 0:02:25.761 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:48:08 +0000 (0:00:00.046) 0:02:25.808 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:48:08 +0000 (0:00:00.032) 0:02:25.840 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:48:08 +0000 (0:00:00.028) 0:02:25.869 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:48:08 +0000 (0:00:00.048) 0:02:25.917 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:48:08 +0000 (0:00:00.287) 0:02:26.205 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:48:08 +0000 (0:00:00.034) 0:02:26.239 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:48:08 +0000 (0:00:00.317) 0:02:26.556 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:48:08 +0000 (0:00:00.040) 0:02:26.596 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:48:08 +0000 (0:00:00.027) 0:02:26.624 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.077) 0:02:26.702 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.022) 0:02:26.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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.022) 0:02:26.747 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.022) 0:02:26.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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.022) 0:02:26.792 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.026) 0:02:26.819 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.051) 0:02:26.870 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.025) 0:02:26.895 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.025) 0:02:26.921 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.047) 0:02:26.969 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.026) 0:02:26.995 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.028) 0:02:27.024 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.052) 0:02:27.076 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.059) 0:02:27.135 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.024) 0:02:27.160 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.036) 0:02:27.197 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.028) 0:02:27.226 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 22 June 2024 19:48:09 +0000 (0:00:00.100) 0:02:27.326 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 22 June 2024 19:48:10 +0000 (0:00:00.800) 0:02:28.127 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 22 June 2024 19:48:10 +0000 (0:00:00.320) 0:02:28.448 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 22 June 2024 19:48:10 +0000 (0:00:00.070) 0:02:28.518 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 22 June 2024 19:48:10 +0000 (0:00:00.035) 0:02:28.554 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 22 June 2024 19:48:11 +0000 (0:00:00.726) 0:02:29.280 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 22 June 2024 19:48:11 +0000 (0:00:00.040) 0:02:29.321 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 22 June 2024 19:48:11 +0000 (0:00:00.056) 0:02:29.378 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 22 June 2024 19:48:11 +0000 (0:00:00.051) 0:02:29.429 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 22 June 2024 19:48:11 +0000 (0:00:00.070) 0:02:29.499 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 22 June 2024 19:48:11 +0000 (0:00:00.118) 0:02:29.618 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 22 June 2024 19:48:11 +0000 (0:00:00.027) 0:02:29.645 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:48:12 +0000 (0:00:00.105) 0:02:29.751 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:48:12 +0000 (0:00:00.068) 0:02:29.820 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:48:12 +0000 (0:00:00.053) 0:02:29.873 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:48:12 +0000 (0:00:00.064) 0:02:29.937 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:48:12 +0000 (0:00:00.260) 0:02:30.198 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:48:12 +0000 (0:00:00.029) 0:02:30.228 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:48:12 +0000 (0:00:00.258) 0:02:30.487 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:48:12 +0000 (0:00:00.022) 0:02:30.509 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:48:12 +0000 (0:00:00.035) 0:02:30.545 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:48:12 +0000 (0:00:00.051) 0:02:30.597 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:48:12 +0000 (0:00:00.036) 0:02:30.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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.064) 0:02:30.698 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.050) 0:02:30.749 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.055) 0:02:30.804 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.025) 0:02:30.830 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.036) 0:02:30.867 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.053) 0:02:30.921 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.114) 0:02:31.036 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.026) 0:02:31.062 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.025) 0:02:31.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 : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.023) 0:02:31.110 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle certs.d files - absent] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.023) 0:02:31.134 ********* 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-ci1l1p0gsk/tests/tests_auth_and_security.yml:164 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.021) 0:02:31.155 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.071) 0:02:31.227 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.056) 0:02:31.283 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.034) 0:02:31.317 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.022) 0:02:31.340 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.022) 0:02:31.362 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 22 June 2024 19:48:13 +0000 (0:00:00.053) 0:02:31.416 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 22 June 2024 19:48:15 +0000 (0:00:01.963) 0:02:33.379 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 22 June 2024 19:48:15 +0000 (0:00:00.033) 0:02:33.412 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 22 June 2024 19:48:15 +0000 (0:00:00.036) 0:02:33.448 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.041669", "end": "2024-06-22 19:48:16.068935", "rc": 0, "start": "2024-06-22 19:48:16.027266" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 22 June 2024 19:48:16 +0000 (0:00:00.342) 0:02:33.791 ********* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 22 June 2024 19:48:16 +0000 (0:00:00.026) 0:02:33.818 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 22 June 2024 19:48:16 +0000 (0:00:00.036) 0:02:33.855 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 22 June 2024 19:48:16 +0000 (0:00:00.066) 0:02:33.921 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:48:16 +0000 (0:00:00.056) 0:02:33.977 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:48:16 +0000 (0:00:00.044) 0:02:34.022 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:48:16 +0000 (0:00:00.033) 0:02:34.055 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:48:16 +0000 (0:00:00.046) 0:02:34.102 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:48:16 +0000 (0:00:00.382) 0:02:34.484 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:48:16 +0000 (0:00:00.048) 0:02:34.533 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:48:17 +0000 (0:00:00.344) 0:02:34.877 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:48:17 +0000 (0:00:00.032) 0:02:34.909 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:48:17 +0000 (0:00:00.054) 0:02:34.964 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:48:17 +0000 (0:00:00.049) 0:02:35.013 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:48:17 +0000 (0:00:00.061) 0:02:35.074 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:48:17 +0000 (0:00:00.039) 0:02:35.114 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:48:17 +0000 (0:00:00.061) 0:02:35.175 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:48:17 +0000 (0:00:00.052) 0:02:35.228 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 22 June 2024 19:48:17 +0000 (0:00:00.037) 0:02:35.265 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 22 June 2024 19:48:17 +0000 (0:00:00.048) 0:02:35.314 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 22 June 2024 19:48:17 +0000 (0:00:00.042) 0:02:35.356 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 22 June 2024 19:48:17 +0000 (0:00:00.025) 0:02:35.381 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 22 June 2024 19:48:17 +0000 (0:00:00.022) 0:02:35.404 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 22 June 2024 19:48:17 +0000 (0:00:00.090) 0:02:35.495 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 22 June 2024 19:48:17 +0000 (0:00:00.062) 0:02:35.558 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 22 June 2024 19:48:17 +0000 (0:00:00.036) 0:02:35.595 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 22 June 2024 19:48:17 +0000 (0:00:00.067) 0:02:35.662 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.033) 0:02:35.696 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.030) 0:02:35.726 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.057) 0:02:35.784 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.034) 0:02:35.818 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.024) 0:02:35.842 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.025) 0:02:35.868 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.051) 0:02:35.919 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.038) 0:02:35.957 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.025) 0:02:35.982 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.026) 0:02:36.009 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.073) 0:02:36.083 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-cert spec variables part 0] ********** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.109) 0:02:36.192 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.026) 0:02:36.218 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.024) 0:02:36.243 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.044) 0:02:36.287 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.030) 0:02:36.318 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.029) 0:02:36.347 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:48:18 +0000 (0:00:00.041) 0:02:36.389 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:48:19 +0000 (0:00:00.304) 0:02:36.693 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:48:19 +0000 (0:00:00.029) 0:02:36.723 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:48:19 +0000 (0:00:00.273) 0:02:36.997 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:48:19 +0000 (0:00:00.032) 0:02:37.029 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:48:19 +0000 (0:00:00.029) 0:02:37.058 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:48:19 +0000 (0:00:00.040) 0:02:37.098 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:48:19 +0000 (0:00:00.039) 0:02:37.138 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:48:19 +0000 (0:00:00.065) 0:02:37.204 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:48:19 +0000 (0:00:00.041) 0:02:37.246 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:48:19 +0000 (0:00:00.090) 0:02:37.336 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 22 June 2024 19:48:19 +0000 (0:00:00.044) 0:02:37.380 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 22 June 2024 19:48:19 +0000 (0:00:00.046) 0:02:37.426 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 22 June 2024 19:48:19 +0000 (0:00:00.045) 0:02:37.471 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 22 June 2024 19:48:19 +0000 (0:00:00.074) 0:02:37.546 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 22 June 2024 19:48:19 +0000 (0:00:00.035) 0:02:37.581 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 22 June 2024 19:48:19 +0000 (0:00:00.073) 0:02:37.655 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 22 June 2024 19:48:20 +0000 (0:00:00.039) 0:02:37.694 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 22 June 2024 19:48:20 +0000 (0:00:00.043) 0:02:37.738 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 22 June 2024 19:48:20 +0000 (0:00:00.038) 0:02:37.776 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 22 June 2024 19:48:20 +0000 (0:00:00.068) 0:02:37.845 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 22 June 2024 19:48:20 +0000 (0:00:00.031) 0:02:37.876 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:48:20 +0000 (0:00:00.053) 0:02:37.929 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:48:20 +0000 (0:00:00.030) 0:02:37.960 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:48:20 +0000 (0:00:00.031) 0:02:37.991 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:48:20 +0000 (0:00:00.037) 0:02:38.029 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:48:20 +0000 (0:00:00.400) 0:02:38.429 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:48:20 +0000 (0:00:00.043) 0:02:38.472 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.291) 0:02:38.764 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.040) 0:02:38.805 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.030) 0:02:38.835 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.054) 0:02:38.889 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.057) 0:02:38.947 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.046) 0:02:38.993 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.029) 0:02:39.023 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.032) 0:02:39.056 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.032) 0:02:39.088 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.058) 0:02:39.146 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.045) 0:02:39.192 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.035) 0:02:39.227 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.039) 0:02:39.267 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.022) 0:02:39.290 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.025) 0:02:39.315 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.052) 0:02:39.368 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.106) 0:02:39.475 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.061) 0:02:39.536 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.027) 0:02:39.564 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.029) 0:02:39.594 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.022) 0:02:39.617 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:48:21 +0000 (0:00:00.037) 0:02:39.654 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:48:22 +0000 (0:00:00.029) 0:02:39.683 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:48:22 +0000 (0:00:00.055) 0:02:39.739 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:48:22 +0000 (0:00:00.039) 0:02:39.778 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:48:22 +0000 (0:00:00.298) 0:02:40.077 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:48:22 +0000 (0:00:00.036) 0:02:40.113 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:48:22 +0000 (0:00:00.272) 0:02:40.385 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:48:22 +0000 (0:00:00.024) 0:02:40.410 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:48:22 +0000 (0:00:00.021) 0:02:40.431 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:48:22 +0000 (0:00:00.072) 0:02:40.504 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:48:22 +0000 (0:00:00.026) 0:02:40.530 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:48:22 +0000 (0:00:00.023) 0:02:40.554 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:48:22 +0000 (0:00:00.023) 0:02:40.577 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:48:22 +0000 (0:00:00.023) 0:02:40.600 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 22 June 2024 19:48:22 +0000 (0:00:00.022) 0:02:40.622 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 22 June 2024 19:48:22 +0000 (0:00:00.023) 0:02:40.646 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 22 June 2024 19:48:23 +0000 (0:00:00.036) 0:02:40.682 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 22 June 2024 19:48:23 +0000 (0:00:00.026) 0:02:40.709 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 22 June 2024 19:48:23 +0000 (0:00:00.026) 0:02:40.735 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 22 June 2024 19:48:23 +0000 (0:00:00.028) 0:02:40.763 ********* 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.005771", "end": "2024-06-22 19:48:23.319306", "rc": 0, "start": "2024-06-22 19:48:23.313535" } 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 22 June 2024 19:48:23 +0000 (0:00:00.270) 0:02:41.034 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 22 June 2024 19:48:23 +0000 (0:00:00.062) 0:02:41.096 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 22 June 2024 19:48:23 +0000 (0:00:00.027) 0:02:41.123 ********* changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-06-22 19:47:37 UTC", "ActiveEnterTimestampMonotonic": "913712923", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target -.mount network-online.target system-podman\\x2dkube.slice systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-06-22 19:47:36 UTC", "AssertTimestampMonotonic": "912729371", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-06-22 19:47:36 UTC", "ConditionTimestampMonotonic": "912729369", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "16464", "ExecMainStartTimestamp": "Sat 2024-06-22 19:47:37 UTC", "ExecMainStartTimestampMonotonic": "913712894", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[Sat 2024-06-22 19:47:36 UTC] ; stop_time=[n/a] ; pid=16350 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-06-22 19:47:36 UTC", "InactiveExitTimestampMonotonic": "912730664", "InvocationID": "6dd001f93348406597f6dcaa8505cbe0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "16464", "MemoryAccounting": "yes", "MemoryCurrent": "26148864", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system-podman\\x2dkube.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-06-22 19:47:37 UTC", "StateChangeTimestampMonotonic": "913712923", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "17", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestamp": "Sat 2024-06-22 19:47:37 UTC", "WatchdogTimestampMonotonic": "913712919", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 22 June 2024 19:48:24 +0000 (0:00:01.242) 0:02:42.365 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085654.0612874, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1719085653.668294, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 446693705, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1719085653.477297, "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": "1261679817", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 22 June 2024 19:48:24 +0000 (0:00:00.226) 0:02:42.592 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 22 June 2024 19:48:25 +0000 (0:00:00.305) 0:02:42.898 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 22 June 2024 19:48:25 +0000 (0:00:00.200) 0:02:43.098 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.033307", "end": "2024-06-22 19:48:25.617951", "rc": 0, "start": "2024-06-22 19:48:25.584644" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 22 June 2024 19:48:25 +0000 (0:00:00.259) 0:02:43.358 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 22 June 2024 19:48:25 +0000 (0:00:00.110) 0:02:43.468 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 22 June 2024 19:48:25 +0000 (0:00:00.024) 0:02:43.493 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 22 June 2024 19:48:25 +0000 (0:00:00.050) 0:02:43.543 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 22 June 2024 19:48:25 +0000 (0:00:00.024) 0:02:43.567 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 22 June 2024 19:48:25 +0000 (0:00:00.034) 0:02:43.601 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 22 June 2024 19:48:25 +0000 (0:00:00.072) 0:02:43.674 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 22 June 2024 19:48:26 +0000 (0:00:00.028) 0:02:43.702 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 22 June 2024 19:48:26 +0000 (0:00:00.079) 0:02:43.782 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 22 June 2024 19:48:26 +0000 (0:00:00.036) 0:02:43.818 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 22 June 2024 19:48:26 +0000 (0:00:00.032) 0:02:43.851 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:48:26 +0000 (0:00:00.039) 0:02:43.891 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:48:26 +0000 (0:00:00.026) 0:02:43.917 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:48:26 +0000 (0:00:00.025) 0:02:43.943 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:48:26 +0000 (0:00:00.030) 0:02:43.973 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:48:26 +0000 (0:00:00.201) 0:02:44.174 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:48:26 +0000 (0:00:00.029) 0:02:44.203 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:48:26 +0000 (0:00:00.199) 0:02:44.403 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:48:26 +0000 (0:00:00.035) 0:02:44.438 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:48:26 +0000 (0:00:00.027) 0:02:44.466 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:48:26 +0000 (0:00:00.043) 0:02:44.509 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:48:26 +0000 (0:00:00.055) 0:02:44.564 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:48:26 +0000 (0:00:00.048) 0:02:44.613 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:48:26 +0000 (0:00:00.024) 0:02:44.638 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:48:27 +0000 (0:00:00.090) 0:02:44.729 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 22 June 2024 19:48:27 +0000 (0:00:00.031) 0:02:44.760 ********* ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "localhost:5000/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "auth_test_1_quadlet.service", "__podman_systemd_scope": "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 22 June 2024 19:48:27 +0000 (0:00:00.070) 0:02:44.831 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 22 June 2024 19:48:27 +0000 (0:00:00.028) 0:02:44.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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 22 June 2024 19:48:27 +0000 (0:00:00.024) 0:02:44.883 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 22 June 2024 19:48:27 +0000 (0:00:00.042) 0:02:44.926 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 22 June 2024 19:48:27 +0000 (0:00:00.026) 0:02:44.953 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 22 June 2024 19:48:27 +0000 (0:00:00.050) 0:02:45.003 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 22 June 2024 19:48:27 +0000 (0:00:00.052) 0:02:45.056 ********* changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "auth_test_1_quadlet.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice systemd-journald.socket -.mount sysinit.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids", "Description": "auth_test_1_quadlet.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=auth_test_1_quadlet.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=auth_test_1_quadlet --cidfile=/run/auth_test_1_quadlet.cid --replace --rm --cgroups=split --sdnotify=conmon -d localhost:5000/libpod/testimage:20210610 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/auth_test_1_quadlet.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/systemd/generator/auth_test_1_quadlet.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "auth_test_1_quadlet.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "auth_test_1_quadlet.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/auth_test_1_quadlet.container", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : See if quadlet file exists] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 22 June 2024 19:48:27 +0000 (0:00:00.539) 0:02:45.595 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create tempdir] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:44 Saturday 22 June 2024 19:48:27 +0000 (0:00:00.041) 0:02:45.637 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fetch the network quadlet] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:52 Saturday 22 June 2024 19:48:27 +0000 (0:00:00.033) 0:02:45.671 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the network name] ************************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:58 Saturday 22 June 2024 19:48:28 +0000 (0:00:00.049) 0:02:45.720 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove tempdir] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 22 June 2024 19:48:28 +0000 (0:00:00.044) 0:02:45.765 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:70 Saturday 22 June 2024 19:48:28 +0000 (0:00:00.052) 0:02:45.817 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:76 Saturday 22 June 2024 19:48:28 +0000 (0:00:00.242) 0:02:46.060 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 22 June 2024 19:48:28 +0000 (0:00:00.148) 0:02:46.209 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 22 June 2024 19:48:28 +0000 (0:00:00.043) 0:02:46.253 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 22 June 2024 19:48:28 +0000 (0:00:00.054) 0:02:46.307 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:84 Saturday 22 June 2024 19:48:28 +0000 (0:00:00.039) 0:02:46.347 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:93 Saturday 22 June 2024 19:48:29 +0000 (0:00:00.488) 0:02:46.835 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.035302", "end": "2024-06-22 19:48:29.367008", "rc": 0, "start": "2024-06-22 19:48:29.331706" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:101 Saturday 22 June 2024 19:48:29 +0000 (0:00:00.251) 0:02:47.087 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 22 June 2024 19:48:29 +0000 (0:00:00.031) 0:02:47.119 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 22 June 2024 19:48:29 +0000 (0:00:00.032) 0:02:47.151 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 22 June 2024 19:48:29 +0000 (0:00:00.022) 0:02:47.174 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 22 June 2024 19:48:29 +0000 (0:00:00.084) 0:02:47.258 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 22 June 2024 19:48:29 +0000 (0:00:00.060) 0:02:47.319 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:48:29 +0000 (0:00:00.051) 0:02:47.371 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:48:29 +0000 (0:00:00.027) 0:02:47.398 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:48:29 +0000 (0:00:00.097) 0:02:47.495 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:48:29 +0000 (0:00:00.060) 0:02:47.555 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:48:30 +0000 (0:00:00.232) 0:02:47.788 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:48:30 +0000 (0:00:00.049) 0:02:47.837 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:48:30 +0000 (0:00:00.206) 0:02:48.043 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:48:30 +0000 (0:00:00.022) 0:02:48.066 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:48:30 +0000 (0:00:00.024) 0:02:48.090 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:48:30 +0000 (0:00:00.024) 0:02:48.115 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:48:30 +0000 (0:00:00.041) 0:02:48.157 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:48:30 +0000 (0:00:00.038) 0:02:48.195 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:48:30 +0000 (0:00:00.058) 0:02:48.254 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:48:30 +0000 (0:00:00.059) 0:02:48.313 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 22 June 2024 19:48:30 +0000 (0:00:00.028) 0:02:48.341 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 22 June 2024 19:48:30 +0000 (0:00:00.031) 0:02:48.373 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 22 June 2024 19:48:30 +0000 (0:00:00.024) 0:02:48.397 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 22 June 2024 19:48:30 +0000 (0:00:00.022) 0:02:48.419 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 22 June 2024 19:48:30 +0000 (0:00:00.023) 0:02:48.443 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 22 June 2024 19:48:31 +0000 (0:00:00.305) 0:02:48.748 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 22 June 2024 19:48:31 +0000 (0:00:00.307) 0:02:49.056 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 22 June 2024 19:48:31 +0000 (0:00:00.253) 0:02:49.310 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 22 June 2024 19:48:31 +0000 (0:00:00.109) 0:02:49.420 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 22 June 2024 19:48:31 +0000 (0:00:00.028) 0:02:49.449 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 22 June 2024 19:48:31 +0000 (0:00:00.036) 0:02:49.485 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 22 June 2024 19:48:31 +0000 (0:00:00.023) 0:02:49.509 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:48:31 +0000 (0:00:00.044) 0:02:49.553 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:48:31 +0000 (0:00:00.031) 0:02:49.585 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:48:31 +0000 (0:00:00.047) 0:02:49.633 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:48:32 +0000 (0:00:00.065) 0:02:49.698 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:48:32 +0000 (0:00:00.227) 0:02:49.926 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:48:32 +0000 (0:00:00.053) 0:02:49.980 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:48:32 +0000 (0:00:00.273) 0:02:50.254 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:48:32 +0000 (0:00:00.024) 0:02:50.278 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:48:32 +0000 (0:00:00.162) 0:02:50.440 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:48:32 +0000 (0:00:00.072) 0:02:50.513 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:48:32 +0000 (0:00:00.055) 0:02:50.568 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:48:32 +0000 (0:00:00.046) 0:02:50.615 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:48:32 +0000 (0:00:00.023) 0:02:50.638 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:48:32 +0000 (0:00:00.038) 0:02:50.676 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 22 June 2024 19:48:33 +0000 (0:00:00.049) 0:02:50.726 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 22 June 2024 19:48:33 +0000 (0:00:00.059) 0:02:50.786 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 22 June 2024 19:48:33 +0000 (0:00:00.035) 0:02:50.822 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 22 June 2024 19:48:33 +0000 (0:00:00.058) 0:02:50.880 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 22 June 2024 19:48:33 +0000 (0:00:00.037) 0:02:50.918 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 22 June 2024 19:48:33 +0000 (0:00:00.060) 0:02:50.978 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 22 June 2024 19:48:33 +0000 (0:00:00.697) 0:02:51.676 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 22 June 2024 19:48:34 +0000 (0:00:00.245) 0:02:51.921 ********* 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-ci1l1p0gsk/tests/tests_auth_and_security.yml:178 Saturday 22 June 2024 19:48:34 +0000 (0:00:00.235) 0:02:52.157 ********* 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-ci1l1p0gsk/tests/tests_auth_and_security.yml:183 Saturday 22 June 2024 19:48:35 +0000 (0:00:00.814) 0:02:52.972 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 22 June 2024 19:48:35 +0000 (0:00:00.177) 0:02:53.149 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 22 June 2024 19:48:35 +0000 (0:00:00.085) 0:02:53.235 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 22 June 2024 19:48:35 +0000 (0:00:00.034) 0:02:53.270 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 22 June 2024 19:48:35 +0000 (0:00:00.079) 0:02:53.349 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 22 June 2024 19:48:35 +0000 (0:00:00.063) 0:02:53.412 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 22 June 2024 19:48:35 +0000 (0:00:00.162) 0:02:53.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 : Enable copr if requested] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 22 June 2024 19:48:37 +0000 (0:00:01.516) 0:02:55.091 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 22 June 2024 19:48:37 +0000 (0:00:00.057) 0:02:55.149 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 22 June 2024 19:48:37 +0000 (0:00:00.063) 0:02:55.212 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029231", "end": "2024-06-22 19:48:37.743854", "rc": 0, "start": "2024-06-22 19:48:37.714623" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 22 June 2024 19:48:37 +0000 (0:00:00.250) 0:02:55.463 ********* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 22 June 2024 19:48:37 +0000 (0:00:00.129) 0:02:55.592 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 22 June 2024 19:48:37 +0000 (0:00:00.029) 0:02:55.621 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 22 June 2024 19:48:38 +0000 (0:00:00.074) 0:02:55.696 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:48:38 +0000 (0:00:00.089) 0:02:55.786 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:48:38 +0000 (0:00:00.043) 0:02:55.829 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:48:38 +0000 (0:00:00.052) 0:02:55.882 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:48:38 +0000 (0:00:00.053) 0:02:55.936 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:48:38 +0000 (0:00:00.210) 0:02:56.146 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:48:38 +0000 (0:00:00.040) 0:02:56.187 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:48:38 +0000 (0:00:00.276) 0:02:56.463 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:48:38 +0000 (0:00:00.097) 0:02:56.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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:48:38 +0000 (0:00:00.032) 0:02:56.593 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:48:38 +0000 (0:00:00.043) 0:02:56.636 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:48:39 +0000 (0:00:00.044) 0:02:56.681 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:48:39 +0000 (0:00:00.064) 0:02:56.745 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:48:39 +0000 (0:00:00.031) 0:02:56.777 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:48:39 +0000 (0:00:00.116) 0:02:56.894 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 22 June 2024 19:48:39 +0000 (0:00:00.057) 0:02:56.951 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 22 June 2024 19:48:39 +0000 (0:00:00.064) 0:02:57.015 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 22 June 2024 19:48:39 +0000 (0:00:00.073) 0:02:57.089 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 22 June 2024 19:48:39 +0000 (0:00:00.039) 0:02:57.129 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 22 June 2024 19:48:39 +0000 (0:00:00.036) 0:02:57.165 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 22 June 2024 19:48:39 +0000 (0:00:00.147) 0:02:57.313 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 22 June 2024 19:48:39 +0000 (0:00:00.063) 0:02:57.376 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 22 June 2024 19:48:39 +0000 (0:00:00.047) 0:02:57.423 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 22 June 2024 19:48:39 +0000 (0:00:00.052) 0:02:57.476 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 22 June 2024 19:48:39 +0000 (0:00:00.045) 0:02:57.522 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 22 June 2024 19:48:39 +0000 (0:00:00.039) 0:02:57.561 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 22 June 2024 19:48:39 +0000 (0:00:00.049) 0:02:57.610 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 22 June 2024 19:48:40 +0000 (0:00:00.072) 0:02:57.683 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 22 June 2024 19:48:40 +0000 (0:00:00.027) 0:02:57.710 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 22 June 2024 19:48:40 +0000 (0:00:00.029) 0:02:57.739 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 22 June 2024 19:48:40 +0000 (0:00:00.023) 0:02:57.762 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 22 June 2024 19:48:40 +0000 (0:00:00.040) 0:02:57.802 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 22 June 2024 19:48:40 +0000 (0:00:00.031) 0:02:57.834 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 22 June 2024 19:48:40 +0000 (0:00:00.031) 0:02:57.865 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 22 June 2024 19:48:40 +0000 (0:00:00.091) 0:02:57.957 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 22 June 2024 19:48:40 +0000 (0:00:00.032) 0:02:57.989 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 22 June 2024 19:48:40 +0000 (0:00:00.027) 0:02:58.017 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 22 June 2024 19:48:40 +0000 (0:00:00.024) 0:02:58.042 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:48:40 +0000 (0:00:00.044) 0:02:58.086 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:48:40 +0000 (0:00:00.215) 0:02:58.302 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:48:40 +0000 (0:00:00.029) 0:02:58.331 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:48:40 +0000 (0:00:00.068) 0:02:58.400 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:48:41 +0000 (0:00:00.331) 0:02:58.732 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:48:41 +0000 (0:00:00.043) 0:02:58.776 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:48:41 +0000 (0:00:00.222) 0:02:58.998 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003631", "end": "2024-06-22 19:48:41.490882", "rc": 0, "start": "2024-06-22 19:48:41.487251" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:48:41 +0000 (0:00:00.217) 0:02:59.215 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003653", "end": "2024-06-22 19:48:41.708052", "rc": 0, "start": "2024-06-22 19:48:41.704399" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:48:41 +0000 (0:00:00.236) 0:02:59.452 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:48:41 +0000 (0:00:00.087) 0:02:59.539 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:48:41 +0000 (0:00:00.025) 0:02:59.565 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:48:41 +0000 (0:00:00.023) 0:02:59.589 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:48:41 +0000 (0:00:00.031) 0:02:59.620 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:48:41 +0000 (0:00:00.023) 0:02:59.644 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 22 June 2024 19:48:41 +0000 (0:00:00.021) 0:02:59.666 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 22 June 2024 19:48:42 +0000 (0:00:00.030) 0:02:59.696 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 22 June 2024 19:48:42 +0000 (0:00:00.027) 0:02:59.723 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 22 June 2024 19:48:42 +0000 (0:00:00.044) 0:02:59.768 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 22 June 2024 19:48:42 +0000 (0:00:00.224) 0:02:59.992 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 22 June 2024 19:48:42 +0000 (0:00:00.678) 0:03:00.670 ********* skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Find files in certs.d directory] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 22 June 2024 19:48:43 +0000 (0:00:00.273) 0:03:00.943 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 22 June 2024 19:48:43 +0000 (0:00:00.058) 0:03:01.002 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle credential files - present] *********** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 22 June 2024 19:48:43 +0000 (0:00:00.034) 0:03:01.037 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 22 June 2024 19:48:43 +0000 (0:00:00.076) 0:03:01.113 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 22 June 2024 19:48:43 +0000 (0:00:00.065) 0:03:01.179 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:48:43 +0000 (0:00:00.076) 0:03:01.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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:48:43 +0000 (0:00:00.049) 0:03:01.304 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:48:43 +0000 (0:00:00.038) 0:03:01.343 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:48:43 +0000 (0:00:00.081) 0:03:01.425 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:48:43 +0000 (0:00:00.239) 0:03:01.664 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:48:44 +0000 (0:00:00.056) 0:03:01.721 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:48:44 +0000 (0:00:00.216) 0:03:01.938 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003421", "end": "2024-06-22 19:48:44.450049", "rc": 0, "start": "2024-06-22 19:48:44.446628" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:48:44 +0000 (0:00:00.270) 0:03:02.208 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003493", "end": "2024-06-22 19:48:44.733390", "rc": 0, "start": "2024-06-22 19:48:44.729897" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:48:44 +0000 (0:00:00.284) 0:03:02.493 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:48:44 +0000 (0:00:00.142) 0:03:02.635 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:48:44 +0000 (0:00:00.042) 0:03:02.677 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:48:45 +0000 (0:00:00.034) 0:03:02.711 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:48:45 +0000 (0:00:00.039) 0:03:02.751 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:48:45 +0000 (0:00:00.033) 0:03:02.784 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 22 June 2024 19:48:45 +0000 (0:00:00.025) 0:03:02.810 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 22 June 2024 19:48:45 +0000 (0:00:00.087) 0:03:02.898 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 22 June 2024 19:48:45 +0000 (0:00:00.212) 0:03:03.111 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 22 June 2024 19:48:45 +0000 (0:00:00.034) 0:03:03.145 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 22 June 2024 19:48:46 +0000 (0:00:00.648) 0:03:03.793 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 22 June 2024 19:48:46 +0000 (0:00:00.047) 0:03:03.841 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 22 June 2024 19:48:46 +0000 (0:00:00.062) 0:03:03.904 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 22 June 2024 19:48:46 +0000 (0:00:00.026) 0:03:03.931 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 22 June 2024 19:48:46 +0000 (0:00:00.035) 0:03:03.967 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 22 June 2024 19:48:46 +0000 (0:00:00.082) 0:03:04.049 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 22 June 2024 19:48:46 +0000 (0:00:00.122) 0:03:04.171 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 22 June 2024 19:48:46 +0000 (0:00:00.047) 0:03:04.218 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 22 June 2024 19:48:46 +0000 (0:00:00.030) 0:03:04.249 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:48:46 +0000 (0:00:00.055) 0:03:04.305 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:48:46 +0000 (0:00:00.027) 0:03:04.332 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:48:46 +0000 (0:00:00.062) 0:03:04.394 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:48:46 +0000 (0:00:00.065) 0:03:04.460 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:48:47 +0000 (0:00:00.235) 0:03:04.695 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:48:47 +0000 (0:00:00.062) 0:03:04.758 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:48:47 +0000 (0:00:00.228) 0:03:04.987 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003658", "end": "2024-06-22 19:48:47.522853", "rc": 0, "start": "2024-06-22 19:48:47.519195" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:48:47 +0000 (0:00:00.264) 0:03:05.251 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003640", "end": "2024-06-22 19:48:47.783650", "rc": 0, "start": "2024-06-22 19:48:47.780010" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:48:47 +0000 (0:00:00.271) 0:03:05.523 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:48:47 +0000 (0:00:00.036) 0:03:05.560 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:48:47 +0000 (0:00:00.036) 0:03:05.596 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:48:47 +0000 (0:00:00.035) 0:03:05.631 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:48:47 +0000 (0:00:00.037) 0:03:05.669 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:48:48 +0000 (0:00:00.110) 0:03:05.779 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 22 June 2024 19:48:48 +0000 (0:00:00.033) 0:03:05.813 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 22 June 2024 19:48:48 +0000 (0:00:00.033) 0:03:05.847 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 22 June 2024 19:48:48 +0000 (0:00:00.038) 0:03:05.886 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 22 June 2024 19:48:48 +0000 (0:00:00.036) 0:03:05.922 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 22 June 2024 19:48:48 +0000 (0:00:00.037) 0:03:05.959 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 22 June 2024 19:48:48 +0000 (0:00:00.032) 0:03:05.992 ********* 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.005926", "end": "2024-06-22 19:48:48.523054", "rc": 0, "start": "2024-06-22 19:48:48.517128" } 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 22 June 2024 19:48:48 +0000 (0:00:00.248) 0:03:06.240 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 22 June 2024 19:48:48 +0000 (0:00:00.040) 0:03:06.281 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:2 Saturday 22 June 2024 19:48:48 +0000 (0:00:00.119) 0:03:06.400 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 22 June 2024 19:48:48 +0000 (0:00:00.068) 0:03:06.469 ********* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "auth_test_user1" ], "delta": "0:00:00.024000", "end": "2024-06-22 19:48:49.047807", "rc": 0, "start": "2024-06-22 19:48:49.023807" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 22 June 2024 19:48:49 +0000 (0:00:00.332) 0:03:06.802 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 22 June 2024 19:48:49 +0000 (0:00:00.060) 0:03:06.862 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:7 Saturday 22 June 2024 19:48:49 +0000 (0:00:00.054) 0:03:06.917 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:23 Saturday 22 June 2024 19:48:49 +0000 (0:00:00.044) 0:03:06.962 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 Saturday 22 June 2024 19:48:49 +0000 (0:00:00.026) 0:03:06.988 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:72 Saturday 22 June 2024 19:48:50 +0000 (0:00:01.209) 0:03:08.198 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:80 Saturday 22 June 2024 19:48:50 +0000 (0:00:00.211) 0:03:08.409 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:89 Saturday 22 June 2024 19:48:50 +0000 (0:00:00.245) 0:03:08.654 ********* 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-1719085731.0317974-7424-115718856110231/source", "state": "file", "uid": 2001 } TASK [linux-system-roles.podman : Update containers/pods] ********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 Saturday 22 June 2024 19:48:51 +0000 (0:00:00.636) 0:03:09.291 ********* 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: 8208a2ce8ec4c5e26b40c6b74585a5c5e7f4118fa7f074680e9532eab34e633d Container: 1773f1ae924bd3a65cb88fda63566ce78033d605759b42b1ca335d613ffccc06 TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:108 Saturday 22 June 2024 19:48:52 +0000 (0:00:01.058) 0:03:10.349 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Enable service] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:120 Saturday 22 June 2024 19:48:53 +0000 (0:00:00.480) 0:03:10.830 ********* changed: [sut] => { "changed": true, "enabled": true, "name": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target podman\\x2dkube.slice run-user-2001.mount -.mount basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "podman\\x2dkube.slice basic.target", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 Saturday 22 June 2024 19:48:53 +0000 (0:00:00.387) 0:03:11.217 ********* changed: [sut] => { "changed": true, "name": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount run-user-2001.mount network-online.target basic.target podman\\x2dkube.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target podman\\x2dkube.slice", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:147 Saturday 22 June 2024 19:48:54 +0000 (0:00:01.078) 0:03:12.296 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 22 June 2024 19:48:54 +0000 (0:00:00.080) 0:03:12.376 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 22 June 2024 19:48:54 +0000 (0:00:00.063) 0:03:12.440 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 22 June 2024 19:48:54 +0000 (0:00:00.042) 0:03:12.482 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 22 June 2024 19:48:54 +0000 (0:00:00.057) 0:03:12.540 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 22 June 2024 19:48:54 +0000 (0:00:00.043) 0:03:12.583 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 22 June 2024 19:48:54 +0000 (0:00:00.049) 0:03:12.632 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:48:55 +0000 (0:00:00.052) 0:03:12.684 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:48:55 +0000 (0:00:00.031) 0:03:12.716 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:48:55 +0000 (0:00:00.068) 0:03:12.784 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:48:55 +0000 (0:00:00.055) 0:03:12.840 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:48:55 +0000 (0:00:00.284) 0:03:13.124 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:48:55 +0000 (0:00:00.051) 0:03:13.176 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:48:55 +0000 (0:00:00.264) 0:03:13.441 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.005006", "end": "2024-06-22 19:48:55.993643", "rc": 0, "start": "2024-06-22 19:48:55.988637" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:48:56 +0000 (0:00:00.352) 0:03:13.793 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.007013", "end": "2024-06-22 19:48:56.353060", "rc": 0, "start": "2024-06-22 19:48:56.346047" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:48:56 +0000 (0:00:00.302) 0:03:14.096 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:48:56 +0000 (0:00:00.043) 0:03:14.139 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:48:56 +0000 (0:00:00.026) 0:03:14.165 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:48:56 +0000 (0:00:00.046) 0:03:14.212 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:48:56 +0000 (0:00:00.034) 0:03:14.246 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:48:56 +0000 (0:00:00.062) 0:03:14.309 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 22 June 2024 19:48:56 +0000 (0:00:00.034) 0:03:14.344 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 22 June 2024 19:48:56 +0000 (0:00:00.058) 0:03:14.402 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 22 June 2024 19:48:56 +0000 (0:00:00.065) 0:03:14.468 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 22 June 2024 19:48:56 +0000 (0:00:00.054) 0:03:14.522 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 22 June 2024 19:48:56 +0000 (0:00:00.061) 0:03:14.583 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 22 June 2024 19:48:56 +0000 (0:00:00.050) 0:03:14.634 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 22 June 2024 19:48:56 +0000 (0:00:00.030) 0:03:14.665 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 22 June 2024 19:48:57 +0000 (0:00:00.060) 0:03:14.726 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 22 June 2024 19:48:57 +0000 (0:00:00.042) 0:03:14.769 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 22 June 2024 19:48:57 +0000 (0:00:00.356) 0:03:15.126 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 22 June 2024 19:48:57 +0000 (0:00:00.038) 0:03:15.164 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 22 June 2024 19:48:57 +0000 (0:00:00.061) 0:03:15.226 ********* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:23 Saturday 22 June 2024 19:48:57 +0000 (0:00:00.036) 0:03:15.262 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:47 Saturday 22 June 2024 19:48:58 +0000 (0:00:00.828) 0:03:16.090 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:56 Saturday 22 June 2024 19:48:58 +0000 (0:00:00.258) 0:03:16.349 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:66 Saturday 22 June 2024 19:48:58 +0000 (0:00:00.021) 0:03:16.370 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:78 Saturday 22 June 2024 19:48:58 +0000 (0:00:00.022) 0:03:16.392 ********* 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-1719085738.757473-7585-139071529239123/source", "state": "file", "uid": 2001 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:90 Saturday 22 June 2024 19:48:59 +0000 (0:00:00.720) 0:03:17.112 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:119 Saturday 22 June 2024 19:48:59 +0000 (0:00:00.036) 0:03:17.148 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:135 Saturday 22 June 2024 19:48:59 +0000 (0:00:00.041) 0:03:17.190 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 22 June 2024 19:48:59 +0000 (0:00:00.054) 0:03:17.244 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 22 June 2024 19:48:59 +0000 (0:00:00.094) 0:03:17.338 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 22 June 2024 19:48:59 +0000 (0:00:00.061) 0:03:17.400 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 22 June 2024 19:48:59 +0000 (0:00:00.024) 0:03:17.425 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:48:59 +0000 (0:00:00.040) 0:03:17.465 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:48:59 +0000 (0:00:00.028) 0:03:17.493 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:48:59 +0000 (0:00:00.025) 0:03:17.519 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:48:59 +0000 (0:00:00.029) 0:03:17.549 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:49:00 +0000 (0:00:00.282) 0:03:17.832 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:49:00 +0000 (0:00:00.040) 0:03:17.873 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:49:00 +0000 (0:00:00.321) 0:03:18.195 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004443", "end": "2024-06-22 19:49:00.774014", "rc": 0, "start": "2024-06-22 19:49:00.769571" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:49:00 +0000 (0:00:00.318) 0:03:18.514 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003702", "end": "2024-06-22 19:49:01.067434", "rc": 0, "start": "2024-06-22 19:49:01.063732" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:49:01 +0000 (0:00:00.325) 0:03:18.839 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:49:01 +0000 (0:00:00.054) 0:03:18.893 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:49:01 +0000 (0:00:00.049) 0:03:18.942 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:49:01 +0000 (0:00:00.293) 0:03:19.236 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:49:01 +0000 (0:00:00.077) 0:03:19.313 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:49:01 +0000 (0:00:00.041) 0:03:19.355 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 22 June 2024 19:49:01 +0000 (0:00:00.075) 0:03:19.431 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 22 June 2024 19:49:01 +0000 (0:00:00.171) 0:03:19.603 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 22 June 2024 19:49:01 +0000 (0:00:00.027) 0:03:19.630 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 22 June 2024 19:49:02 +0000 (0:00:00.051) 0:03:19.682 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 22 June 2024 19:49:02 +0000 (0:00:00.036) 0:03:19.718 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Find files in credentials directory] ********* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 22 June 2024 19:49:02 +0000 (0:00:00.025) 0:03:19.743 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 22 June 2024 19:49:02 +0000 (0:00:00.067) 0:03:19.811 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 22 June 2024 19:49:02 +0000 (0:00:00.079) 0:03:19.891 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 22 June 2024 19:49:02 +0000 (0:00:00.114) 0:03:20.005 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 22 June 2024 19:49:02 +0000 (0:00:00.044) 0:03:20.050 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 22 June 2024 19:49:02 +0000 (0:00:00.041) 0:03:20.091 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 22 June 2024 19:49:02 +0000 (0:00:00.048) 0:03:20.140 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:49:02 +0000 (0:00:00.078) 0:03:20.218 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:49:02 +0000 (0:00:00.172) 0:03:20.391 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:49:02 +0000 (0:00:00.092) 0:03:20.484 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:49:02 +0000 (0:00:00.075) 0:03:20.559 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:49:03 +0000 (0:00:00.330) 0:03:20.890 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:49:03 +0000 (0:00:00.072) 0:03:20.962 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:49:03 +0000 (0:00:00.307) 0:03:21.270 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004135", "end": "2024-06-22 19:49:03.838532", "rc": 0, "start": "2024-06-22 19:49:03.834397" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:49:03 +0000 (0:00:00.282) 0:03:21.552 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003898", "end": "2024-06-22 19:49:04.113734", "rc": 0, "start": "2024-06-22 19:49:04.109836" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:49:04 +0000 (0:00:00.284) 0:03:21.837 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:49:04 +0000 (0:00:00.049) 0:03:21.887 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:49:04 +0000 (0:00:00.033) 0:03:21.920 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:49:04 +0000 (0:00:00.046) 0:03:21.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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:49:04 +0000 (0:00:00.023) 0:03:21.991 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:49:04 +0000 (0:00:00.033) 0:03:22.024 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 22 June 2024 19:49:04 +0000 (0:00:00.040) 0:03:22.065 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 22 June 2024 19:49:04 +0000 (0:00:00.028) 0:03:22.093 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 22 June 2024 19:49:04 +0000 (0:00:00.023) 0:03:22.117 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 22 June 2024 19:49:04 +0000 (0:00:00.049) 0:03:22.167 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 22 June 2024 19:49:04 +0000 (0:00:00.174) 0:03:22.341 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 22 June 2024 19:49:04 +0000 (0:00:00.098) 0:03:22.439 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 22 June 2024 19:49:04 +0000 (0:00:00.044) 0:03:22.484 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 22 June 2024 19:49:04 +0000 (0:00:00.041) 0:03:22.525 ********* 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-ci1l1p0gsk/tests/tests_auth_and_security.yml:212 Saturday 22 June 2024 19:49:04 +0000 (0:00:00.040) 0:03:22.566 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 22 June 2024 19:49:04 +0000 (0:00:00.074) 0:03:22.641 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 22 June 2024 19:49:05 +0000 (0:00:00.073) 0:03:22.714 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 22 June 2024 19:49:05 +0000 (0:00:00.034) 0:03:22.749 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 22 June 2024 19:49:05 +0000 (0:00:00.039) 0:03:22.788 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 22 June 2024 19:49:05 +0000 (0:00:00.030) 0:03:22.818 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 22 June 2024 19:49:05 +0000 (0:00:00.073) 0:03:22.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 : Enable copr if requested] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 22 June 2024 19:49:07 +0000 (0:00:01.995) 0:03:24.888 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 22 June 2024 19:49:07 +0000 (0:00:00.037) 0:03:24.926 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 22 June 2024 19:49:07 +0000 (0:00:00.045) 0:03:24.971 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.043380", "end": "2024-06-22 19:49:07.601197", "rc": 0, "start": "2024-06-22 19:49:07.557817" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 22 June 2024 19:49:07 +0000 (0:00:00.352) 0:03:25.324 ********* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 22 June 2024 19:49:07 +0000 (0:00:00.037) 0:03:25.361 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 22 June 2024 19:49:07 +0000 (0:00:00.077) 0:03:25.439 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 22 June 2024 19:49:07 +0000 (0:00:00.094) 0:03:25.534 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:49:07 +0000 (0:00:00.059) 0:03:25.593 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:49:08 +0000 (0:00:00.293) 0:03:25.887 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:49:08 +0000 (0:00:00.067) 0:03:25.955 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:49:08 +0000 (0:00:00.052) 0:03:26.007 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:49:08 +0000 (0:00:00.310) 0:03:26.318 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:49:08 +0000 (0:00:00.043) 0:03:26.361 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:49:08 +0000 (0:00:00.267) 0:03:26.629 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:49:08 +0000 (0:00:00.039) 0:03:26.668 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.033) 0:03:26.702 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.032) 0:03:26.734 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.040) 0:03:26.774 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.050) 0:03:26.825 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.039) 0:03:26.865 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.046) 0:03:26.911 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.053) 0:03:26.964 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.035) 0:03:26.999 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.052) 0:03:27.052 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.040) 0:03:27.093 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.042) 0:03:27.135 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.053) 0:03:27.188 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.058) 0:03:27.247 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.046) 0:03:27.293 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.124) 0:03:27.417 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.050) 0:03:27.468 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.048) 0:03:27.516 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.080) 0:03:27.597 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 22 June 2024 19:49:09 +0000 (0:00:00.067) 0:03:27.664 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 22 June 2024 19:49:10 +0000 (0:00:00.043) 0:03:27.707 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 22 June 2024 19:49:10 +0000 (0:00:00.040) 0:03:27.748 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 22 June 2024 19:49:10 +0000 (0:00:00.063) 0:03:27.812 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 22 June 2024 19:49:10 +0000 (0:00:00.023) 0:03:27.836 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 22 June 2024 19:49:10 +0000 (0:00:00.029) 0:03:27.865 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 22 June 2024 19:49:10 +0000 (0:00:00.036) 0:03:27.902 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 22 June 2024 19:49:10 +0000 (0:00:00.060) 0:03:27.962 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 22 June 2024 19:49:10 +0000 (0:00:00.024) 0:03:27.987 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 22 June 2024 19:49:10 +0000 (0:00:00.029) 0:03:28.016 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 22 June 2024 19:49:10 +0000 (0:00:00.025) 0:03:28.041 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:49:10 +0000 (0:00:00.145) 0:03:28.186 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:49:10 +0000 (0:00:00.037) 0:03:28.223 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:49:10 +0000 (0:00:00.079) 0:03:28.303 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:49:10 +0000 (0:00:00.040) 0:03:28.344 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:49:10 +0000 (0:00:00.271) 0:03:28.616 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:49:10 +0000 (0:00:00.034) 0:03:28.650 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.295) 0:03:28.945 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.046) 0:03:28.991 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.033) 0:03:29.025 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.055) 0:03:29.081 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.024) 0:03:29.106 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.025) 0:03:29.131 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.030) 0:03:29.161 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.022) 0:03:29.184 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.025) 0:03:29.209 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.032) 0:03:29.242 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.084) 0:03:29.326 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure certs.d directory] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.033) 0:03:29.360 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.023) 0:03:29.383 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.030) 0:03:29.414 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.032) 0:03:29.446 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.024) 0:03:29.471 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.027) 0:03:29.498 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.058) 0:03:29.557 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.024) 0:03:29.582 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.040) 0:03:29.622 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.027) 0:03:29.649 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:49:11 +0000 (0:00:00.029) 0:03:29.679 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:49:12 +0000 (0:00:00.034) 0:03:29.713 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:49:12 +0000 (0:00:00.285) 0:03:29.999 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:49:12 +0000 (0:00:00.041) 0:03:30.040 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:49:12 +0000 (0:00:00.369) 0:03:30.409 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:49:12 +0000 (0:00:00.066) 0:03:30.476 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:49:12 +0000 (0:00:00.051) 0:03:30.528 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:49:12 +0000 (0:00:00.048) 0:03:30.577 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:49:12 +0000 (0:00:00.041) 0:03:30.619 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:49:12 +0000 (0:00:00.053) 0:03:30.672 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.046) 0:03:30.719 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.037) 0:03:30.756 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.037) 0:03:30.793 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.042) 0:03:30.835 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.033) 0:03:30.869 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file content is present] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.037) 0:03:30.906 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.048) 0:03:30.955 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.065) 0:03:31.021 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.045) 0:03:31.066 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.034) 0:03:31.101 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.033) 0:03:31.134 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.117) 0:03:31.251 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.030) 0:03:31.281 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.035) 0:03:31.317 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.051) 0:03:31.368 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.055) 0:03:31.424 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.055) 0:03:31.479 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.052) 0:03:31.531 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:49:13 +0000 (0:00:00.085) 0:03:31.617 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:49:14 +0000 (0:00:00.337) 0:03:31.954 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:49:14 +0000 (0:00:00.056) 0:03:32.010 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:49:14 +0000 (0:00:00.270) 0:03:32.280 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:49:14 +0000 (0:00:00.034) 0:03:32.315 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:49:14 +0000 (0:00:00.035) 0:03:32.350 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:49:14 +0000 (0:00:00.037) 0:03:32.388 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:49:14 +0000 (0:00:00.040) 0:03:32.429 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:49:14 +0000 (0:00:00.027) 0:03:32.456 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:49:14 +0000 (0:00:00.092) 0:03:32.549 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:49:14 +0000 (0:00:00.022) 0:03:32.571 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 22 June 2024 19:49:14 +0000 (0:00:00.028) 0:03:32.600 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 22 June 2024 19:49:14 +0000 (0:00:00.039) 0:03:32.639 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 22 June 2024 19:49:15 +0000 (0:00:00.042) 0:03:32.682 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 22 June 2024 19:49:15 +0000 (0:00:00.037) 0:03:32.720 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 22 June 2024 19:49:15 +0000 (0:00:00.045) 0:03:32.765 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 22 June 2024 19:49:15 +0000 (0:00:00.043) 0:03:32.809 ********* 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.006842", "end": "2024-06-22 19:49:15.404123", "rc": 0, "start": "2024-06-22 19:49:15.397281" } 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 22 June 2024 19:49:15 +0000 (0:00:00.332) 0:03:33.142 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 22 June 2024 19:49:15 +0000 (0:00:00.067) 0:03:33.209 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 22 June 2024 19:49:15 +0000 (0:00:00.047) 0:03:33.256 ********* ok: [sut] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system-podman\\x2dkube.slice systemd-journald.socket network-online.target sysinit.target basic.target -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system-podman\\x2dkube.slice -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 22 June 2024 19:49:16 +0000 (0:00:00.472) 0:03:33.729 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Remove pod/containers] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 22 June 2024 19:49:16 +0000 (0:00:00.266) 0:03:33.996 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove kubernetes yaml file] ***************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 22 June 2024 19:49:16 +0000 (0:00:00.037) 0:03:34.033 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 22 June 2024 19:49:16 +0000 (0:00:00.345) 0:03:34.379 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 22 June 2024 19:49:16 +0000 (0:00:00.040) 0:03:34.419 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 22 June 2024 19:49:16 +0000 (0:00:00.038) 0:03:34.458 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 22 June 2024 19:49:16 +0000 (0:00:00.022) 0:03:34.480 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 22 June 2024 19:49:16 +0000 (0:00:00.023) 0:03:34.504 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 22 June 2024 19:49:16 +0000 (0:00:00.026) 0:03:34.531 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 22 June 2024 19:49:16 +0000 (0:00:00.023) 0:03:34.554 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 22 June 2024 19:49:16 +0000 (0:00:00.065) 0:03:34.619 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 22 June 2024 19:49:16 +0000 (0:00:00.029) 0:03:34.649 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 22 June 2024 19:49:16 +0000 (0:00:00.029) 0:03:34.678 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 22 June 2024 19:49:17 +0000 (0:00:00.033) 0:03:34.712 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 22 June 2024 19:49:17 +0000 (0:00:00.034) 0:03:34.746 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:49:17 +0000 (0:00:00.041) 0:03:34.788 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:49:17 +0000 (0:00:00.031) 0:03:34.819 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:49:17 +0000 (0:00:00.037) 0:03:34.857 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:49:17 +0000 (0:00:00.106) 0:03:34.964 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:49:17 +0000 (0:00:00.257) 0:03:35.221 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:49:17 +0000 (0:00:00.028) 0:03:35.249 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:49:17 +0000 (0:00:00.246) 0:03:35.496 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:49:17 +0000 (0:00:00.023) 0:03:35.519 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:49:17 +0000 (0:00:00.022) 0:03:35.541 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:49:17 +0000 (0:00:00.020) 0:03:35.562 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:49:17 +0000 (0:00:00.021) 0:03:35.584 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:49:17 +0000 (0:00:00.021) 0:03:35.606 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:49:17 +0000 (0:00:00.022) 0:03:35.628 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:49:17 +0000 (0:00:00.022) 0:03:35.650 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 22 June 2024 19:49:17 +0000 (0:00:00.020) 0:03:35.671 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 22 June 2024 19:49:18 +0000 (0:00:00.037) 0:03:35.708 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 22 June 2024 19:49:18 +0000 (0:00:00.023) 0:03:35.732 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 22 June 2024 19:49:18 +0000 (0:00:00.024) 0:03:35.756 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 22 June 2024 19:49:18 +0000 (0:00:00.046) 0:03:35.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 : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 22 June 2024 19:49:18 +0000 (0:00:00.025) 0:03:35.829 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 22 June 2024 19:49:18 +0000 (0:00:00.099) 0:03:35.928 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 22 June 2024 19:49:18 +0000 (0:00:00.026) 0:03:35.955 ********* ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service auth_test_1_quadlet.service: host TASK [linux-system-roles.podman : See if quadlet file exists] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 22 June 2024 19:49:18 +0000 (0:00:00.478) 0:03:36.433 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create tempdir] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:44 Saturday 22 June 2024 19:49:18 +0000 (0:00:00.029) 0:03:36.463 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fetch the network quadlet] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:52 Saturday 22 June 2024 19:49:18 +0000 (0:00:00.047) 0:03:36.510 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the network name] ************************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:58 Saturday 22 June 2024 19:49:18 +0000 (0:00:00.041) 0:03:36.552 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove tempdir] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 22 June 2024 19:49:18 +0000 (0:00:00.032) 0:03:36.584 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:70 Saturday 22 June 2024 19:49:18 +0000 (0:00:00.040) 0:03:36.625 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:76 Saturday 22 June 2024 19:49:19 +0000 (0:00:00.282) 0:03:36.908 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 22 June 2024 19:49:19 +0000 (0:00:00.060) 0:03:36.968 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 22 June 2024 19:49:19 +0000 (0:00:00.030) 0:03:36.998 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 22 June 2024 19:49:19 +0000 (0:00:00.042) 0:03:37.040 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:84 Saturday 22 June 2024 19:49:19 +0000 (0:00:00.030) 0:03:37.071 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:93 Saturday 22 June 2024 19:49:19 +0000 (0:00:00.023) 0:03:37.094 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:101 Saturday 22 June 2024 19:49:19 +0000 (0:00:00.022) 0:03:37.117 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 22 June 2024 19:49:19 +0000 (0:00:00.068) 0:03:37.186 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 22 June 2024 19:49:19 +0000 (0:00:00.021) 0:03:37.208 ********* TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 22 June 2024 19:49:19 +0000 (0:00:00.027) 0:03:37.235 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 22 June 2024 19:49:19 +0000 (0:00:00.083) 0:03:37.318 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 22 June 2024 19:49:19 +0000 (0:00:00.043) 0:03:37.362 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:49:19 +0000 (0:00:00.062) 0:03:37.424 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:49:19 +0000 (0:00:00.028) 0:03:37.452 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:49:19 +0000 (0:00:00.029) 0:03:37.482 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:49:19 +0000 (0:00:00.031) 0:03:37.514 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:49:20 +0000 (0:00:00.277) 0:03:37.791 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:49:20 +0000 (0:00:00.032) 0:03:37.824 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:49:20 +0000 (0:00:00.292) 0:03:38.116 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:49:20 +0000 (0:00:00.047) 0:03:38.164 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:49:20 +0000 (0:00:00.040) 0:03:38.205 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:49:20 +0000 (0:00:00.041) 0:03:38.246 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:49:20 +0000 (0:00:00.149) 0:03:38.396 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:49:20 +0000 (0:00:00.084) 0:03:38.480 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:49:20 +0000 (0:00:00.098) 0:03:38.579 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:49:20 +0000 (0:00:00.058) 0:03:38.637 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 22 June 2024 19:49:20 +0000 (0:00:00.037) 0:03:38.675 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is present] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 22 June 2024 19:49:21 +0000 (0:00:00.054) 0:03:38.729 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 22 June 2024 19:49:21 +0000 (0:00:00.066) 0:03:38.796 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 22 June 2024 19:49:21 +0000 (0:00:00.031) 0:03:38.827 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 22 June 2024 19:49:21 +0000 (0:00:00.024) 0:03:38.851 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 22 June 2024 19:49:21 +0000 (0:00:00.301) 0:03:39.153 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 22 June 2024 19:49:21 +0000 (0:00:00.329) 0:03:39.483 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 22 June 2024 19:49:22 +0000 (0:00:00.286) 0:03:39.770 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 22 June 2024 19:49:22 +0000 (0:00:00.079) 0:03:39.850 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 22 June 2024 19:49:22 +0000 (0:00:00.027) 0:03:39.877 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 22 June 2024 19:49:22 +0000 (0:00:00.040) 0:03:39.917 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 22 June 2024 19:49:22 +0000 (0:00:00.129) 0:03:40.047 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:49:22 +0000 (0:00:00.070) 0:03:40.117 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:49:22 +0000 (0:00:00.028) 0:03:40.146 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:49:22 +0000 (0:00:00.027) 0:03:40.173 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:49:22 +0000 (0:00:00.038) 0:03:40.211 ********* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:49:22 +0000 (0:00:00.328) 0:03:40.540 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:49:22 +0000 (0:00:00.064) 0:03:40.604 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:49:23 +0000 (0:00:00.305) 0:03:40.910 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:49:23 +0000 (0:00:00.025) 0:03:40.935 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:49:23 +0000 (0:00:00.052) 0:03:40.988 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:49:23 +0000 (0:00:00.029) 0:03:41.017 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:49:23 +0000 (0:00:00.030) 0:03:41.048 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:49:23 +0000 (0:00:00.025) 0:03:41.073 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:49:23 +0000 (0:00:00.035) 0:03:41.109 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:49:23 +0000 (0:00:00.043) 0:03:41.153 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 22 June 2024 19:49:23 +0000 (0:00:00.032) 0:03:41.185 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 22 June 2024 19:49:23 +0000 (0:00:00.130) 0:03:41.315 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 22 June 2024 19:49:23 +0000 (0:00:00.049) 0:03:41.365 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 22 June 2024 19:49:23 +0000 (0:00:00.076) 0:03:41.441 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 22 June 2024 19:49:23 +0000 (0:00:00.057) 0:03:41.499 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 22 June 2024 19:49:23 +0000 (0:00:00.067) 0:03:41.566 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 22 June 2024 19:49:24 +0000 (0:00:00.832) 0:03:42.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 : Ensure the certs.d directory is absent if empty] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 22 June 2024 19:49:25 +0000 (0:00:00.312) 0:03:42.712 ********* 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-ci1l1p0gsk/tests/tests_auth_and_security.yml:233 Saturday 22 June 2024 19:49:25 +0000 (0:00:00.295) 0:03:43.007 ********* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 22 June 2024 19:49:25 +0000 (0:00:00.046) 0:03:43.054 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 22 June 2024 19:49:25 +0000 (0:00:00.047) 0:03:43.101 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 22 June 2024 19:49:25 +0000 (0:00:00.055) 0:03:43.156 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 22 June 2024 19:49:25 +0000 (0:00:00.052) 0:03:43.209 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 22 June 2024 19:49:25 +0000 (0:00:00.040) 0:03:43.249 ********* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 22 June 2024 19:49:25 +0000 (0:00:00.245) 0:03:43.495 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 22 June 2024 19:49:27 +0000 (0:00:01.799) 0:03:45.295 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 22 June 2024 19:49:27 +0000 (0:00:00.038) 0:03:45.334 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 22 June 2024 19:49:27 +0000 (0:00:00.031) 0:03:45.365 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.048745", "end": "2024-06-22 19:49:27.955578", "rc": 0, "start": "2024-06-22 19:49:27.906833" } STDOUT: podman version 4.9.4-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 22 June 2024 19:49:28 +0000 (0:00:00.318) 0:03:45.684 ********* ok: [sut] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 22 June 2024 19:49:28 +0000 (0:00:00.024) 0:03:45.709 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 22 June 2024 19:49:28 +0000 (0:00:00.030) 0:03:45.739 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 22 June 2024 19:49:28 +0000 (0:00:00.053) 0:03:45.793 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:49:28 +0000 (0:00:00.096) 0:03:45.890 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:49:28 +0000 (0:00:00.296) 0:03:46.187 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:49:28 +0000 (0:00:00.030) 0:03:46.217 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:49:28 +0000 (0:00:00.037) 0:03:46.254 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:49:28 +0000 (0:00:00.320) 0:03:46.575 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:49:28 +0000 (0:00:00.057) 0:03:46.632 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:49:29 +0000 (0:00:00.336) 0:03:46.969 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004236", "end": "2024-06-22 19:49:29.562483", "rc": 0, "start": "2024-06-22 19:49:29.558247" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:49:29 +0000 (0:00:00.314) 0:03:47.283 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.004914", "end": "2024-06-22 19:49:29.848134", "rc": 0, "start": "2024-06-22 19:49:29.843220" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:49:29 +0000 (0:00:00.308) 0:03:47.592 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:49:29 +0000 (0:00:00.078) 0:03:47.671 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:49:30 +0000 (0:00:00.060) 0:03:47.732 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:49:30 +0000 (0:00:00.031) 0:03:47.763 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:49:30 +0000 (0:00:00.041) 0:03:47.804 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:49:30 +0000 (0:00:00.031) 0:03:47.836 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 22 June 2024 19:49:30 +0000 (0:00:00.063) 0:03:47.899 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 22 June 2024 19:49:30 +0000 (0:00:00.076) 0:03:47.975 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 22 June 2024 19:49:30 +0000 (0:00:00.155) 0:03:48.131 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 22 June 2024 19:49:30 +0000 (0:00:00.034) 0:03:48.165 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 22 June 2024 19:49:30 +0000 (0:00:00.043) 0:03:48.209 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 22 June 2024 19:49:30 +0000 (0:00:00.077) 0:03:48.286 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 22 June 2024 19:49:30 +0000 (0:00:00.039) 0:03:48.326 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 22 June 2024 19:49:30 +0000 (0:00:00.084) 0:03:48.410 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 22 June 2024 19:49:30 +0000 (0:00:00.085) 0:03:48.496 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 22 June 2024 19:49:30 +0000 (0:00:00.038) 0:03:48.535 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 22 June 2024 19:49:30 +0000 (0:00:00.029) 0:03:48.565 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 22 June 2024 19:49:30 +0000 (0:00:00.055) 0:03:48.620 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 22 June 2024 19:49:30 +0000 (0:00:00.030) 0:03:48.651 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 22 June 2024 19:49:31 +0000 (0:00:00.039) 0:03:48.690 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 22 June 2024 19:49:31 +0000 (0:00:00.038) 0:03:48.728 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 22 June 2024 19:49:31 +0000 (0:00:00.036) 0:03:48.765 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 22 June 2024 19:49:31 +0000 (0:00:00.175) 0:03:48.941 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 22 June 2024 19:49:31 +0000 (0:00:00.084) 0:03:49.025 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 22 June 2024 19:49:31 +0000 (0:00:00.040) 0:03:49.066 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 22 June 2024 19:49:31 +0000 (0:00:00.138) 0:03:49.204 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 22 June 2024 19:49:31 +0000 (0:00:00.057) 0:03:49.262 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 22 June 2024 19:49:31 +0000 (0:00:00.039) 0:03:49.302 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 22 June 2024 19:49:31 +0000 (0:00:00.050) 0:03:49.352 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:49:31 +0000 (0:00:00.060) 0:03:49.412 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:49:31 +0000 (0:00:00.074) 0:03:49.487 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:49:31 +0000 (0:00:00.048) 0:03:49.536 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:49:31 +0000 (0:00:00.037) 0:03:49.574 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:49:32 +0000 (0:00:00.291) 0:03:49.865 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:49:32 +0000 (0:00:00.030) 0:03:49.896 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:49:32 +0000 (0:00:00.257) 0:03:50.153 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004021", "end": "2024-06-22 19:49:32.695170", "rc": 0, "start": "2024-06-22 19:49:32.691149" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:49:32 +0000 (0:00:00.307) 0:03:50.460 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003812", "end": "2024-06-22 19:49:33.014997", "rc": 0, "start": "2024-06-22 19:49:33.011185" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.285) 0:03:50.746 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.056) 0:03:50.802 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.038) 0:03:50.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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.023) 0:03:50.864 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.021) 0:03:50.886 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.023) 0:03:50.909 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.022) 0:03:50.932 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.034) 0:03:50.967 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.034) 0:03:51.001 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.030) 0:03:51.032 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.026) 0:03:51.059 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.069) 0:03:51.128 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.068) 0:03:51.197 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.037) 0:03:51.234 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:123 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.041) 0:03:51.275 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.136) 0:03:51.411 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.037) 0:03:51.449 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.044) 0:03:51.493 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.037) 0:03:51.531 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.031) 0:03:51.563 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:49:33 +0000 (0:00:00.042) 0:03:51.605 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:49:34 +0000 (0:00:00.281) 0:03:51.887 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:49:34 +0000 (0:00:00.066) 0:03:51.953 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:49:34 +0000 (0:00:00.339) 0:03:52.293 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003696", "end": "2024-06-22 19:49:34.895000", "rc": 0, "start": "2024-06-22 19:49:34.891304" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:49:34 +0000 (0:00:00.327) 0:03:52.621 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005660", "end": "2024-06-22 19:49:35.186436", "rc": 0, "start": "2024-06-22 19:49:35.180776" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:49:35 +0000 (0:00:00.289) 0:03:52.910 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:49:35 +0000 (0:00:00.060) 0:03:52.971 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:49:35 +0000 (0:00:00.079) 0:03:53.050 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:49:35 +0000 (0:00:00.073) 0:03:53.123 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:49:35 +0000 (0:00:00.042) 0:03:53.166 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:49:35 +0000 (0:00:00.117) 0:03:53.283 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 22 June 2024 19:49:35 +0000 (0:00:00.024) 0:03:53.307 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 22 June 2024 19:49:35 +0000 (0:00:00.057) 0:03:53.365 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 22 June 2024 19:49:35 +0000 (0:00:00.027) 0:03:53.392 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 22 June 2024 19:49:35 +0000 (0:00:00.025) 0:03:53.418 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 22 June 2024 19:49:35 +0000 (0:00:00.023) 0:03:53.441 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 22 June 2024 19:49:35 +0000 (0:00:00.028) 0:03:53.469 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 22 June 2024 19:49:35 +0000 (0:00:00.025) 0:03:53.495 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 22 June 2024 19:49:35 +0000 (0:00:00.036) 0:03:53.531 ********* skipping: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:139 Saturday 22 June 2024 19:49:35 +0000 (0:00:00.045) 0:03:53.577 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:14 Saturday 22 June 2024 19:49:35 +0000 (0:00:00.072) 0:03:53.649 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:34 Saturday 22 June 2024 19:49:36 +0000 (0:00:00.032) 0:03:53.681 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:60 Saturday 22 June 2024 19:49:36 +0000 (0:00:00.061) 0:03:53.743 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:66 Saturday 22 June 2024 19:49:36 +0000 (0:00:00.031) 0:03:53.774 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:49:36 +0000 (0:00:00.051) 0:03:53.825 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:49:36 +0000 (0:00:00.042) 0:03:53.868 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:49:36 +0000 (0:00:00.109) 0:03:53.978 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:49:36 +0000 (0:00:00.049) 0:03:54.027 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:49:36 +0000 (0:00:00.279) 0:03:54.306 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:49:36 +0000 (0:00:00.030) 0:03:54.336 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:49:36 +0000 (0:00:00.279) 0:03:54.615 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.004206", "end": "2024-06-22 19:49:37.164555", "rc": 0, "start": "2024-06-22 19:49:37.160349" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:49:37 +0000 (0:00:00.262) 0:03:54.878 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.005841", "end": "2024-06-22 19:49:37.425719", "rc": 0, "start": "2024-06-22 19:49:37.419878" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:49:37 +0000 (0:00:00.262) 0:03:55.140 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:49:37 +0000 (0:00:00.040) 0:03:55.181 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:49:37 +0000 (0:00:00.030) 0:03:55.211 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:49:37 +0000 (0:00:00.023) 0:03:55.235 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:49:37 +0000 (0:00:00.029) 0:03:55.264 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:49:37 +0000 (0:00:00.027) 0:03:55.291 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:71 Saturday 22 June 2024 19:49:37 +0000 (0:00:00.032) 0:03:55.324 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:80 Saturday 22 June 2024 19:49:37 +0000 (0:00:00.037) 0:03:55.361 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:94 Saturday 22 June 2024 19:49:37 +0000 (0:00:00.049) 0:03:55.410 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:100 Saturday 22 June 2024 19:49:37 +0000 (0:00:00.078) 0:03:55.489 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:108 Saturday 22 June 2024 19:49:37 +0000 (0:00:00.031) 0:03:55.520 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:123 Saturday 22 June 2024 19:49:37 +0000 (0:00:00.041) 0:03:55.561 ********* 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.008836", "end": "2024-06-22 19:49:38.115270", "rc": 0, "start": "2024-06-22 19:49:38.106434" } 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:131 Saturday 22 June 2024 19:49:38 +0000 (0:00:00.275) 0:03:55.837 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:2 Saturday 22 June 2024 19:49:38 +0000 (0:00:00.057) 0:03:55.894 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085729.049046, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719085732.3769908, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 123449, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1719085732.3769908, "nlink": 8, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 2001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 Saturday 22 June 2024 19:49:38 +0000 (0:00:00.304) 0:03:56.199 ********* changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-06-22 19:48:54 UTC", "ActiveEnterTimestampMonotonic": "990662816", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount run-user-2001.mount network-online.target basic.target podman\\x2dkube.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-06-22 19:48:53 UTC", "AssertTimestampMonotonic": "989943547", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-06-22 19:48:53 UTC", "ConditionTimestampMonotonic": "989943546", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/user.slice/user-2001.slice/user@2001.service/podman\\x2dkube.slice/podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "man:podman-kube-play(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "27463", "ExecMainStartTimestamp": "Sat 2024-06-22 19:48:54 UTC", "ExecMainStartTimestampMonotonic": "990662787", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[Sat 2024-06-22 19:48:53 UTC] ; stop_time=[n/a] ; pid=27428 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/auth_test_user1/.config/containers/ansible-kubernetes.d/auth_test_1_kube.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-06-22 19:48:53 UTC", "InactiveExitTimestampMonotonic": "989944267", "InvocationID": "980489b0f26a407eaa5facd9920b2532", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "27463", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "podman-kube@-home-auth_test_user1-.config-containers-ansible\\x2dkubernetes.d-auth_test_1_kube.yml.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target podman\\x2dkube.slice", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-06-22 19:48:54 UTC", "StateChangeTimestampMonotonic": "990662816", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WatchdogTimestamp": "Sat 2024-06-22 19:48:54 UTC", "WatchdogTimestampMonotonic": "990662812", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : Check if kube file exists] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:28 Saturday 22 June 2024 19:49:39 +0000 (0:00:00.969) 0:03:57.168 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085731.9019988, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fb0097683a2e5c8909a8037d64ddc1b350aed0be", "ctime": 1719085731.5000055, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 35651908, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1719085731.2970088, "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": "2088067884", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:33 Saturday 22 June 2024 19:49:39 +0000 (0:00:00.213) 0:03:57.382 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:45 Saturday 22 June 2024 19:49:40 +0000 (0:00:00.339) 0:03:57.722 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:50 Saturday 22 June 2024 19:49:40 +0000 (0:00:00.254) 0:03:57.976 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.044996", "end": "2024-06-22 19:49:40.525715", "rc": 0, "start": "2024-06-22 19:49:40.480719" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:59 Saturday 22 June 2024 19:49:40 +0000 (0:00:00.327) 0:03:58.303 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 22 June 2024 19:49:40 +0000 (0:00:00.045) 0:03:58.349 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 22 June 2024 19:49:40 +0000 (0:00:00.041) 0:03:58.390 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 22 June 2024 19:49:40 +0000 (0:00:00.065) 0:03:58.456 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_kube_spec.yml:135 Saturday 22 June 2024 19:49:40 +0000 (0:00:00.040) 0:03:58.497 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:146 Saturday 22 June 2024 19:49:40 +0000 (0:00:00.026) 0:03:58.523 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 22 June 2024 19:49:40 +0000 (0:00:00.086) 0:03:58.610 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 22 June 2024 19:49:40 +0000 (0:00:00.028) 0:03:58.638 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 22 June 2024 19:49:40 +0000 (0:00:00.030) 0:03:58.668 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 22 June 2024 19:49:41 +0000 (0:00:00.025) 0:03:58.694 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 22 June 2024 19:49:41 +0000 (0:00:00.031) 0:03:58.726 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:49:41 +0000 (0:00:00.055) 0:03:58.781 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:49:41 +0000 (0:00:00.045) 0:03:58.826 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:49:41 +0000 (0:00:00.030) 0:03:58.857 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:49:41 +0000 (0:00:00.063) 0:03:58.920 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:49:41 +0000 (0:00:00.313) 0:03:59.233 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:49:41 +0000 (0:00:00.037) 0:03:59.271 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:49:41 +0000 (0:00:00.222) 0:03:59.493 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003665", "end": "2024-06-22 19:49:41.987279", "rc": 0, "start": "2024-06-22 19:49:41.983614" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:49:42 +0000 (0:00:00.209) 0:03:59.703 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003621", "end": "2024-06-22 19:49:42.194337", "rc": 0, "start": "2024-06-22 19:49:42.190716" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:49:42 +0000 (0:00:00.201) 0:03:59.904 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:49:42 +0000 (0:00:00.034) 0:03:59.938 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:49:42 +0000 (0:00:00.023) 0:03:59.962 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:49:42 +0000 (0:00:00.024) 0:03:59.986 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:49:42 +0000 (0:00:00.025) 0:04:00.012 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:49:42 +0000 (0:00:00.023) 0:04:00.036 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 22 June 2024 19:49:42 +0000 (0:00:00.023) 0:04:00.059 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 22 June 2024 19:49:42 +0000 (0:00:00.041) 0:04:00.101 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 22 June 2024 19:49:42 +0000 (0:00:00.022) 0:04:00.123 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 22 June 2024 19:49:42 +0000 (0:00:00.021) 0:04:00.145 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 22 June 2024 19:49:42 +0000 (0:00:00.041) 0:04:00.186 ********* ok: [sut] => { "censored": "the 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:220 Saturday 22 June 2024 19:49:42 +0000 (0:00:00.025) 0:04:00.212 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 22 June 2024 19:49:42 +0000 (0:00:00.097) 0:04:00.310 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085729.049046, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719085732.3769908, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 123449, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1719085732.3769908, "nlink": 8, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 2001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 22 June 2024 19:49:42 +0000 (0:00:00.212) 0:04:00.523 ********* changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "auth_test_1_quadlet.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "run-user-2001.mount -.mount basic.target -.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids", "Description": "auth_test_1_quadlet.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=auth_test_1_quadlet.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=auth_test_1_quadlet --cidfile=/run/user/2001/auth_test_1_quadlet.cid --replace --rm --cgroups=split --sdnotify=conmon -d localhost:5000/libpod/testimage:20210610 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/2001/auth_test_1_quadlet.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/2001/auth_test_1_quadlet.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/user/2001/systemd/generator/auth_test_1_quadlet.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "auth_test_1_quadlet.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "auth_test_1_quadlet.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target -.slice", "RequiresMountsFor": "/run/user/2001/containers /home/auth_test_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "-.slice", "SourcePath": "/home/auth_test_user1/.config/containers/systemd/auth_test_1_quadlet.container", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "auth_test_1_quadlet", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "default.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/auth_test_user1" } } TASK [linux-system-roles.podman : See if quadlet file exists] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 22 June 2024 19:49:43 +0000 (0:00:00.388) 0:04:00.912 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create tempdir] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:44 Saturday 22 June 2024 19:49:43 +0000 (0:00:00.026) 0:04:00.938 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fetch the network quadlet] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:52 Saturday 22 June 2024 19:49:43 +0000 (0:00:00.042) 0:04:00.980 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the network name] ************************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:58 Saturday 22 June 2024 19:49:43 +0000 (0:00:00.054) 0:04:01.035 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove tempdir] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 22 June 2024 19:49:43 +0000 (0:00:00.025) 0:04:01.060 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:70 Saturday 22 June 2024 19:49:43 +0000 (0:00:00.028) 0:04:01.088 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:76 Saturday 22 June 2024 19:49:43 +0000 (0:00:00.212) 0:04:01.300 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 22 June 2024 19:49:43 +0000 (0:00:00.052) 0:04:01.353 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 22 June 2024 19:49:43 +0000 (0:00:00.030) 0:04:01.384 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 22 June 2024 19:49:43 +0000 (0:00:00.028) 0:04:01.413 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:84 Saturday 22 June 2024 19:49:43 +0000 (0:00:00.029) 0:04:01.442 ********* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:93 Saturday 22 June 2024 19:49:44 +0000 (0:00:00.378) 0:04:01.820 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.041877", "end": "2024-06-22 19:49:44.377533", "rc": 0, "start": "2024-06-22 19:49:44.335656" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:101 Saturday 22 June 2024 19:49:44 +0000 (0:00:00.348) 0:04:02.169 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:224 Saturday 22 June 2024 19:49:44 +0000 (0:00:00.025) 0:04:02.195 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:153 Saturday 22 June 2024 19:49:44 +0000 (0:00:00.022) 0:04:02.218 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Saturday 22 June 2024 19:49:44 +0000 (0:00:00.064) 0:04:02.283 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Saturday 22 June 2024 19:49:44 +0000 (0:00:00.028) 0:04:02.312 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Saturday 22 June 2024 19:49:44 +0000 (0:00:00.046) 0:04:02.358 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085729.049046, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719085732.3769908, "dev": 61, "device_type": 0, "executable": true, "exists": true, "gid": 2001, "gr_name": "auth_test_user1", "inode": 123449, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1719085732.3769908, "nlink": 8, "path": "/run/user/2001", "pw_name": "auth_test_user1", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 2001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Gather facts for containers] ***************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Saturday 22 June 2024 19:49:44 +0000 (0:00:00.200) 0:04:02.559 ********* ok: [sut] => { "changed": false, "containers": [] } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Saturday 22 June 2024 19:49:45 +0000 (0:00:00.433) 0:04:02.992 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.056984", "end": "2024-06-22 19:49:45.568575", "rc": 0, "start": "2024-06-22 19:49:45.511591" } STDOUT: podman podman-default-kube-network TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Saturday 22 June 2024 19:49:45 +0000 (0:00:00.291) 0:04:03.284 ********* ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.047353", "end": "2024-06-22 19:49:45.845671", "rc": 0, "start": "2024-06-22 19:49:45.798318" } TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Saturday 22 June 2024 19:49:45 +0000 (0:00:00.298) 0:04:03.583 ********* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "auth_test_user1" ], "delta": "0:00:00.008194", "end": "2024-06-22 19:49:46.102205", "rc": 0, "start": "2024-06-22 19:49:46.094011" } TASK [linux-system-roles.podman : Handle credential files - absent] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:159 Saturday 22 June 2024 19:49:46 +0000 (0:00:00.235) 0:04:03.818 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:3 Saturday 22 June 2024 19:49:46 +0000 (0:00:00.138) 0:04:03.956 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:11 Saturday 22 June 2024 19:49:46 +0000 (0:00:00.029) 0:04:03.986 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:49:46 +0000 (0:00:00.063) 0:04:04.049 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:49:46 +0000 (0:00:00.032) 0:04:04.081 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:49:46 +0000 (0:00:00.059) 0:04:04.141 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:49:46 +0000 (0:00:00.049) 0:04:04.190 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:49:46 +0000 (0:00:00.220) 0:04:04.411 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:49:46 +0000 (0:00:00.070) 0:04:04.481 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:49:47 +0000 (0:00:00.254) 0:04:04.736 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003807", "end": "2024-06-22 19:49:47.246743", "rc": 0, "start": "2024-06-22 19:49:47.242936" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:49:47 +0000 (0:00:00.250) 0:04:04.987 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003697", "end": "2024-06-22 19:49:47.501126", "rc": 0, "start": "2024-06-22 19:49:47.497429" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:49:47 +0000 (0:00:00.250) 0:04:05.238 ********* ok: [sut] => { "ansible_facts": { "podman_subgid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "auth_test_user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [linux-system-roles.podman : Get subuid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:49:47 +0000 (0:00:00.053) 0:04:05.292 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:49:47 +0000 (0:00:00.057) 0:04:05.349 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:49:47 +0000 (0:00:00.060) 0:04:05.410 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:49:47 +0000 (0:00:00.051) 0:04:05.461 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:49:47 +0000 (0:00:00.159) 0:04:05.621 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set credential variables] ******************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:17 Saturday 22 June 2024 19:49:47 +0000 (0:00:00.031) 0:04:05.652 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:45 Saturday 22 June 2024 19:49:48 +0000 (0:00:00.056) 0:04:05.709 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:53 Saturday 22 June 2024 19:49:48 +0000 (0:00:00.042) 0:04:05.752 ********* skipping: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:63 Saturday 22 June 2024 19:49:48 +0000 (0:00:00.027) 0:04:05.779 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure credential file is absent] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:80 Saturday 22 June 2024 19:49:48 +0000 (0:00:00.044) 0:04:05.824 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:86 Saturday 22 June 2024 19:49:48 +0000 (0:00:00.204) 0:04:06.028 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Ensure the credentials directory is absent if empty] *** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_credential_files.yml:94 Saturday 22 June 2024 19:49:48 +0000 (0:00:00.207) 0:04:06.235 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:168 Saturday 22 June 2024 19:49:48 +0000 (0:00:00.028) 0:04:06.264 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:3 Saturday 22 June 2024 19:49:48 +0000 (0:00:00.108) 0:04:06.372 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:10 Saturday 22 June 2024 19:49:48 +0000 (0:00:00.029) 0:04:06.401 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:15 Saturday 22 June 2024 19:49:48 +0000 (0:00:00.033) 0:04:06.435 ********* ok: [sut] => { "ansible_facts": { "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:19 Saturday 22 June 2024 19:49:48 +0000 (0:00:00.029) 0:04:06.465 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 22 June 2024 19:49:48 +0000 (0:00:00.039) 0:04:06.504 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 22 June 2024 19:49:48 +0000 (0:00:00.112) 0:04:06.616 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 22 June 2024 19:49:48 +0000 (0:00:00.052) 0:04:06.669 ********* ok: [sut] => { "ansible_facts": { "__podman_group": "2001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:29 Saturday 22 June 2024 19:49:49 +0000 (0:00:00.040) 0:04:06.710 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:37 Saturday 22 June 2024 19:49:49 +0000 (0:00:00.207) 0:04:06.917 ********* ok: [sut] => { "ansible_facts": { "__podman_group_name": "auth_test_user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:42 Saturday 22 June 2024 19:49:49 +0000 (0:00:00.029) 0:04:06.946 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719085606.8260705, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1719085572.7766361, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884224, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "3263074414", "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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:53 Saturday 22 June 2024 19:49:49 +0000 (0:00:00.195) 0:04:07.142 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "auth_test_user1" ], "delta": "0:00:00.003785", "end": "2024-06-22 19:49:49.631327", "rc": 0, "start": "2024-06-22 19:49:49.627542" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:58 Saturday 22 June 2024 19:49:49 +0000 (0:00:00.198) 0:04:07.341 ********* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "auth_test_user1" ], "delta": "0:00:00.003425", "end": "2024-06-22 19:49:49.828805", "rc": 0, "start": "2024-06-22 19:49:49.825380" } STDOUT: 0: auth_test_user1 100000 65536 TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:63 Saturday 22 June 2024 19:49:49 +0000 (0:00:00.212) 0:04:07.553 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:83 Saturday 22 June 2024 19:49:49 +0000 (0:00:00.066) 0:04:07.619 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get subgid file] ***************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:88 Saturday 22 June 2024 19:49:50 +0000 (0:00:00.062) 0:04:07.682 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set user subuid and subgid info] ************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:93 Saturday 22 June 2024 19:49:50 +0000 (0:00:00.036) 0:04:07.719 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:115 Saturday 22 June 2024 19:49:50 +0000 (0:00:00.028) 0:04:07.747 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:122 Saturday 22 June 2024 19:49:50 +0000 (0:00:00.030) 0:04:07.777 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:24 Saturday 22 June 2024 19:49:50 +0000 (0:00:00.059) 0:04:07.837 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:29 Saturday 22 June 2024 19:49:50 +0000 (0:00:00.056) 0:04:07.893 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:36 Saturday 22 June 2024 19:49:50 +0000 (0:00:00.031) 0:04:07.925 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:70 Saturday 22 June 2024 19:49:50 +0000 (0:00:00.110) 0:04:08.035 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure certs.d files] ************************ task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:78 Saturday 22 June 2024 19:49:50 +0000 (0:00:00.024) 0:04:08.059 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:95 Saturday 22 June 2024 19:49:50 +0000 (0:00:00.039) 0:04:08.099 ********* 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:102 Saturday 22 June 2024 19:49:51 +0000 (0:00:00.604) 0:04:08.704 ********* ok: [sut] => { "censored": "the output 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-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/handle_certs_d.yml:110 Saturday 22 June 2024 19:49:51 +0000 (0:00:00.203) 0:04:08.907 ********* 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-ci1l1p0gsk/tests/tests_auth_and_security.yml:255 Saturday 22 June 2024 19:49:51 +0000 (0:00:00.246) 0:04:09.153 ********* changed: [sut] => { "changed": true, "force": false, "name": "auth_test_user1", "remove": false, "state": "absent" } TASK [Remove homedir] ********************************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tests_auth_and_security.yml:260 Saturday 22 June 2024 19:49:51 +0000 (0:00:00.353) 0:04:09.507 ********* changed: [sut] => { "changed": true, "path": "/home/auth_test_user1", "state": "absent" } TASK [Remove local tmpdir] ***************************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tests_auth_and_security.yml:278 Saturday 22 June 2024 19:49:52 +0000 (0:00:00.235) 0:04:09.743 ********* changed: [sut -> localhost] => { "changed": true, "path": "/tmp/lsr_d1yupqd2_podman", "state": "absent" } TASK [Clean up registry] ******************************************************* task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tests_auth_and_security.yml:286 Saturday 22 June 2024 19:49:52 +0000 (0:00:00.138) 0:04:09.881 ********* included: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tasks/cleanup_registry.yml for sut TASK [Destroy registry container] ********************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tasks/cleanup_registry.yml:3 Saturday 22 June 2024 19:49:52 +0000 (0:00:00.048) 0:04:09.930 ********* changed: [sut] => { "changed": true, "cmd": [ "podman", "rm", "-f", "podman_registry" ], "delta": "0:00:00.260187", "end": "2024-06-22 19:49:52.673836", "rc": 0, "start": "2024-06-22 19:49:52.413649" } STDOUT: podman_registry TASK [Cleanup paths] *********************************************************** task path: /WORKDIR/git-weekly-ci1l1p0gsk/tests/tasks/cleanup_registry.yml:7 Saturday 22 June 2024 19:49:52 +0000 (0:00:00.460) 0:04:10.390 ********* changed: [sut] => (item=/tmp/lsr_vfpli6ic_podman) => { "ansible_loop_var": "item", "changed": true, "item": "/tmp/lsr_vfpli6ic_podman", "path": "/tmp/lsr_vfpli6ic_podman", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=787 changed=71 unreachable=0 failed=0 skipped=892 rescued=2 ignored=0 Saturday 22 June 2024 19:49:52 +0000 (0:00:00.253) 0:04:10.644 ********* =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 60.46s /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Ensure test packages ---------------------------------------------------- 4.89s /WORKDIR/git-weekly-ci1l1p0gsk/tests/tasks/setup_registry.yml:54 -------------- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.25s /WORKDIR/git-weekly-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 linux-system-roles.podman : Gather the package facts -------------------- 3.96s /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Start registry ---------------------------------------------------------- 3.91s /WORKDIR/git-weekly-ci1l1p0gsk/tests/tasks/setup_registry.yml:92 -------------- fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.27s /WORKDIR/git-weekly-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 linux-system-roles.podman : Gather the package facts -------------------- 1.91s /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.86s /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.80s /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.52s /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Push test images into local registry ------------------------------------ 1.47s /WORKDIR/git-weekly-ci1l1p0gsk/tests/tasks/setup_registry.yml:118 ------------- linux-system-roles.podman : Gather the package facts -------------------- 1.46s /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Start service ------------------------------- 1.45s /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:133 linux-system-roles.podman : Gather the package facts -------------------- 1.32s /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.31s /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.31s /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Stop and disable service -------------------- 1.24s /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.certificate : Ensure certificate requests ----- 1.21s /WORKDIR/git-weekly-ci1l1p0gsk/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 linux-system-roles.podman : Ensure container images are present --------- 1.21s /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:39 linux-system-roles.podman : Update containers/pods ---------------------- 1.20s /WORKDIR/git-weekly-ci1l1p0gsk/tests/roles/linux-system-roles.podman/tasks/create_update_kube_spec.yml:99 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) ---^---^---^---^---^---