# 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_quadlet_basic.yml ********************************************** 2 plays in /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:4 Saturday 02 March 2024 16:55:21 +0000 (0:00:00.013) 0:00:00.013 ******** ok: [sut] => { "ansible_facts": { "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-cic4tf3hw9/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Ensure that the role can manage quadlet specs] *************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:9 Saturday 02 March 2024 16:55:21 +0000 (0:00:00.016) 0:00:00.030 ******** ok: [sut] META: ran handlers TASK [Run role - do not pull images] ******************************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:58 Saturday 02 March 2024 16:55:22 +0000 (0:00:00.888) 0:00:00.918 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 02 March 2024 16:55:22 +0000 (0:00:00.056) 0:00:00.975 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 02 March 2024 16:55:22 +0000 (0:00:00.017) 0:00:00.992 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 02 March 2024 16:55:22 +0000 (0:00:00.019) 0:00:01.012 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 02 March 2024 16:55:22 +0000 (0:00:00.287) 0:00:01.300 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 02 March 2024 16:55:22 +0000 (0:00:00.020) 0:00:01.320 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 02 March 2024 16:55:22 +0000 (0:00:00.032) 0:00:01.352 ******** ok: [sut] => { "censored": "the 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 02 March 2024 16:55:23 +0000 (0:00:01.142) 0:00:02.495 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 02 March 2024 16:55:23 +0000 (0:00:00.026) 0:00:02.522 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: fuse-common-3.10.2-8.el9.x86_64", "Installed: conmon-2:2.1.10-1.el9.x86_64", "Installed: libslirp-4.4.0-7.el9.x86_64", "Installed: container-selinux-3:2.229.0-1.el9.noarch", "Installed: fuse-overlayfs-1.13-1.el9.x86_64", "Installed: fuse3-3.10.2-8.el9.x86_64", "Installed: containers-common-2:1-61.el9.x86_64", "Installed: fuse3-libs-3.10.2-8.el9.x86_64", "Installed: netavark-2:1.10.3-1.el9.x86_64", "Installed: slirp4netns-1.2.3-1.el9.x86_64", "Installed: libnet-1.2-6.el9.x86_64", "Installed: shadow-utils-subid-2:4.9-8.el9.x86_64", "Installed: yajl-2.1.0-22.el9.x86_64", "Installed: protobuf-c-1.3.3-13.el9.x86_64", "Installed: aardvark-dns-2:1.9.0-1.el9.x86_64", "Installed: podman-2:4.9.2-1.el9.x86_64", "Installed: criu-3.19-1.el9.x86_64", "Installed: criu-libs-3.19-1.el9.x86_64", "Installed: crun-1.14.3-1.el9.x86_64" ] } lsrpackages: podman shadow-utils-subid TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 02 March 2024 16:56:14 +0000 (0:00:51.060) 0:00:53.582 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.038058", "end": "2024-03-02 16:56:15.037105", "rc": 0, "start": "2024-03-02 16:56:14.999047" } STDOUT: podman version 4.9.3-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 02 March 2024 16:56:15 +0000 (0:00:00.309) 0:00:53.892 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 02 March 2024 16:56:15 +0000 (0:00:00.027) 0:00:53.919 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 02 March 2024 16:56:15 +0000 (0:00:00.026) 0:00:53.945 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 02 March 2024 16:56:15 +0000 (0:00:00.062) 0:00:54.008 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:56:15 +0000 (0:00:00.035) 0:00:54.044 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:56:15 +0000 (0:00:00.265) 0:00:54.309 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:56:15 +0000 (0:00:00.023) 0:00:54.332 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:56:15 +0000 (0:00:00.022) 0:00:54.355 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:56:15 +0000 (0:00:00.214) 0:00:54.569 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:56:15 +0000 (0:00:00.023) 0:00:54.593 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1689166618.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:56:15 +0000 (0:00:00.217) 0:00:54.811 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.018) 0:00:54.829 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.017) 0:00:54.847 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.018) 0:00:54.865 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.017) 0:00:54.882 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.016) 0:00:54.899 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.017) 0:00:54.916 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.037) 0:00:54.954 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.056) 0:00:55.011 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.018) 0:00:55.030 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.018) 0:00:55.049 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.034) 0:00:55.083 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.017) 0:00:55.101 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.018) 0:00:55.119 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.035) 0:00:55.154 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.017) 0:00:55.171 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.017) 0:00:55.189 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.036) 0:00:55.225 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.018) 0:00:55.244 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.016) 0:00:55.260 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.017) 0:00:55.278 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.016) 0:00:55.295 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.017) 0:00:55.313 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.018) 0:00:55.331 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.017) 0:00:55.349 ******** skipping: [sut] => { "censored": "the 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.016) 0:00:55.366 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.039) 0:00:55.405 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.045) 0:00:55.451 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "nopull", "Image": "quay.io/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.023) 0:00:55.474 ******** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": false, "__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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.022) 0:00:55.496 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.016) 0:00:55.513 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "nopull", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.026) 0:00:55.539 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.031) 0:00:55.571 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.022) 0:00:55.593 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.022) 0:00:55.615 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:56:16 +0000 (0:00:00.024) 0:00:55.640 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.213) 0:00:55.853 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.023) 0:00:55.876 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.214) 0:00:56.091 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.018) 0:00:56.110 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.017) 0:00:56.127 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.018) 0:00:56.146 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.018) 0:00:56.164 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.042) 0:00:56.207 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.018) 0:00:56.225 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "nopull.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.032) 0:00:56.258 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.018) 0:00:56.277 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.020) 0:00:56.297 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/nopull.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.042) 0:00:56.340 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.018) 0:00:56.358 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.039) 0:00:56.398 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.031) 0:00:56.429 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.017) 0:00:56.447 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.017) 0:00:56.465 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.019) 0:00:56.484 ******** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.017) 0:00:56.501 ******** skipping: [sut] => (item=quay.io/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "item": "quay.io/libpod/testimage:20210610", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Saturday 02 March 2024 16:56:17 +0000 (0:00:00.023) 0:00:56.525 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Saturday 02 March 2024 16:56:18 +0000 (0:00:00.323) 0:00:56.848 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Saturday 02 March 2024 16:56:18 +0000 (0:00:00.026) 0:00:56.875 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Saturday 02 March 2024 16:56:18 +0000 (0:00:00.019) 0:00:56.894 ******** changed: [sut] => { "changed": true, "checksum": "670d64fc68a9768edb20cad26df2acc703542d85", "dest": "/etc/containers/systemd/nopull.container", "gid": 0, "group": "root", "md5sum": "cedb6667f6cd1b033fe06e2810fe6b19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1709398578.1094804-8456-9390213097536/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Saturday 02 March 2024 16:56:18 +0000 (0:00:00.656) 0:00:57.551 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Saturday 02 March 2024 16:56:18 +0000 (0:00:00.021) 0:00:57.573 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Saturday 02 March 2024 16:56:18 +0000 (0:00:00.020) 0:00:57.594 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 02 March 2024 16:56:18 +0000 (0:00:00.022) 0:00:57.616 ******** TASK [Verify image not pulled] ************************************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:74 Saturday 02 March 2024 16:56:18 +0000 (0:00:00.017) 0:00:57.633 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run role - try to pull bogus image] ************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:78 Saturday 02 March 2024 16:56:18 +0000 (0:00:00.020) 0:00:57.654 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 02 March 2024 16:56:18 +0000 (0:00:00.039) 0:00:57.693 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 02 March 2024 16:56:18 +0000 (0:00:00.033) 0:00:57.726 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 02 March 2024 16:56:18 +0000 (0:00:00.037) 0:00:57.763 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 02 March 2024 16:56:18 +0000 (0:00:00.020) 0:00:57.783 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 02 March 2024 16:56:18 +0000 (0:00:00.020) 0:00:57.804 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 02 March 2024 16:56:19 +0000 (0:00:00.044) 0:00:57.848 ******** ok: [sut] => { "censored": "the 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 02 March 2024 16:56:20 +0000 (0:00:01.065) 0:00:58.914 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 02 March 2024 16:56:20 +0000 (0:00:00.021) 0:00:58.935 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 02 March 2024 16:56:20 +0000 (0:00:00.024) 0:00:58.959 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033884", "end": "2024-03-02 16:56:20.347475", "rc": 0, "start": "2024-03-02 16:56:20.313591" } STDOUT: podman version 4.9.3-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 02 March 2024 16:56:20 +0000 (0:00:00.241) 0:00:59.201 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 02 March 2024 16:56:20 +0000 (0:00:00.021) 0:00:59.222 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 02 March 2024 16:56:20 +0000 (0:00:00.020) 0:00:59.243 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 02 March 2024 16:56:20 +0000 (0:00:00.036) 0:00:59.279 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:56:20 +0000 (0:00:00.036) 0:00:59.315 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:56:20 +0000 (0:00:00.024) 0:00:59.340 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:56:20 +0000 (0:00:00.022) 0:00:59.363 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:56:20 +0000 (0:00:00.023) 0:00:59.386 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:56:20 +0000 (0:00:00.216) 0:00:59.603 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:56:20 +0000 (0:00:00.046) 0:00:59.649 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.218) 0:00:59.868 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.018) 0:00:59.886 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.019) 0:00:59.906 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.017) 0:00:59.924 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.018) 0:00:59.942 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.018) 0:00:59.960 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.018) 0:00:59.978 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.023) 0:01:00.002 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.036) 0:01:00.038 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.017) 0:01:00.056 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.019) 0:01:00.075 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.036) 0:01:00.112 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.020) 0:01:00.132 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.019) 0:01:00.152 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.036) 0:01:00.188 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.018) 0:01:00.207 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.045) 0:01:00.252 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.037) 0:01:00.290 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.019) 0:01:00.309 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.018) 0:01:00.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.035) 0:01:00.363 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.019) 0:01:00.383 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.020) 0:01:00.404 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.023) 0:01:00.427 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.019) 0:01:00.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 : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.017) 0:01:00.464 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.017) 0:01:00.482 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.044) 0:01:00.527 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "bogus", "Image": "this_is_a_bogus_image" }, "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.023) 0:01:00.551 ******** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": true, "__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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.023) 0:01:00.574 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.019) 0:01:00.593 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "bogus", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.026) 0:01:00.619 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.034) 0:01:00.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.070) 0:01:00.724 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.023) 0:01:00.747 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:56:21 +0000 (0:00:00.024) 0:01:00.771 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.217) 0:01:00.989 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.025) 0:01:01.014 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.216) 0:01:01.231 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.018) 0:01:01.250 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.019) 0:01:01.269 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.018) 0:01:01.288 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.019) 0:01:01.307 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.018) 0:01:01.326 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.018) 0:01:01.344 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_images_found": [ "this_is_a_bogus_image" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "bogus.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.032) 0:01:01.377 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.019) 0:01:01.396 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.018) 0:01:01.415 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [ "this_is_a_bogus_image" ], "__podman_quadlet_file": "/etc/containers/systemd/bogus.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.044) 0:01:01.460 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.019) 0:01:01.480 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.068) 0:01:01.548 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.033) 0:01:01.581 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.018) 0:01:01.600 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.018) 0:01:01.619 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.017) 0:01:01.637 ******** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Saturday 02 March 2024 16:56:22 +0000 (0:00:00.018) 0:01:01.655 ******** ok: [sut] => (item=this_is_a_bogus_image) => { "ansible_loop_var": "item", "attempts": 1, "changed": false, "failed_when_result": false, "item": "this_is_a_bogus_image" } MSG: Failed to pull image this_is_a_bogus_image:latest TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Saturday 02 March 2024 16:56:23 +0000 (0:00:00.701) 0:01:02.356 ******** 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": 30, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Saturday 02 March 2024 16:56:23 +0000 (0:00:00.223) 0:01:02.580 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Saturday 02 March 2024 16:56:23 +0000 (0:00:00.019) 0:01:02.599 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Saturday 02 March 2024 16:56:23 +0000 (0:00:00.018) 0:01:02.618 ******** changed: [sut] => { "changed": true, "checksum": "1d087e679d135214e8ac9ccaf33b2222916efb7f", "dest": "/etc/containers/systemd/bogus.container", "gid": 0, "group": "root", "md5sum": "97480a9a73734d9f8007d2c06e7fed1f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 138, "src": "/root/.ansible/tmp/ansible-tmp-1709398583.831879-8642-199814865624811/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Saturday 02 March 2024 16:56:24 +0000 (0:00:00.571) 0:01:03.190 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Saturday 02 March 2024 16:56:24 +0000 (0:00:00.021) 0:01:03.212 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Saturday 02 March 2024 16:56:24 +0000 (0:00:00.022) 0:01:03.234 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 02 March 2024 16:56:24 +0000 (0:00:00.052) 0:01:03.286 ******** TASK [Verify image not pulled and no error] ************************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:94 Saturday 02 March 2024 16:56:24 +0000 (0:00:00.017) 0:01:03.304 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:101 Saturday 02 March 2024 16:56:24 +0000 (0:00:00.021) 0:01:03.326 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 02 March 2024 16:56:24 +0000 (0:00:00.055) 0:01:03.381 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 02 March 2024 16:56:24 +0000 (0:00:00.032) 0:01:03.413 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 02 March 2024 16:56:24 +0000 (0:00:00.022) 0:01:03.436 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 02 March 2024 16:56:24 +0000 (0:00:00.018) 0:01:03.454 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 02 March 2024 16:56:24 +0000 (0:00:00.018) 0:01:03.473 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 02 March 2024 16:56:24 +0000 (0:00:00.043) 0:01:03.516 ******** ok: [sut] => { "censored": "the 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 02 March 2024 16:56:25 +0000 (0:00:01.067) 0:01:04.584 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 02 March 2024 16:56:25 +0000 (0:00:00.019) 0:01:04.603 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 02 March 2024 16:56:25 +0000 (0:00:00.023) 0:01:04.627 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032450", "end": "2024-03-02 16:56:26.011951", "rc": 0, "start": "2024-03-02 16:56:25.979501" } STDOUT: podman version 4.9.3-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.238) 0:01:04.865 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.020) 0:01:04.886 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.019) 0:01:04.905 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.034) 0:01:04.940 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.036) 0:01:04.976 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.023) 0:01:05.000 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.023) 0:01:05.023 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.024) 0:01:05.048 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.212) 0:01:05.260 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.023) 0:01:05.284 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.217) 0:01:05.501 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.018) 0:01:05.520 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.047) 0:01:05.567 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.019) 0:01:05.586 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.018) 0:01:05.605 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.019) 0:01:05.624 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.019) 0:01:05.643 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.024) 0:01:05.668 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.035) 0:01:05.703 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.018) 0:01:05.722 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.019) 0:01:05.742 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.035) 0:01:05.777 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.018) 0:01:05.796 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 02 March 2024 16:56:26 +0000 (0:00:00.019) 0:01:05.816 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.036) 0:01:05.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.018) 0:01:05.870 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.018) 0:01:05.889 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.037) 0:01:05.927 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.046) 0:01:05.974 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.019) 0:01:05.994 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.018) 0:01:06.012 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.017) 0:01:06.030 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.018) 0:01:06.049 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.017) 0:01:06.066 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.018) 0:01:06.085 ******** skipping: [sut] => { "censored": "the 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.017) 0:01:06.102 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.017) 0:01:06.120 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.045) 0:01:06.165 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.023) 0:01:06.188 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.023) 0:01:06.212 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.022) 0:01:06.235 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "nopull", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.026) 0:01:06.261 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.032) 0:01:06.294 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.023) 0:01:06.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.022) 0:01:06.341 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.024) 0:01:06.365 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.220) 0:01:06.585 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:56:27 +0000 (0:00:00.024) 0:01:06.609 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:56:28 +0000 (0:00:00.215) 0:01:06.824 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:56:28 +0000 (0:00:00.018) 0:01:06.843 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:56:28 +0000 (0:00:00.019) 0:01:06.863 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:56:28 +0000 (0:00:00.018) 0:01:06.881 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:56:28 +0000 (0:00:00.019) 0:01:06.901 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:56:28 +0000 (0:00:00.018) 0:01:06.920 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:56:28 +0000 (0:00:00.019) 0:01:06.939 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "nopull.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:56:28 +0000 (0:00:00.032) 0:01:06.972 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:56:28 +0000 (0:00:00.019) 0:01:06.991 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:56:28 +0000 (0:00:00.018) 0:01:07.010 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/nopull.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:56:28 +0000 (0:00:00.045) 0:01:07.055 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 02 March 2024 16:56:28 +0000 (0:00:00.039) 0:01:07.095 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 02 March 2024 16:56:28 +0000 (0:00:00.019) 0:01:07.114 ******** ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service nopull.service: host TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 02 March 2024 16:56:28 +0000 (0:00:00.518) 0:01:07.633 ******** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/nopull.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 02 March 2024 16:56:29 +0000 (0:00:00.218) 0:01:07.852 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:56:29 +0000 (0:00:00.031) 0:01:07.884 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:56:29 +0000 (0:00:00.018) 0:01:07.903 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:56:29 +0000 (0:00:00.018) 0:01:07.922 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 02 March 2024 16:56:29 +0000 (0:00:00.017) 0:01:07.940 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 02 March 2024 16:56:29 +0000 (0:00:00.558) 0:01:08.498 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.044538", "end": "2024-03-02 16:56:29.916684", "rc": 0, "start": "2024-03-02 16:56:29.872146" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 02 March 2024 16:56:29 +0000 (0:00:00.272) 0:01:08.771 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:56:29 +0000 (0:00:00.021) 0:01:08.792 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 02 March 2024 16:56:29 +0000 (0:00:00.018) 0:01:08.811 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 02 March 2024 16:56:30 +0000 (0:00:00.018) 0:01:08.829 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 02 March 2024 16:56:30 +0000 (0:00:00.032) 0:01:08.862 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 02 March 2024 16:56:30 +0000 (0:00:00.023) 0:01:08.886 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 02 March 2024 16:56:30 +0000 (0:00:00.018) 0:01:08.904 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 02 March 2024 16:56:30 +0000 (0:00:00.018) 0:01:08.922 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 02 March 2024 16:56:30 +0000 (0:00:00.076) 0:01:08.999 ******** ok: [sut] => { "censored": "the 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 02 March 2024 16:56:31 +0000 (0:00:01.027) 0:01:10.027 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 02 March 2024 16:56:31 +0000 (0:00:00.019) 0:01:10.046 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 02 March 2024 16:56:31 +0000 (0:00:00.023) 0:01:10.070 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034282", "end": "2024-03-02 16:56:31.458590", "rc": 0, "start": "2024-03-02 16:56:31.424308" } STDOUT: podman version 4.9.3-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 02 March 2024 16:56:31 +0000 (0:00:00.241) 0:01:10.311 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 02 March 2024 16:56:31 +0000 (0:00:00.020) 0:01:10.332 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 02 March 2024 16:56:31 +0000 (0:00:00.018) 0:01:10.351 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 02 March 2024 16:56:31 +0000 (0:00:00.034) 0:01:10.385 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:56:31 +0000 (0:00:00.035) 0:01:10.420 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:56:31 +0000 (0:00:00.070) 0:01:10.491 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:56:31 +0000 (0:00:00.024) 0:01:10.516 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:56:31 +0000 (0:00:00.024) 0:01:10.540 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:56:31 +0000 (0:00:00.215) 0:01:10.756 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:56:31 +0000 (0:00:00.025) 0:01:10.782 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.214) 0:01:10.996 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.019) 0:01:11.015 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.019) 0:01:11.035 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.017) 0:01:11.053 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.022) 0:01:11.076 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.022) 0:01:11.098 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.021) 0:01:11.119 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.025) 0:01:11.145 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.037) 0:01:11.183 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.019) 0:01:11.202 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.019) 0:01:11.221 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.060) 0:01:11.281 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.019) 0:01:11.300 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.019) 0:01:11.320 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.036) 0:01:11.356 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.018) 0:01:11.374 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.018) 0:01:11.393 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.037) 0:01:11.430 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.019) 0:01:11.449 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.018) 0:01:11.468 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.018) 0:01:11.487 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.018) 0:01:11.505 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.018) 0:01:11.523 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.017) 0:01:11.541 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.018) 0:01:11.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.017) 0:01:11.577 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.018) 0:01:11.595 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.044) 0:01:11.640 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.023) 0:01:11.663 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.052) 0:01:11.716 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.023) 0:01:11.739 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "bogus", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.026) 0:01:11.766 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.033) 0:01:11.799 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:56:32 +0000 (0:00:00.023) 0:01:11.823 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:56:33 +0000 (0:00:00.023) 0:01:11.846 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:56:33 +0000 (0:00:00.024) 0:01:11.870 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:56:33 +0000 (0:00:00.210) 0:01:12.081 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:56:33 +0000 (0:00:00.032) 0:01:12.113 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:56:33 +0000 (0:00:00.218) 0:01:12.332 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:56:33 +0000 (0:00:00.018) 0:01:12.351 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:56:33 +0000 (0:00:00.019) 0:01:12.370 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:56:33 +0000 (0:00:00.018) 0:01:12.389 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:56:33 +0000 (0:00:00.018) 0:01:12.407 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:56:33 +0000 (0:00:00.018) 0:01:12.426 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:56:33 +0000 (0:00:00.019) 0:01:12.445 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "bogus.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:56:33 +0000 (0:00:00.032) 0:01:12.477 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:56:33 +0000 (0:00:00.048) 0:01:12.525 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:56:33 +0000 (0:00:00.019) 0:01:12.545 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/bogus.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:56:33 +0000 (0:00:00.045) 0:01:12.590 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 02 March 2024 16:56:33 +0000 (0:00:00.038) 0:01:12.629 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 02 March 2024 16:56:33 +0000 (0:00:00.018) 0:01:12.647 ******** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "bogus.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target system.slice systemd-journald.socket -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "bogus.service", "DevicePolicy": "auto", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=bogus.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=bogus --cidfile=/run/bogus.cid --replace --rm --cgroups=split --sdnotify=conmon -d this_is_a_bogus_image ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=bogus --cidfile=/run/bogus.cid --replace --rm --cgroups=split --sdnotify=conmon -d this_is_a_bogus_image ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/bogus.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "bogus.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13974", "LimitNPROCSoft": "13974", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13974", "LimitSIGPENDINGSoft": "13974", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "bogus.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/bogus.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "bogus", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22358", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 02 March 2024 16:56:34 +0000 (0:00:00.567) 0:01:13.215 ******** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/bogus.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 02 March 2024 16:56:34 +0000 (0:00:00.214) 0:01:13.429 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:56:34 +0000 (0:00:00.031) 0:01:13.460 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:56:34 +0000 (0:00:00.019) 0:01:13.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:56:34 +0000 (0:00:00.018) 0:01:13.498 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 02 March 2024 16:56:34 +0000 (0:00:00.019) 0:01:13.518 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 02 March 2024 16:56:35 +0000 (0:00:00.669) 0:01:14.187 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.041207", "end": "2024-03-02 16:56:35.586508", "rc": 0, "start": "2024-03-02 16:56:35.545301" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 02 March 2024 16:56:35 +0000 (0:00:00.253) 0:01:14.441 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:56:35 +0000 (0:00:00.021) 0:01:14.462 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 02 March 2024 16:56:35 +0000 (0:00:00.019) 0:01:14.482 ******** TASK [Create user for testing] ************************************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:113 Saturday 02 March 2024 16:56:35 +0000 (0:00:00.017) 0:01:14.500 ******** changed: [sut] => { "changed": true, "comment": "", "create_home": true, "group": 1111, "home": "/home/user_quadlet_basic", "name": "user_quadlet_basic", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1111 } TASK [Get local machine ID] **************************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:126 Saturday 02 March 2024 16:56:36 +0000 (0:00:00.514) 0:01:15.014 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [Enable cgroup controllers] *********************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:139 Saturday 02 March 2024 16:56:36 +0000 (0:00:00.047) 0:01:15.061 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Configure cgroups in kernel] ********************************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:171 Saturday 02 March 2024 16:56:36 +0000 (0:00:00.027) 0:01:15.089 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reboot] ****************************************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:177 Saturday 02 March 2024 16:56:36 +0000 (0:00:00.028) 0:01:15.118 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role - user] ***************************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:180 Saturday 02 March 2024 16:56:36 +0000 (0:00:00.026) 0:01:15.144 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 02 March 2024 16:56:36 +0000 (0:00:00.040) 0:01:15.184 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 02 March 2024 16:56:36 +0000 (0:00:00.033) 0:01:15.218 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 02 March 2024 16:56:36 +0000 (0:00:00.024) 0:01:15.243 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 02 March 2024 16:56:36 +0000 (0:00:00.051) 0:01:15.295 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 02 March 2024 16:56:36 +0000 (0:00:00.019) 0:01:15.314 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 02 March 2024 16:56:36 +0000 (0:00:00.046) 0:01:15.360 ******** ok: [sut] => { "censored": "the 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 02 March 2024 16:56:37 +0000 (0:00:01.037) 0:01:16.398 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 02 March 2024 16:56:37 +0000 (0:00:00.020) 0:01:16.418 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 02 March 2024 16:56:37 +0000 (0:00:00.024) 0:01:16.443 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032870", "end": "2024-03-02 16:56:37.831931", "rc": 0, "start": "2024-03-02 16:56:37.799061" } STDOUT: podman version 4.9.3-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 02 March 2024 16:56:37 +0000 (0:00:00.243) 0:01:16.686 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 02 March 2024 16:56:37 +0000 (0:00:00.020) 0:01:16.706 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 02 March 2024 16:56:37 +0000 (0:00:00.020) 0:01:16.726 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 02 March 2024 16:56:37 +0000 (0:00:00.062) 0:01:16.788 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:56:38 +0000 (0:00:00.058) 0:01:16.847 ******** ok: [sut] => { "ansible_facts": { "getent_passwd": { "user_quadlet_basic": [ "x", "1111", "1111", "", "/home/user_quadlet_basic", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:56:38 +0000 (0:00:00.215) 0:01:17.062 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:56:38 +0000 (0:00:00.023) 0:01:17.085 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:56:38 +0000 (0:00:00.024) 0:01:17.110 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:56:38 +0000 (0:00:00.214) 0:01:17.324 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:56:38 +0000 (0:00:00.024) 0:01:17.349 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:56:38 +0000 (0:00:00.215) 0:01:17.564 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004427", "end": "2024-03-02 16:56:38.927206", "rc": 0, "start": "2024-03-02 16:56:38.922779" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:56:38 +0000 (0:00:00.215) 0:01:17.780 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004312", "end": "2024-03-02 16:56:39.140285", "rc": 0, "start": "2024-03-02 16:56:39.135973" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.213) 0:01:17.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.019) 0:01:18.012 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.018) 0:01:18.031 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.019) 0:01:18.051 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.018) 0:01:18.069 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.025) 0:01:18.094 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.061) 0:01:18.156 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.019) 0:01:18.176 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.019) 0:01:18.195 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.034) 0:01:18.230 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.018) 0:01:18.249 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.019) 0:01:18.268 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.035) 0:01:18.304 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.019) 0:01:18.323 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.018) 0:01:18.342 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.036) 0:01:18.378 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.019) 0:01:18.397 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.018) 0:01:18.416 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.018) 0:01:18.434 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.018) 0:01:18.453 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.019) 0:01:18.472 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.017) 0:01:18.489 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.017) 0:01:18.507 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.083) 0:01:18.591 ******** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.021) 0:01:18.612 ******** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.024) 0:01:18.637 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:56:39 +0000 (0:00:00.030) 0:01:18.667 ******** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": "0:00:00.019501", "end": "2024-03-02 16:56:40.046727", "rc": 0, "start": "2024-03-02 16:56:40.027226" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:56:40 +0000 (0:00:00.239) 0:01:18.907 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:56:40 +0000 (0:00:00.024) 0:01:18.931 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 02 March 2024 16:56:40 +0000 (0:00:00.022) 0:01:18.953 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398600.0783408, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1709398600.1663418, "dev": 42, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1709398600.1663418, "nlink": 3, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 80, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 02 March 2024 16:56:40 +0000 (0:00:00.237) 0:01:19.190 ******** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 02 March 2024 16:56:41 +0000 (0:00:01.011) 0:01:20.202 ******** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 02 March 2024 16:56:41 +0000 (0:00:00.020) 0:01:20.222 ******** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 02 March 2024 16:56:41 +0000 (0:00:00.026) 0:01:20.249 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:56:41 +0000 (0:00:00.062) 0:01:20.312 ******** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:56:41 +0000 (0:00:00.210) 0:01:20.523 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:56:41 +0000 (0:00:00.024) 0:01:20.547 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 02 March 2024 16:56:41 +0000 (0:00:00.021) 0:01:20.569 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398600.0783408, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1709398600.8863487, "dev": 42, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1709398600.8863487, "nlink": 5, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 120, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 02 March 2024 16:56:41 +0000 (0:00:00.226) 0:01:20.795 ******** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Saturday 02 March 2024 16:56:42 +0000 (0:00:00.433) 0:01:21.228 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Saturday 02 March 2024 16:56:42 +0000 (0:00:00.017) 0:01:21.246 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:56:42 +0000 (0:00:00.059) 0:01:21.305 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Network": { "Gateway": "192.168.29.1", "Label": "app=wordpress", "Subnet": "192.168.29.0/24" } }, "__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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:56:42 +0000 (0:00:00.026) 0:01:21.331 ******** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:56:42 +0000 (0:00:00.025) 0:01:21.357 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:56:42 +0000 (0:00:00.019) 0:01:21.376 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:56:42 +0000 (0:00:00.026) 0:01:21.403 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:56:42 +0000 (0:00:00.032) 0:01:21.436 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:56:42 +0000 (0:00:00.072) 0:01:21.509 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:56:42 +0000 (0:00:00.024) 0:01:21.533 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:56:42 +0000 (0:00:00.025) 0:01:21.558 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:56:42 +0000 (0:00:00.215) 0:01:21.773 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:56:42 +0000 (0:00:00.026) 0:01:21.800 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:56:43 +0000 (0:00:00.215) 0:01:22.015 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004195", "end": "2024-03-02 16:56:43.378579", "rc": 0, "start": "2024-03-02 16:56:43.374384" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:56:43 +0000 (0:00:00.216) 0:01:22.232 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004200", "end": "2024-03-02 16:56:43.597085", "rc": 0, "start": "2024-03-02 16:56:43.592885" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:56:43 +0000 (0:00:00.217) 0:01:22.450 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:56:43 +0000 (0:00:00.019) 0:01:22.469 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:56:43 +0000 (0:00:00.018) 0:01:22.488 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:56:43 +0000 (0:00:00.019) 0:01:22.508 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:56:43 +0000 (0:00:00.018) 0:01:22.527 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:56:43 +0000 (0:00:00.037) 0:01:22.564 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:56:43 +0000 (0:00:00.023) 0:01:22.588 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:56:43 +0000 (0:00:00.021) 0:01:22.609 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:56:43 +0000 (0:00:00.044) 0:01:22.654 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:56:43 +0000 (0:00:00.049) 0:01:22.704 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 02 March 2024 16:56:43 +0000 (0:00:00.040) 0:01:22.744 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:56:43 +0000 (0:00:00.032) 0:01:22.776 ******** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:56:44 +0000 (0:00:00.213) 0:01:22.989 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:56:44 +0000 (0:00:00.023) 0:01:23.012 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 02 March 2024 16:56:44 +0000 (0:00:00.020) 0:01:23.033 ******** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Saturday 02 March 2024 16:56:44 +0000 (0:00:00.018) 0:01:23.052 ******** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Saturday 02 March 2024 16:56:44 +0000 (0:00:00.017) 0:01:23.069 ******** changed: [sut] => { "changed": true, "gid": 1111, "group": "user_quadlet_basic", "mode": "0755", "owner": "user_quadlet_basic", "path": "/home/user_quadlet_basic/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 1111 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Saturday 02 March 2024 16:56:44 +0000 (0:00:00.221) 0:01:23.291 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Saturday 02 March 2024 16:56:44 +0000 (0:00:00.021) 0:01:23.312 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Saturday 02 March 2024 16:56:44 +0000 (0:00:00.018) 0:01:23.331 ******** changed: [sut] => { "changed": true, "checksum": "527eda617bc3c33ce0c070878f5290eea6be16e5", "dest": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "gid": 1111, "group": "user_quadlet_basic", "md5sum": "1f5dfaba883c749c6004ddcb90f6bdc8", "mode": "0644", "owner": "user_quadlet_basic", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1709398604.5450406-9224-212360192808540/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Saturday 02 March 2024 16:56:45 +0000 (0:00:00.564) 0:01:23.895 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Saturday 02 March 2024 16:56:45 +0000 (0:00:00.447) 0:01:24.343 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Saturday 02 March 2024 16:56:45 +0000 (0:00:00.022) 0:01:24.366 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:56:45 +0000 (0:00:00.023) 0:01:24.389 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:56:45 +0000 (0:00:00.023) 0:01:24.413 ******** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:56:45 +0000 (0:00:00.024) 0:01:24.437 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:56:45 +0000 (0:00:00.019) 0:01:24.456 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:56:45 +0000 (0:00:00.027) 0:01:24.484 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:56:45 +0000 (0:00:00.033) 0:01:24.517 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:56:45 +0000 (0:00:00.024) 0:01:24.542 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:56:45 +0000 (0:00:00.022) 0:01:24.564 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:56:45 +0000 (0:00:00.025) 0:01:24.590 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:56:45 +0000 (0:00:00.214) 0:01:24.805 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:56:46 +0000 (0:00:00.024) 0:01:24.829 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:56:46 +0000 (0:00:00.214) 0:01:25.044 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004213", "end": "2024-03-02 16:56:46.408193", "rc": 0, "start": "2024-03-02 16:56:46.403980" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:56:46 +0000 (0:00:00.217) 0:01:25.261 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004187", "end": "2024-03-02 16:56:46.622933", "rc": 0, "start": "2024-03-02 16:56:46.618746" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:56:46 +0000 (0:00:00.215) 0:01:25.476 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:56:46 +0000 (0:00:00.051) 0:01:25.528 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:56:46 +0000 (0:00:00.020) 0:01:25.548 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:56:46 +0000 (0:00:00.018) 0:01:25.567 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:56:46 +0000 (0:00:00.019) 0:01:25.587 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql-volume.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:56:46 +0000 (0:00:00.032) 0:01:25.620 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:56:46 +0000 (0:00:00.020) 0:01:25.641 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:56:46 +0000 (0:00:00.019) 0:01:25.660 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:56:46 +0000 (0:00:00.045) 0:01:25.706 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:56:46 +0000 (0:00:00.019) 0:01:25.725 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 02 March 2024 16:56:46 +0000 (0:00:00.039) 0:01:25.764 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:56:46 +0000 (0:00:00.032) 0:01:25.797 ******** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:56:47 +0000 (0:00:00.207) 0:01:26.005 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:56:47 +0000 (0:00:00.022) 0:01:26.027 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 02 March 2024 16:56:47 +0000 (0:00:00.020) 0:01:26.047 ******** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Saturday 02 March 2024 16:56:47 +0000 (0:00:00.017) 0:01:26.065 ******** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Saturday 02 March 2024 16:56:47 +0000 (0:00:00.018) 0:01:26.084 ******** ok: [sut] => { "changed": false, "gid": 1111, "group": "user_quadlet_basic", "mode": "0755", "owner": "user_quadlet_basic", "path": "/home/user_quadlet_basic/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 35, "state": "directory", "uid": 1111 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Saturday 02 March 2024 16:56:47 +0000 (0:00:00.252) 0:01:26.336 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Saturday 02 March 2024 16:56:47 +0000 (0:00:00.019) 0:01:26.356 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Saturday 02 March 2024 16:56:47 +0000 (0:00:00.019) 0:01:26.376 ******** changed: [sut] => { "changed": true, "checksum": "fd0ae560360afa5541b866560b1e849d25e216ef", "dest": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "gid": 1111, "group": "user_quadlet_basic", "md5sum": "4967598a0284ad3e296ab106829a30a2", "mode": "0644", "owner": "user_quadlet_basic", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 53, "src": "/root/.ansible/tmp/ansible-tmp-1709398607.5897784-9311-180305123914191/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Saturday 02 March 2024 16:56:48 +0000 (0:00:00.566) 0:01:26.943 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Saturday 02 March 2024 16:56:48 +0000 (0:00:00.411) 0:01:27.355 ******** changed: [sut] => { "changed": true, "name": "quadlet-basic-mysql-volume.service", "state": "started", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "app.slice basic.target run-user-1111.mount -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-basic-mysql-volume.service", "DevicePolicy": "auto", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-mysql-volume.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql-volume.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13974", "LimitNPROCSoft": "13974", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13974", "LimitSIGPENDINGSoft": "13974", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql-volume.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "app.slice basic.target", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql-volume", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22358", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Saturday 02 March 2024 16:56:48 +0000 (0:00:00.441) 0:01:27.796 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:56:48 +0000 (0:00:00.021) 0:01:27.817 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "quadlet-basic-mysql", "Environment": [ "FOO=/bin/busybox-extras", "BAZ=test" ], "Image": "quay.io/linux-system-roles/mysql:5.6", "Network": "quadlet-basic.network", "PodmanArgs": "--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json", "Volume": "quadlet-basic-mysql.volume:/var/lib/mysql" }, "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:56:49 +0000 (0:00:00.023) 0:01:27.841 ******** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:56:49 +0000 (0:00:00.024) 0:01:27.865 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:56:49 +0000 (0:00:00.018) 0:01:27.884 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:56:49 +0000 (0:00:00.027) 0:01:27.912 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:56:49 +0000 (0:00:00.032) 0:01:27.944 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:56:49 +0000 (0:00:00.023) 0:01:27.968 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:56:49 +0000 (0:00:00.055) 0:01:28.024 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:56:49 +0000 (0:00:00.026) 0:01:28.050 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:56:49 +0000 (0:00:00.216) 0:01:28.267 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:56:49 +0000 (0:00:00.024) 0:01:28.291 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:56:49 +0000 (0:00:00.215) 0:01:28.506 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004136", "end": "2024-03-02 16:56:49.870085", "rc": 0, "start": "2024-03-02 16:56:49.865949" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:56:49 +0000 (0:00:00.216) 0:01:28.722 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004175", "end": "2024-03-02 16:56:50.082903", "rc": 0, "start": "2024-03-02 16:56:50.078728" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:56:50 +0000 (0:00:00.213) 0:01:28.936 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:56:50 +0000 (0:00:00.019) 0:01:28.956 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:56:50 +0000 (0:00:00.019) 0:01:28.975 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:56:50 +0000 (0:00:00.019) 0:01:28.995 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:56:50 +0000 (0:00:00.019) 0:01:29.014 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:56:50 +0000 (0:00:00.035) 0:01:29.050 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:56:50 +0000 (0:00:00.020) 0:01:29.070 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:56:50 +0000 (0:00:00.019) 0:01:29.089 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:56:50 +0000 (0:00:00.045) 0:01:29.135 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:56:50 +0000 (0:00:00.018) 0:01:29.154 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 02 March 2024 16:56:50 +0000 (0:00:00.070) 0:01:29.224 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:56:50 +0000 (0:00:00.032) 0:01:29.257 ******** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:56:50 +0000 (0:00:00.210) 0:01:29.467 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:56:50 +0000 (0:00:00.022) 0:01:29.490 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 02 March 2024 16:56:50 +0000 (0:00:00.020) 0:01:29.510 ******** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Saturday 02 March 2024 16:56:50 +0000 (0:00:00.018) 0:01:29.529 ******** changed: [sut] => (item=quay.io/linux-system-roles/mysql:5.6) => { "actions": [ "Pulled image quay.io/linux-system-roles/mysql:5.6" ], "ansible_loop_var": "item", "attempts": 1, "changed": true, "failed_when_result": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "mysqld" ], "Entrypoint": [ "docker-entrypoint.sh" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "GOSU_VERSION=1.12", "MYSQL_MAJOR=5.6", "MYSQL_VERSION=5.6.51-1debian9" ], "ExposedPorts": { "3306/tcp": {} }, "Volumes": { "/var/lib/mysql": {} } }, "Created": "2021-12-21T02:57:59.587337844Z", "Digest": "sha256:2d0419de75076a55e0d0c0680b4f86ecdbb8a88de92054698a0028bcb218a3a8", "GraphDriver": { "Data": { "LowerDir": "/home/user_quadlet_basic/.local/share/containers/storage/overlay/63c8cde32bc583ca7971591c23194c1fd072197949f28fcad7f10780ad1af022/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/4904a0ac4db0b6060c944fc7c882cba99b79b50f90151785350c0e4ba7f94390/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/1822e40336d4b2b31d888f669f443965d4476dae35fd0a67e58eefd9c5ecb9e5/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/988a3979591d296974121b0a893ec621ea5e9939ab3cc5e7c194dbe27f7b5677/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/ba0315059f870fcb66ebd6517f455f714fb4eeeb4fdee9cefb3d7f59a7b0cdb7/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/0dbdd9024cc38ecc226b2c4772718d32ff0abc288b41669d58d506274c16c67a/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/f8ddb99f39386eac409b19f8b347a7a10ee91771cfb838c88793ad8947a233f5/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/2ecb8e9889676e4b9b129bab56314644612905ce6e6ce1c92d5a86ac8f08f03b/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/07e715cdf99b679f1e067f4819d1b7e1ba9ea24229ede4e6b45b9240fe5865f8/diff:/home/user_quadlet_basic/.local/share/containers/storage/overlay/2b83e5699838047f936a3875bcce7fe1b169983bf86785ae7519c5bc488558ae/diff", "UpperDir": "/home/user_quadlet_basic/.local/share/containers/storage/overlay/bb762056c5cde2e3213fe6ccf595176708249829a607b0afc5799075d4a852ec/diff", "WorkDir": "/home/user_quadlet_basic/.local/share/containers/storage/overlay/bb762056c5cde2e3213fe6ccf595176708249829a607b0afc5799075d4a852ec/work" }, "Name": "overlay" }, "History": [ { "created": "2021-12-21T01:24:41.626621944Z", "created_by": "/bin/sh -c #(nop) ADD file:b1650c19c1dd1f4cff71553f2bb0bc949944d0bc24b54c318b2880c14538648a in / " }, { "created": "2021-12-21T01:24:42.056427889Z", "created_by": "/bin/sh -c #(nop) CMD [\"bash\"]", "empty_layer": true }, { "created": "2021-12-21T02:56:59.289452902Z", "created_by": "/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql" }, { "created": "2021-12-21T02:57:05.692613282Z", "created_by": "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*" }, { "created": "2021-12-21T02:57:05.921738618Z", "created_by": "/bin/sh -c #(nop) ENV GOSU_VERSION=1.12", "empty_layer": true }, { "created": "2021-12-21T02:57:18.981216995Z", "created_by": "/bin/sh -c set -eux; \tsavedAptMark=\"$(apt-mark showmanual)\"; \tapt-get update; \tapt-get install -y --no-install-recommends ca-certificates wget; \trm -rf /var/lib/apt/lists/*; \tdpkgArch=\"$(dpkg --print-architecture | awk -F- '{ print $NF }')\"; \twget -O /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch\"; \twget -O /usr/local/bin/gosu.asc \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc\"; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; \tgpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" /usr/local/bin/gosu.asc; \tapt-mark auto '.*' > /dev/null; \t[ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark > /dev/null; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \tchmod +x /usr/local/bin/gosu; \tgosu --version; \tgosu nobody true" }, { "created": "2021-12-21T02:57:19.781116502Z", "created_by": "/bin/sh -c mkdir /docker-entrypoint-initdb.d" }, { "created": "2021-12-21T02:57:25.555452451Z", "created_by": "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends \t\tpwgen \t\tperl \t\txz-utils \t&& rm -rf /var/lib/apt/lists/*" }, { "created": "2021-12-21T02:57:37.684730941Z", "created_by": "/bin/sh -c set -ex; \tkey='A4A9406876FCBD3C456770C88C718D3B5072E1F5'; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\"; \tgpg --batch --export \"$key\" > /etc/apt/trusted.gpg.d/mysql.gpg; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\"; \tapt-key list > /dev/null" }, { "created": "2021-12-21T02:57:37.903115972Z", "created_by": "/bin/sh -c #(nop) ENV MYSQL_MAJOR=5.6", "empty_layer": true }, { "created": "2021-12-21T02:57:38.155528708Z", "created_by": "/bin/sh -c #(nop) ENV MYSQL_VERSION=5.6.51-1debian9", "empty_layer": true }, { "created": "2021-12-21T02:57:39.106901365Z", "created_by": "/bin/sh -c echo 'deb http://repo.mysql.com/apt/debian/ stretch mysql-5.6' > /etc/apt/sources.list.d/mysql.list" }, { "created": "2021-12-21T02:57:56.693791892Z", "created_by": "/bin/sh -c { \t\techo mysql-community-server mysql-community-server/data-dir select ''; \t\techo mysql-community-server mysql-community-server/root-pass password ''; \t\techo mysql-community-server mysql-community-server/re-root-pass password ''; \t\techo mysql-community-server mysql-community-server/remove-test-db select false; \t} | debconf-set-selections \t&& apt-get update \t&& apt-get install -y \t\tmysql-server=\"${MYSQL_VERSION}\" \t&& find /etc/mysql/ -name '*.cnf' -print0 \t\t| xargs -0 grep -lZE '^(bind-address|log)' \t\t| xargs -rt -0 sed -Ei 's/^(bind-address|log)/#&/' \t&& echo '[mysqld]\\nskip-host-cache\\nskip-name-resolve' > /etc/mysql/conf.d/docker.cnf \t&& rm -rf /var/lib/apt/lists/* \t&& rm -rf /var/lib/mysql && mkdir -p /var/lib/mysql /var/run/mysqld \t&& chown -R mysql:mysql /var/lib/mysql /var/run/mysqld \t&& chmod 1777 /var/run/mysqld /var/lib/mysql" }, { "created": "2021-12-21T02:57:57.29721744Z", "created_by": "/bin/sh -c #(nop) VOLUME [/var/lib/mysql]", "empty_layer": true }, { "created": "2021-12-21T02:57:57.591077869Z", "created_by": "/bin/sh -c #(nop) COPY file:345a22fe55d3e6783a17075612415413487e7dba27fbf1000a67c7870364b739 in /usr/local/bin/ " }, { "created": "2021-12-21T02:57:58.761392735Z", "created_by": "/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat" }, { "created": "2021-12-21T02:57:59.04809683Z", "created_by": "/bin/sh -c #(nop) ENTRYPOINT [\"docker-entrypoint.sh\"]", "empty_layer": true }, { "created": "2021-12-21T02:57:59.31392792Z", "created_by": "/bin/sh -c #(nop) EXPOSE 3306", "empty_layer": true }, { "created": "2021-12-21T02:57:59.587337844Z", "created_by": "/bin/sh -c #(nop) CMD [\"mysqld\"]", "empty_layer": true } ], "Id": "dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5", "Labels": null, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/linux-system-roles/mysql:5.6" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/linux-system-roles/mysql@sha256:2d0419de75076a55e0d0c0680b4f86ecdbb8a88de92054698a0028bcb218a3a8", "quay.io/linux-system-roles/mysql@sha256:4faa0a30c0055742c72daff1482976814f340d4bfb647f0fa2c3562fd1a7abda" ], "RepoTags": [ "quay.io/linux-system-roles/mysql:5.6" ], "RootFS": { "Layers": [ "sha256:2b83e5699838047f936a3875bcce7fe1b169983bf86785ae7519c5bc488558ae", "sha256:2e10295573911964a8acc37c738aed958d0bc385bc51df6f184b196fb592c975", "sha256:d414fdead0b9c934781e5611c016d7c237062c9470db810ef28b321a492dbb9c", "sha256:4085e588967d10dafb76ad52f66f661b41b9008cc16568ce02853de7cbbf7433", "sha256:7ea96a4e341b4d139f5e076e71d19229537292226c3b24ec2d588567667a1191", "sha256:e3dce1c82d4e4142e8e1bf2fb9c6fd2555196d40088167270ff95c9af37b88af", "sha256:2612088e90f60ecb4a13e68adbfb2b1366f82fc8fbf1f0970f8769cf3cd753ee", "sha256:eba393347f896c4028340bf1a40cc5d6b8f21eeb7abf3e79799d842a6babb93f", "sha256:7c5a5c1986b16b0d8ad4eaa8066627910ec7794a657467e8f18d223f1c0034fd", "sha256:49a1ca1cd2b80f84d6616df2b5123458f4bcb065bca28c43d9c3fd5a0480b907", "sha256:7137327a7221ddb123883146beb68003ee31d652ec46ab8bea3ba12c2df8df8f" ], "Type": "layers" }, "Size": 307607194, "User": "", "Version": "20.10.7", "VirtualSize": 307607194 } ], "item": "quay.io/linux-system-roles/mysql:5.6", "podman_actions": [ "/bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json", "/bin/podman image exists quay.io/linux-system-roles/mysql:5.6", "/bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q", "/bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json" ] } TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Saturday 02 March 2024 16:57:01 +0000 (0:00:11.113) 0:01:40.643 ******** ok: [sut] => { "changed": false, "gid": 1111, "group": "user_quadlet_basic", "mode": "0755", "owner": "user_quadlet_basic", "path": "/home/user_quadlet_basic/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 69, "state": "directory", "uid": 1111 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Saturday 02 March 2024 16:57:02 +0000 (0:00:00.252) 0:01:40.895 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Saturday 02 March 2024 16:57:02 +0000 (0:00:00.034) 0:01:40.930 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Saturday 02 March 2024 16:57:02 +0000 (0:00:00.020) 0:01:40.951 ******** changed: [sut] => { "changed": true, "checksum": "45cd978d7b06ce53aa29035a1848234b096cce98", "dest": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "gid": 1111, "group": "user_quadlet_basic", "md5sum": "1d3b87d14c3bfc8b9ec3b735c3840f65", "mode": "0644", "owner": "user_quadlet_basic", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 443, "src": "/root/.ansible/tmp/ansible-tmp-1709398622.1693044-9482-170821917525455/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Saturday 02 March 2024 16:57:02 +0000 (0:00:00.604) 0:01:41.556 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Saturday 02 March 2024 16:57:03 +0000 (0:00:00.426) 0:01:41.982 ******** changed: [sut] => { "changed": true, "name": "quadlet-basic-mysql.service", "state": "started", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "quadlet-basic-mysql-volume.service -.mount app.slice quadlet-basic-network.service run-user-1111.mount basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "quadlet-basic-mysql.service", "DevicePolicy": "auto", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-basic-mysql.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-basic-mysql --cidfile=/run/user/1111/quadlet-basic-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-basic --sdnotify=conmon -d -v systemd-quadlet-basic-mysql:/var/lib/mysql --env BAZ=test --env FOO=/bin/busybox-extras --secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json quay.io/linux-system-roles/mysql:5.6 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-basic-mysql --cidfile=/run/user/1111/quadlet-basic-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-basic --sdnotify=conmon -d -v systemd-quadlet-basic-mysql:/var/lib/mysql --env BAZ=test --env FOO=/bin/busybox-extras --secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json quay.io/linux-system-roles/mysql:5.6 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/1111/quadlet-basic-mysql.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/1111/quadlet-basic-mysql.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/1111/quadlet-basic-mysql.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/1111/quadlet-basic-mysql.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-mysql.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13974", "LimitNPROCSoft": "13974", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13974", "LimitSIGPENDINGSoft": "13974", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "app.slice basic.target quadlet-basic-network.service quadlet-basic-mysql-volume.service", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "SourcePath": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22358", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "default.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Saturday 02 March 2024 16:57:04 +0000 (0:00:01.433) 0:01:43.416 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 02 March 2024 16:57:04 +0000 (0:00:00.021) 0:01:43.437 ******** TASK [Check files] ************************************************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:189 Saturday 02 March 2024 16:57:04 +0000 (0:00:00.018) 0:01:43.456 ******** ok: [sut] => (item=quadlet-basic-mysql.container) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "cat", "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container" ], "delta": "0:00:00.005566", "end": "2024-03-02 16:57:04.904484", "item": "quadlet-basic-mysql.container", "rc": 0, "start": "2024-03-02 16:57:04.898918" } STDOUT: # # Ansible managed # # system_role:podman [Install] WantedBy=default.target [Container] Image=quay.io/linux-system-roles/mysql:5.6 ContainerName=quadlet-basic-mysql Volume=quadlet-basic-mysql.volume:/var/lib/mysql Network=quadlet-basic.network PodmanArgs=--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json Environment=FOO=/bin/busybox-extras Environment=BAZ=test ok: [sut] => (item=quadlet-basic.network) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "cat", "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network" ], "delta": "0:00:00.003503", "end": "2024-03-02 16:57:05.232049", "item": "quadlet-basic.network", "rc": 0, "start": "2024-03-02 16:57:05.228546" } STDOUT: # # Ansible managed # # system_role:podman [Network] Subnet=192.168.29.0/24 Gateway=192.168.29.1 Label=app=wordpress ok: [sut] => (item=quadlet-basic-mysql.volume) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "cat", "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume" ], "delta": "0:00:00.003560", "end": "2024-03-02 16:57:05.525585", "item": "quadlet-basic-mysql.volume", "rc": 0, "start": "2024-03-02 16:57:05.522025" } STDOUT: # # Ansible managed # # system_role:podman [Volume] TASK [Ensure linger] *********************************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:199 Saturday 02 March 2024 16:57:05 +0000 (0:00:00.924) 0:01:44.380 ******** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1709398600.0393405, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709398600.0393405, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6292205, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0644", "mtime": 1709398600.0393405, "nlink": 1, "path": "/var/lib/systemd/linger/user_quadlet_basic", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "version": "134654315", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Cleanup user] ************************************************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:207 Saturday 02 March 2024 16:57:05 +0000 (0:00:00.233) 0:01:44.613 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 02 March 2024 16:57:05 +0000 (0:00:00.048) 0:01:44.662 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 02 March 2024 16:57:05 +0000 (0:00:00.036) 0:01:44.698 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 02 March 2024 16:57:05 +0000 (0:00:00.024) 0:01:44.723 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 02 March 2024 16:57:05 +0000 (0:00:00.019) 0:01:44.743 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 02 March 2024 16:57:05 +0000 (0:00:00.017) 0:01:44.760 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 02 March 2024 16:57:05 +0000 (0:00:00.047) 0:01:44.808 ******** ok: [sut] => { "censored": "the 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 02 March 2024 16:57:07 +0000 (0:00:01.097) 0:01:45.905 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 02 March 2024 16:57:07 +0000 (0:00:00.020) 0:01:45.926 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 02 March 2024 16:57:07 +0000 (0:00:00.023) 0:01:45.950 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.036586", "end": "2024-03-02 16:57:07.359382", "rc": 0, "start": "2024-03-02 16:57:07.322796" } STDOUT: podman version 4.9.3-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 02 March 2024 16:57:07 +0000 (0:00:00.264) 0:01:46.214 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 02 March 2024 16:57:07 +0000 (0:00:00.020) 0:01:46.234 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 02 March 2024 16:57:07 +0000 (0:00:00.019) 0:01:46.254 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 02 March 2024 16:57:07 +0000 (0:00:00.058) 0:01:46.312 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:57:07 +0000 (0:00:00.037) 0:01:46.350 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:57:07 +0000 (0:00:00.026) 0:01:46.376 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:57:07 +0000 (0:00:00.024) 0:01:46.401 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:57:07 +0000 (0:00:00.026) 0:01:46.427 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:57:07 +0000 (0:00:00.220) 0:01:46.647 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:57:07 +0000 (0:00:00.058) 0:01:46.706 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:57:08 +0000 (0:00:00.227) 0:01:46.933 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004267", "end": "2024-03-02 16:57:08.341514", "rc": 0, "start": "2024-03-02 16:57:08.337247" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:57:08 +0000 (0:00:00.262) 0:01:47.195 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004129", "end": "2024-03-02 16:57:08.557829", "rc": 0, "start": "2024-03-02 16:57:08.553700" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:57:08 +0000 (0:00:00.215) 0:01:47.411 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:57:08 +0000 (0:00:00.019) 0:01:47.430 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:57:08 +0000 (0:00:00.022) 0:01:47.452 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:57:08 +0000 (0:00:00.018) 0:01:47.471 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 02 March 2024 16:57:08 +0000 (0:00:00.019) 0:01:47.491 ******** ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/home/user_quadlet_basic/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/home/user_quadlet_basic/.config/containers/policy.json", "__podman_registries_conf_file": "/home/user_quadlet_basic/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/home/user_quadlet_basic/.config/containers/storage.conf" }, "changed": false } TASK [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 02 March 2024 16:57:08 +0000 (0:00:00.024) 0:01:47.515 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 02 March 2024 16:57:08 +0000 (0:00:00.034) 0:01:47.550 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 02 March 2024 16:57:08 +0000 (0:00:00.019) 0:01:47.569 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 02 March 2024 16:57:08 +0000 (0:00:00.019) 0:01:47.589 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 02 March 2024 16:57:08 +0000 (0:00:00.035) 0:01:47.624 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 02 March 2024 16:57:08 +0000 (0:00:00.041) 0:01:47.666 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 02 March 2024 16:57:08 +0000 (0:00:00.020) 0:01:47.686 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 02 March 2024 16:57:08 +0000 (0:00:00.073) 0:01:47.759 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 02 March 2024 16:57:08 +0000 (0:00:00.021) 0:01:47.781 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 02 March 2024 16:57:08 +0000 (0:00:00.020) 0:01:47.801 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.039) 0:01:47.841 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.020) 0:01:47.861 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.020) 0:01:47.881 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.020) 0:01:47.902 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.020) 0:01:47.922 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.022) 0:01:47.945 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.019) 0:01:47.965 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.019) 0:01:47.985 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.059) 0:01:48.044 ******** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.020) 0:01:48.065 ******** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.024) 0:01:48.090 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.030) 0:01:48.120 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.020) 0:01:48.141 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.021) 0:01:48.162 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.058) 0:01:48.220 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398600.0783408, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1709398624.476576, "dev": 42, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1709398624.476576, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.224) 0:01:48.445 ******** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.299) 0:01:48.745 ******** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.021) 0:01:48.767 ******** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 02 March 2024 16:57:09 +0000 (0:00:00.026) 0:01:48.794 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:57:10 +0000 (0:00:00.031) 0:01:48.826 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:57:10 +0000 (0:00:00.030) 0:01:48.856 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:57:10 +0000 (0:00:00.026) 0:01:48.883 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 02 March 2024 16:57:10 +0000 (0:00:00.036) 0:01:48.920 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398600.0783408, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1709398624.476576, "dev": 42, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1709398624.476576, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 02 March 2024 16:57:10 +0000 (0:00:00.368) 0:01:49.288 ******** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Saturday 02 March 2024 16:57:10 +0000 (0:00:00.297) 0:01:49.585 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Saturday 02 March 2024 16:57:10 +0000 (0:00:00.018) 0:01:49.604 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:57:10 +0000 (0:00:00.058) 0:01:49.662 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:57:10 +0000 (0:00:00.070) 0:01:49.732 ******** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:57:10 +0000 (0:00:00.025) 0:01:49.758 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:57:10 +0000 (0:00:00.019) 0:01:49.777 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:57:10 +0000 (0:00:00.029) 0:01:49.807 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:57:11 +0000 (0:00:00.035) 0:01:49.842 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:57:11 +0000 (0:00:00.023) 0:01:49.866 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:57:11 +0000 (0:00:00.025) 0:01:49.892 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:57:11 +0000 (0:00:00.026) 0:01:49.918 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:57:11 +0000 (0:00:00.334) 0:01:50.253 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:57:11 +0000 (0:00:00.038) 0:01:50.291 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:57:11 +0000 (0:00:00.393) 0:01:50.685 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.005913", "end": "2024-03-02 16:57:12.144828", "rc": 0, "start": "2024-03-02 16:57:12.138915" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:57:12 +0000 (0:00:00.319) 0:01:51.004 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.006769", "end": "2024-03-02 16:57:12.512332", "rc": 0, "start": "2024-03-02 16:57:12.505563" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:57:12 +0000 (0:00:00.410) 0:01:51.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:57:12 +0000 (0:00:00.028) 0:01:51.442 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:57:12 +0000 (0:00:00.020) 0:01:51.463 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:57:12 +0000 (0:00:00.019) 0:01:51.483 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:57:12 +0000 (0:00:00.020) 0:01:51.503 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql-volume.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:57:12 +0000 (0:00:00.034) 0:01:51.538 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:57:12 +0000 (0:00:00.022) 0:01:51.560 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:57:12 +0000 (0:00:00.020) 0:01:51.580 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:57:12 +0000 (0:00:00.047) 0:01:51.628 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 02 March 2024 16:57:12 +0000 (0:00:00.039) 0:01:51.667 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398600.0783408, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1709398624.476576, "dev": 42, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1709398624.476576, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 180, "uid": 1111, "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 02 March 2024 16:57:13 +0000 (0:00:00.272) 0:01:51.940 ******** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-basic-mysql-volume.service", "state": "stopped", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestamp": "Sat 2024-03-02 16:56:48 UTC", "ActiveEnterTimestampMonotonic": "578752424", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount run-user-1111.mount basic.target app.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-02 16:56:48 UTC", "AssertTimestampMonotonic": "578699364", "Before": "shutdown.target quadlet-basic-mysql.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "42291000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-03-02 16:56:48 UTC", "ConditionTimestampMonotonic": "578699359", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-basic-mysql-volume.service", "DevicePolicy": "auto", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-03-02 16:56:48 UTC", "ExecMainExitTimestampMonotonic": "578752290", "ExecMainPID": "12391", "ExecMainStartTimestamp": "Sat 2024-03-02 16:56:48 UTC", "ExecMainStartTimestampMonotonic": "578707814", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-mysql-volume.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql-volume.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-03-02 16:56:48 UTC", "InactiveExitTimestampMonotonic": "578708457", "InvocationID": "2e76abf991834c45bba73945d0d76877", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13974", "LimitNPROCSoft": "13974", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13974", "LimitSIGPENDINGSoft": "13974", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql-volume.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "RequiredBy": "quadlet-basic-mysql.service", "Requires": "basic.target app.slice", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-03-02 16:56:48 UTC", "StateChangeTimestampMonotonic": "578752424", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql-volume", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22358", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 02 March 2024 16:57:23 +0000 (0:00:10.746) 0:02:02.686 ******** changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 02 March 2024 16:57:24 +0000 (0:00:00.218) 0:02:02.905 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:57:24 +0000 (0:00:00.033) 0:02:02.938 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:57:24 +0000 (0:00:00.021) 0:02:02.959 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:57:24 +0000 (0:00:00.021) 0:02:02.981 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 02 March 2024 16:57:24 +0000 (0:00:00.055) 0:02:03.036 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 02 March 2024 16:57:24 +0000 (0:00:00.420) 0:02:03.457 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.057756", "end": "2024-03-02 16:57:24.888270", "rc": 0, "start": "2024-03-02 16:57:24.830514" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 02 March 2024 16:57:24 +0000 (0:00:00.287) 0:02:03.745 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:57:24 +0000 (0:00:00.022) 0:02:03.767 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:57:24 +0000 (0:00:00.018) 0:02:03.785 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "quadlet-basic-mysql", "Environment": [ "FOO=/bin/busybox-extras", "BAZ=test" ], "Image": "quay.io/linux-system-roles/mysql:5.6", "Network": "quadlet-basic.network", "PodmanArgs": "--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json", "Volume": "quadlet-basic-mysql.volume:/var/lib/mysql" }, "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:57:24 +0000 (0:00:00.025) 0:02:03.811 ******** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:57:25 +0000 (0:00:00.024) 0:02:03.835 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:57:25 +0000 (0:00:00.019) 0:02:03.855 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:57:25 +0000 (0:00:00.029) 0:02:03.884 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:57:25 +0000 (0:00:00.036) 0:02:03.921 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:57:25 +0000 (0:00:00.025) 0:02:03.946 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:57:25 +0000 (0:00:00.024) 0:02:03.970 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:57:25 +0000 (0:00:00.026) 0:02:03.996 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:57:25 +0000 (0:00:00.215) 0:02:04.212 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:57:25 +0000 (0:00:00.025) 0:02:04.237 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:57:25 +0000 (0:00:00.259) 0:02:04.497 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004216", "end": "2024-03-02 16:57:25.862797", "rc": 0, "start": "2024-03-02 16:57:25.858581" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:57:25 +0000 (0:00:00.218) 0:02:04.716 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004383", "end": "2024-03-02 16:57:26.077368", "rc": 0, "start": "2024-03-02 16:57:26.072985" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:57:26 +0000 (0:00:00.216) 0:02:04.932 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:57:26 +0000 (0:00:00.022) 0:02:04.954 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:57:26 +0000 (0:00:00.020) 0:02:04.975 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:57:26 +0000 (0:00:00.021) 0:02:04.996 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:57:26 +0000 (0:00:00.020) 0:02:05.016 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:57:26 +0000 (0:00:00.036) 0:02:05.053 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:57:26 +0000 (0:00:00.022) 0:02:05.076 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:57:26 +0000 (0:00:00.019) 0:02:05.095 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:57:26 +0000 (0:00:00.045) 0:02:05.140 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 02 March 2024 16:57:26 +0000 (0:00:00.039) 0:02:05.180 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398600.0783408, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1709398643.7617621, "dev": 42, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1709398643.7617621, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 160, "uid": 1111, "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 02 March 2024 16:57:26 +0000 (0:00:00.221) 0:02:05.401 ******** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-basic-mysql.service", "state": "stopped", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestamp": "Sat 2024-03-02 16:57:04 UTC", "ActiveEnterTimestampMonotonic": "594353397", "ActiveExitTimestamp": "Sat 2024-03-02 16:57:13 UTC", "ActiveExitTimestampMonotonic": "603356691", "ActiveState": "failed", "After": "quadlet-basic-network.service app.slice run-user-1111.mount -.mount quadlet-basic-mysql-volume.service basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-02 16:57:03 UTC", "AssertTimestampMonotonic": "593375296", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "3681344000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-03-02 16:57:03 UTC", "ConditionTimestampMonotonic": "593375291", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "quadlet-basic-mysql.service", "DevicePolicy": "auto", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-basic-mysql.service", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-03-02 16:57:23 UTC", "ExecMainExitTimestampMonotonic": "613595255", "ExecMainPID": "12899", "ExecMainStartTimestamp": "Sat 2024-03-02 16:57:04 UTC", "ExecMainStartTimestampMonotonic": "594353314", "ExecMainStatus": "137", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-basic-mysql --cidfile=/run/user/1111/quadlet-basic-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-basic --sdnotify=conmon -d -v systemd-quadlet-basic-mysql:/var/lib/mysql --env BAZ=test --env FOO=/bin/busybox-extras --secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json quay.io/linux-system-roles/mysql:5.6 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-basic-mysql --cidfile=/run/user/1111/quadlet-basic-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-basic --sdnotify=conmon -d -v systemd-quadlet-basic-mysql:/var/lib/mysql --env BAZ=test --env FOO=/bin/busybox-extras --secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json quay.io/linux-system-roles/mysql:5.6 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/1111/quadlet-basic-mysql.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/1111/quadlet-basic-mysql.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/1111/quadlet-basic-mysql.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/user/1111/quadlet-basic-mysql.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-mysql.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-03-02 16:57:23 UTC", "InactiveEnterTimestampMonotonic": "613639518", "InactiveExitTimestamp": "Sat 2024-03-02 16:57:03 UTC", "InactiveExitTimestampMonotonic": "593387223", "InvocationID": "741e8dd15d1741e3a23948ecc6b57da7", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13974", "LimitNPROCSoft": "13974", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13974", "LimitSIGPENDINGSoft": "13974", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "quadlet-basic-network.service app.slice quadlet-basic-mysql-volume.service basic.target", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "exit-code", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "SourcePath": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-03-02 16:57:23 UTC", "StateChangeTimestampMonotonic": "613639518", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "failed", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22358", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "default.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 02 March 2024 16:57:27 +0000 (0:00:00.441) 0:02:05.842 ******** changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 02 March 2024 16:57:27 +0000 (0:00:00.217) 0:02:06.059 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:57:27 +0000 (0:00:00.039) 0:02:06.099 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:57:27 +0000 (0:00:00.021) 0:02:06.120 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:57:27 +0000 (0:00:00.030) 0:02:06.151 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 02 March 2024 16:57:27 +0000 (0:00:00.042) 0:02:06.193 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 02 March 2024 16:57:27 +0000 (0:00:00.441) 0:02:06.634 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.050470", "end": "2024-03-02 16:57:28.061457", "rc": 0, "start": "2024-03-02 16:57:28.010987" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 02 March 2024 16:57:28 +0000 (0:00:00.288) 0:02:06.923 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:57:28 +0000 (0:00:00.022) 0:02:06.946 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:57:28 +0000 (0:00:00.020) 0:02:06.966 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Network": { "Gateway": "192.168.29.1", "Label": "app=wordpress", "Subnet": "192.168.29.0/24" } }, "__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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:57:28 +0000 (0:00:00.025) 0:02:06.991 ******** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:57:28 +0000 (0:00:00.025) 0:02:07.017 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:57:28 +0000 (0:00:00.019) 0:02:07.036 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:57:28 +0000 (0:00:00.029) 0:02:07.066 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:57:28 +0000 (0:00:00.034) 0:02:07.100 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:57:28 +0000 (0:00:00.056) 0:02:07.156 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:57:28 +0000 (0:00:00.038) 0:02:07.195 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:57:28 +0000 (0:00:00.041) 0:02:07.236 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:57:28 +0000 (0:00:00.231) 0:02:07.468 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:57:28 +0000 (0:00:00.025) 0:02:07.494 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:57:28 +0000 (0:00:00.216) 0:02:07.711 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004231", "end": "2024-03-02 16:57:29.081762", "rc": 0, "start": "2024-03-02 16:57:29.077531" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:57:29 +0000 (0:00:00.229) 0:02:07.941 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004218", "end": "2024-03-02 16:57:29.305505", "rc": 0, "start": "2024-03-02 16:57:29.301287" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:57:29 +0000 (0:00:00.218) 0:02:08.160 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:57:29 +0000 (0:00:00.019) 0:02:08.179 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:57:29 +0000 (0:00:00.022) 0:02:08.202 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:57:29 +0000 (0:00:00.019) 0:02:08.221 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:57:29 +0000 (0:00:00.021) 0:02:08.243 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:57:29 +0000 (0:00:00.039) 0:02:08.282 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:57:29 +0000 (0:00:00.021) 0:02:08.303 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:57:29 +0000 (0:00:00.018) 0:02:08.322 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:57:29 +0000 (0:00:00.045) 0:02:08.368 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 02 March 2024 16:57:29 +0000 (0:00:00.067) 0:02:08.436 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398600.0783408, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1709398643.7617621, "dev": 42, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1709398643.7617621, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 160, "uid": 1111, "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 02 March 2024 16:57:29 +0000 (0:00:00.219) 0:02:08.655 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 02 March 2024 16:57:29 +0000 (0:00:00.022) 0:02:08.677 ******** changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 02 March 2024 16:57:30 +0000 (0:00:00.215) 0:02:08.892 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:57:30 +0000 (0:00:00.033) 0:02:08.925 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:57:30 +0000 (0:00:00.022) 0:02:08.948 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:57:30 +0000 (0:00:00.021) 0:02:08.970 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 02 March 2024 16:57:30 +0000 (0:00:00.024) 0:02:08.994 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 02 March 2024 16:57:30 +0000 (0:00:00.431) 0:02:09.426 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.051322", "end": "2024-03-02 16:57:30.851556", "rc": 0, "start": "2024-03-02 16:57:30.800234" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 02 March 2024 16:57:30 +0000 (0:00:00.282) 0:02:09.708 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.054239", "end": "2024-03-02 16:57:31.134805", "rc": 0, "start": "2024-03-02 16:57:31.080566" } STDOUT: systemd-quadlet-basic TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:57:31 +0000 (0:00:00.283) 0:02:09.992 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 02 March 2024 16:57:31 +0000 (0:00:00.025) 0:02:10.017 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Saturday 02 March 2024 16:57:31 +0000 (0:00:00.085) 0:02:10.103 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Saturday 02 March 2024 16:57:31 +0000 (0:00:00.032) 0:02:10.135 ******** ok: [sut] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Saturday 02 March 2024 16:57:31 +0000 (0:00:00.029) 0:02:10.164 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398600.0783408, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1709398643.7617621, "dev": 42, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1709398643.7617621, "nlink": 7, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 160, "uid": 1111, "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Saturday 02 March 2024 16:57:31 +0000 (0:00:00.220) 0:02:10.385 ******** ok: [sut] => { "changed": false, "containers": [] } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Saturday 02 March 2024 16:57:31 +0000 (0:00:00.357) 0:02:10.742 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.051997", "end": "2024-03-02 16:57:32.162327", "rc": 0, "start": "2024-03-02 16:57:32.110330" } STDOUT: podman TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Saturday 02 March 2024 16:57:32 +0000 (0:00:00.277) 0:02:11.019 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.055921", "end": "2024-03-02 16:57:32.448349", "rc": 0, "start": "2024-03-02 16:57:32.392428" } TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Saturday 02 March 2024 16:57:32 +0000 (0:00:00.285) 0:02:11.305 ******** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "user_quadlet_basic" ], "delta": "0:00:00.009089", "end": "2024-03-02 16:57:32.680348", "rc": 0, "start": "2024-03-02 16:57:32.671259" } TASK [Ensure no linger] ******************************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:221 Saturday 02 March 2024 16:57:32 +0000 (0:00:00.248) 0:02:11.553 ******** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [Run the role - root] ***************************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:227 Saturday 02 March 2024 16:57:32 +0000 (0:00:00.216) 0:02:11.770 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 02 March 2024 16:57:32 +0000 (0:00:00.053) 0:02:11.823 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 02 March 2024 16:57:33 +0000 (0:00:00.075) 0:02:11.899 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 02 March 2024 16:57:33 +0000 (0:00:00.026) 0:02:11.926 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 02 March 2024 16:57:33 +0000 (0:00:00.021) 0:02:11.947 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 02 March 2024 16:57:33 +0000 (0:00:00.019) 0:02:11.967 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 02 March 2024 16:57:33 +0000 (0:00:00.053) 0:02:12.020 ******** ok: [sut] => { "censored": "the 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 02 March 2024 16:57:34 +0000 (0:00:01.082) 0:02:13.103 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 02 March 2024 16:57:34 +0000 (0:00:00.019) 0:02:13.122 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 02 March 2024 16:57:34 +0000 (0:00:00.023) 0:02:13.145 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.035438", "end": "2024-03-02 16:57:34.534989", "rc": 0, "start": "2024-03-02 16:57:34.499551" } STDOUT: podman version 4.9.3-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 02 March 2024 16:57:34 +0000 (0:00:00.246) 0:02:13.392 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 02 March 2024 16:57:34 +0000 (0:00:00.021) 0:02:13.413 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 02 March 2024 16:57:34 +0000 (0:00:00.052) 0:02:13.465 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 02 March 2024 16:57:34 +0000 (0:00:00.055) 0:02:13.521 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:57:34 +0000 (0:00:00.034) 0:02:13.555 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:57:34 +0000 (0:00:00.216) 0:02:13.771 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:57:34 +0000 (0:00:00.025) 0:02:13.796 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:57:34 +0000 (0:00:00.025) 0:02:13.822 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.215) 0:02:14.037 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.025) 0:02:14.063 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.218) 0:02:14.282 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.022) 0:02:14.304 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.022) 0:02:14.326 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.020) 0:02:14.347 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.020) 0:02:14.367 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.019) 0:02:14.387 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.019) 0:02:14.406 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.023) 0:02:14.430 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.060) 0:02:14.490 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.019) 0:02:14.509 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.018) 0:02:14.528 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.034) 0:02:14.562 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.019) 0:02:14.581 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.018) 0:02:14.600 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.035) 0:02:14.635 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.019) 0:02:14.655 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.018) 0:02:14.674 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.036) 0:02:14.710 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.018) 0:02:14.729 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.020) 0:02:14.750 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.020) 0:02:14.770 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.020) 0:02:14.791 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 02 March 2024 16:57:35 +0000 (0:00:00.020) 0:02:14.812 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.020) 0:02:14.832 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.049) 0:02:14.881 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.054) 0:02:14.935 ******** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.020) 0:02:14.956 ******** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.023) 0:02:14.980 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.031) 0:02:15.011 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.018) 0:02:15.030 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.018) 0:02:15.048 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.020) 0:02:15.068 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.019) 0:02:15.088 ******** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.376) 0:02:15.464 ******** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.020) 0:02:15.485 ******** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.025) 0:02:15.510 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.032) 0:02:15.543 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.019) 0:02:15.562 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.019) 0:02:15.581 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.017) 0:02:15.599 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 02 March 2024 16:57:36 +0000 (0:00:00.050) 0:02:15.650 ******** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Saturday 02 March 2024 16:57:37 +0000 (0:00:00.364) 0:02:16.014 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Saturday 02 March 2024 16:57:37 +0000 (0:00:00.018) 0:02:16.033 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:57:37 +0000 (0:00:00.056) 0:02:16.089 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Network": { "Gateway": "192.168.29.1", "Label": "app=wordpress", "Subnet": "192.168.29.0/24" } }, "__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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:57:37 +0000 (0:00:00.025) 0:02:16.114 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:57:37 +0000 (0:00:00.026) 0:02:16.141 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:57:37 +0000 (0:00:00.019) 0:02:16.160 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:57:37 +0000 (0:00:00.028) 0:02:16.189 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:57:37 +0000 (0:00:00.034) 0:02:16.224 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:57:37 +0000 (0:00:00.023) 0:02:16.248 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:57:37 +0000 (0:00:00.023) 0:02:16.272 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:57:37 +0000 (0:00:00.025) 0:02:16.297 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:57:37 +0000 (0:00:00.218) 0:02:16.515 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:57:37 +0000 (0:00:00.024) 0:02:16.539 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:57:37 +0000 (0:00:00.214) 0:02:16.753 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:57:37 +0000 (0:00:00.020) 0:02:16.774 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:57:37 +0000 (0:00:00.021) 0:02:16.795 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:57:37 +0000 (0:00:00.020) 0:02:16.816 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.019) 0:02:16.835 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.019) 0:02:16.855 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.018) 0:02:16.874 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.034) 0:02:16.908 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.018) 0:02:16.927 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.023) 0:02:16.950 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.045) 0:02:16.996 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.021) 0:02:17.018 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.038) 0:02:17.056 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.032) 0:02:17.089 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.019) 0:02:17.108 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.017) 0:02:17.126 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.018) 0:02:17.144 ******** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.017) 0:02:17.161 ******** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.051) 0:02:17.213 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.224) 0:02:17.437 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.019) 0:02:17.457 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Saturday 02 March 2024 16:57:38 +0000 (0:00:00.020) 0:02:17.477 ******** changed: [sut] => { "changed": true, "checksum": "527eda617bc3c33ce0c070878f5290eea6be16e5", "dest": "/etc/containers/systemd/quadlet-basic.network", "gid": 0, "group": "root", "md5sum": "1f5dfaba883c749c6004ddcb90f6bdc8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1709398658.6927948-10678-75592727691326/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Saturday 02 March 2024 16:57:39 +0000 (0:00:00.572) 0:02:18.050 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Saturday 02 March 2024 16:57:39 +0000 (0:00:00.548) 0:02:18.598 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Saturday 02 March 2024 16:57:39 +0000 (0:00:00.023) 0:02:18.622 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:57:39 +0000 (0:00:00.024) 0:02:18.646 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:57:39 +0000 (0:00:00.023) 0:02:18.669 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:57:39 +0000 (0:00:00.024) 0:02:18.694 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:57:39 +0000 (0:00:00.020) 0:02:18.714 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:57:39 +0000 (0:00:00.028) 0:02:18.743 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:57:39 +0000 (0:00:00.034) 0:02:18.777 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:57:39 +0000 (0:00:00.029) 0:02:18.807 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.058) 0:02:18.865 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.026) 0:02:18.892 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.219) 0:02:19.112 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.025) 0:02:19.138 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.217) 0:02:19.355 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.022) 0:02:19.377 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.021) 0:02:19.398 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.022) 0:02:19.421 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.031) 0:02:19.453 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.038) 0:02:19.491 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.031) 0:02:19.522 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql-volume.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.035) 0:02:19.558 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.025) 0:02:19.583 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.026) 0:02:19.610 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.053) 0:02:19.663 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.018) 0:02:19.682 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.041) 0:02:19.724 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.074) 0:02:19.798 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:57:40 +0000 (0:00:00.019) 0:02:19.818 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:57:41 +0000 (0:00:00.019) 0:02:19.838 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 02 March 2024 16:57:41 +0000 (0:00:00.018) 0:02:19.857 ******** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Saturday 02 March 2024 16:57:41 +0000 (0:00:00.017) 0:02:19.875 ******** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Saturday 02 March 2024 16:57:41 +0000 (0:00:00.019) 0:02:19.894 ******** 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": 35, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Saturday 02 March 2024 16:57:41 +0000 (0:00:00.223) 0:02:20.118 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Saturday 02 March 2024 16:57:41 +0000 (0:00:00.020) 0:02:20.138 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Saturday 02 March 2024 16:57:41 +0000 (0:00:00.019) 0:02:20.158 ******** changed: [sut] => { "changed": true, "checksum": "fd0ae560360afa5541b866560b1e849d25e216ef", "dest": "/etc/containers/systemd/quadlet-basic-mysql.volume", "gid": 0, "group": "root", "md5sum": "4967598a0284ad3e296ab106829a30a2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 53, "src": "/root/.ansible/tmp/ansible-tmp-1709398661.3721347-10762-60453854222893/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Saturday 02 March 2024 16:57:41 +0000 (0:00:00.579) 0:02:20.738 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Saturday 02 March 2024 16:57:42 +0000 (0:00:00.550) 0:02:21.288 ******** changed: [sut] => { "changed": true, "name": "quadlet-basic-mysql-volume.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket sysinit.target basic.target system.slice -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-basic-mysql-volume.service", "DevicePolicy": "auto", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/quadlet-basic-mysql-volume.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql-volume.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13974", "LimitNPROCSoft": "13974", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13974", "LimitSIGPENDINGSoft": "13974", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql-volume.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql-volume", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22358", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Saturday 02 March 2024 16:57:42 +0000 (0:00:00.471) 0:02:21.759 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:57:42 +0000 (0:00:00.021) 0:02:21.781 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "quadlet-basic-mysql", "Environment": [ "FOO=/bin/busybox-extras", "BAZ=test" ], "Image": "quay.io/linux-system-roles/mysql:5.6", "Network": "quadlet-basic.network", "PodmanArgs": "--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json", "Volume": "quadlet-basic-mysql.volume:/var/lib/mysql" }, "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:57:42 +0000 (0:00:00.026) 0:02:21.808 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.024) 0:02:21.832 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.019) 0:02:21.851 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.028) 0:02:21.880 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.033) 0:02:21.913 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.023) 0:02:21.937 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.027) 0:02:21.964 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.028) 0:02:21.992 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.219) 0:02:22.212 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.025) 0:02:22.237 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.215) 0:02:22.453 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.019) 0:02:22.472 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.018) 0:02:22.490 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.019) 0:02:22.510 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.018) 0:02:22.528 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.052) 0:02:22.581 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.026) 0:02:22.608 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.037) 0:02:22.646 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.021) 0:02:22.667 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.021) 0:02:22.688 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic-mysql.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.045) 0:02:22.734 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.019) 0:02:22.753 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 02 March 2024 16:57:43 +0000 (0:00:00.044) 0:02:22.798 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:57:44 +0000 (0:00:00.033) 0:02:22.831 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:57:44 +0000 (0:00:00.019) 0:02:22.850 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:57:44 +0000 (0:00:00.019) 0:02:22.869 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 02 March 2024 16:57:44 +0000 (0:00:00.019) 0:02:22.889 ******** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Saturday 02 March 2024 16:57:44 +0000 (0:00:00.017) 0:02:22.907 ******** changed: [sut] => (item=quay.io/linux-system-roles/mysql:5.6) => { "actions": [ "Pulled image quay.io/linux-system-roles/mysql:5.6" ], "ansible_loop_var": "item", "attempts": 1, "changed": true, "failed_when_result": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "mysqld" ], "Entrypoint": [ "docker-entrypoint.sh" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "GOSU_VERSION=1.12", "MYSQL_MAJOR=5.6", "MYSQL_VERSION=5.6.51-1debian9" ], "ExposedPorts": { "3306/tcp": {} }, "Volumes": { "/var/lib/mysql": {} } }, "Created": "2021-12-21T02:57:59.587337844Z", "Digest": "sha256:2d0419de75076a55e0d0c0680b4f86ecdbb8a88de92054698a0028bcb218a3a8", "GraphDriver": { "Data": { "LowerDir": "/var/lib/containers/storage/overlay/63c8cde32bc583ca7971591c23194c1fd072197949f28fcad7f10780ad1af022/diff:/var/lib/containers/storage/overlay/4904a0ac4db0b6060c944fc7c882cba99b79b50f90151785350c0e4ba7f94390/diff:/var/lib/containers/storage/overlay/1822e40336d4b2b31d888f669f443965d4476dae35fd0a67e58eefd9c5ecb9e5/diff:/var/lib/containers/storage/overlay/988a3979591d296974121b0a893ec621ea5e9939ab3cc5e7c194dbe27f7b5677/diff:/var/lib/containers/storage/overlay/ba0315059f870fcb66ebd6517f455f714fb4eeeb4fdee9cefb3d7f59a7b0cdb7/diff:/var/lib/containers/storage/overlay/0dbdd9024cc38ecc226b2c4772718d32ff0abc288b41669d58d506274c16c67a/diff:/var/lib/containers/storage/overlay/f8ddb99f39386eac409b19f8b347a7a10ee91771cfb838c88793ad8947a233f5/diff:/var/lib/containers/storage/overlay/2ecb8e9889676e4b9b129bab56314644612905ce6e6ce1c92d5a86ac8f08f03b/diff:/var/lib/containers/storage/overlay/07e715cdf99b679f1e067f4819d1b7e1ba9ea24229ede4e6b45b9240fe5865f8/diff:/var/lib/containers/storage/overlay/2b83e5699838047f936a3875bcce7fe1b169983bf86785ae7519c5bc488558ae/diff", "UpperDir": "/var/lib/containers/storage/overlay/bb762056c5cde2e3213fe6ccf595176708249829a607b0afc5799075d4a852ec/diff", "WorkDir": "/var/lib/containers/storage/overlay/bb762056c5cde2e3213fe6ccf595176708249829a607b0afc5799075d4a852ec/work" }, "Name": "overlay" }, "History": [ { "created": "2021-12-21T01:24:41.626621944Z", "created_by": "/bin/sh -c #(nop) ADD file:b1650c19c1dd1f4cff71553f2bb0bc949944d0bc24b54c318b2880c14538648a in / " }, { "created": "2021-12-21T01:24:42.056427889Z", "created_by": "/bin/sh -c #(nop) CMD [\"bash\"]", "empty_layer": true }, { "created": "2021-12-21T02:56:59.289452902Z", "created_by": "/bin/sh -c groupadd -r mysql && useradd -r -g mysql mysql" }, { "created": "2021-12-21T02:57:05.692613282Z", "created_by": "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*" }, { "created": "2021-12-21T02:57:05.921738618Z", "created_by": "/bin/sh -c #(nop) ENV GOSU_VERSION=1.12", "empty_layer": true }, { "created": "2021-12-21T02:57:18.981216995Z", "created_by": "/bin/sh -c set -eux; \tsavedAptMark=\"$(apt-mark showmanual)\"; \tapt-get update; \tapt-get install -y --no-install-recommends ca-certificates wget; \trm -rf /var/lib/apt/lists/*; \tdpkgArch=\"$(dpkg --print-architecture | awk -F- '{ print $NF }')\"; \twget -O /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch\"; \twget -O /usr/local/bin/gosu.asc \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc\"; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; \tgpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" /usr/local/bin/gosu.asc; \tapt-mark auto '.*' > /dev/null; \t[ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark > /dev/null; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \tchmod +x /usr/local/bin/gosu; \tgosu --version; \tgosu nobody true" }, { "created": "2021-12-21T02:57:19.781116502Z", "created_by": "/bin/sh -c mkdir /docker-entrypoint-initdb.d" }, { "created": "2021-12-21T02:57:25.555452451Z", "created_by": "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends \t\tpwgen \t\tperl \t\txz-utils \t&& rm -rf /var/lib/apt/lists/*" }, { "created": "2021-12-21T02:57:37.684730941Z", "created_by": "/bin/sh -c set -ex; \tkey='A4A9406876FCBD3C456770C88C718D3B5072E1F5'; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\"; \tgpg --batch --export \"$key\" > /etc/apt/trusted.gpg.d/mysql.gpg; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\"; \tapt-key list > /dev/null" }, { "created": "2021-12-21T02:57:37.903115972Z", "created_by": "/bin/sh -c #(nop) ENV MYSQL_MAJOR=5.6", "empty_layer": true }, { "created": "2021-12-21T02:57:38.155528708Z", "created_by": "/bin/sh -c #(nop) ENV MYSQL_VERSION=5.6.51-1debian9", "empty_layer": true }, { "created": "2021-12-21T02:57:39.106901365Z", "created_by": "/bin/sh -c echo 'deb http://repo.mysql.com/apt/debian/ stretch mysql-5.6' > /etc/apt/sources.list.d/mysql.list" }, { "created": "2021-12-21T02:57:56.693791892Z", "created_by": "/bin/sh -c { \t\techo mysql-community-server mysql-community-server/data-dir select ''; \t\techo mysql-community-server mysql-community-server/root-pass password ''; \t\techo mysql-community-server mysql-community-server/re-root-pass password ''; \t\techo mysql-community-server mysql-community-server/remove-test-db select false; \t} | debconf-set-selections \t&& apt-get update \t&& apt-get install -y \t\tmysql-server=\"${MYSQL_VERSION}\" \t&& find /etc/mysql/ -name '*.cnf' -print0 \t\t| xargs -0 grep -lZE '^(bind-address|log)' \t\t| xargs -rt -0 sed -Ei 's/^(bind-address|log)/#&/' \t&& echo '[mysqld]\\nskip-host-cache\\nskip-name-resolve' > /etc/mysql/conf.d/docker.cnf \t&& rm -rf /var/lib/apt/lists/* \t&& rm -rf /var/lib/mysql && mkdir -p /var/lib/mysql /var/run/mysqld \t&& chown -R mysql:mysql /var/lib/mysql /var/run/mysqld \t&& chmod 1777 /var/run/mysqld /var/lib/mysql" }, { "created": "2021-12-21T02:57:57.29721744Z", "created_by": "/bin/sh -c #(nop) VOLUME [/var/lib/mysql]", "empty_layer": true }, { "created": "2021-12-21T02:57:57.591077869Z", "created_by": "/bin/sh -c #(nop) COPY file:345a22fe55d3e6783a17075612415413487e7dba27fbf1000a67c7870364b739 in /usr/local/bin/ " }, { "created": "2021-12-21T02:57:58.761392735Z", "created_by": "/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat" }, { "created": "2021-12-21T02:57:59.04809683Z", "created_by": "/bin/sh -c #(nop) ENTRYPOINT [\"docker-entrypoint.sh\"]", "empty_layer": true }, { "created": "2021-12-21T02:57:59.31392792Z", "created_by": "/bin/sh -c #(nop) EXPOSE 3306", "empty_layer": true }, { "created": "2021-12-21T02:57:59.587337844Z", "created_by": "/bin/sh -c #(nop) CMD [\"mysqld\"]", "empty_layer": true } ], "Id": "dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5", "Labels": null, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/linux-system-roles/mysql:5.6" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/linux-system-roles/mysql@sha256:2d0419de75076a55e0d0c0680b4f86ecdbb8a88de92054698a0028bcb218a3a8", "quay.io/linux-system-roles/mysql@sha256:4faa0a30c0055742c72daff1482976814f340d4bfb647f0fa2c3562fd1a7abda" ], "RepoTags": [ "quay.io/linux-system-roles/mysql:5.6" ], "RootFS": { "Layers": [ "sha256:2b83e5699838047f936a3875bcce7fe1b169983bf86785ae7519c5bc488558ae", "sha256:2e10295573911964a8acc37c738aed958d0bc385bc51df6f184b196fb592c975", "sha256:d414fdead0b9c934781e5611c016d7c237062c9470db810ef28b321a492dbb9c", "sha256:4085e588967d10dafb76ad52f66f661b41b9008cc16568ce02853de7cbbf7433", "sha256:7ea96a4e341b4d139f5e076e71d19229537292226c3b24ec2d588567667a1191", "sha256:e3dce1c82d4e4142e8e1bf2fb9c6fd2555196d40088167270ff95c9af37b88af", "sha256:2612088e90f60ecb4a13e68adbfb2b1366f82fc8fbf1f0970f8769cf3cd753ee", "sha256:eba393347f896c4028340bf1a40cc5d6b8f21eeb7abf3e79799d842a6babb93f", "sha256:7c5a5c1986b16b0d8ad4eaa8066627910ec7794a657467e8f18d223f1c0034fd", "sha256:49a1ca1cd2b80f84d6616df2b5123458f4bcb065bca28c43d9c3fd5a0480b907", "sha256:7137327a7221ddb123883146beb68003ee31d652ec46ab8bea3ba12c2df8df8f" ], "Type": "layers" }, "Size": 307607194, "User": "", "Version": "20.10.7", "VirtualSize": 307607194 } ], "item": "quay.io/linux-system-roles/mysql:5.6", "podman_actions": [ "/usr/bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json", "/usr/bin/podman image exists quay.io/linux-system-roles/mysql:5.6", "/usr/bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q", "/usr/bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json" ] } TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Saturday 02 March 2024 16:57:52 +0000 (0:00:08.625) 0:02:31.532 ******** 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": 69, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Saturday 02 March 2024 16:57:52 +0000 (0:00:00.224) 0:02:31.757 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Saturday 02 March 2024 16:57:52 +0000 (0:00:00.020) 0:02:31.777 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Saturday 02 March 2024 16:57:52 +0000 (0:00:00.019) 0:02:31.797 ******** changed: [sut] => { "changed": true, "checksum": "45cd978d7b06ce53aa29035a1848234b096cce98", "dest": "/etc/containers/systemd/quadlet-basic-mysql.container", "gid": 0, "group": "root", "md5sum": "1d3b87d14c3bfc8b9ec3b735c3840f65", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 443, "src": "/root/.ansible/tmp/ansible-tmp-1709398673.0107834-10850-78807042022481/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Saturday 02 March 2024 16:57:53 +0000 (0:00:00.566) 0:02:32.363 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Saturday 02 March 2024 16:57:54 +0000 (0:00:00.584) 0:02:32.948 ******** changed: [sut] => { "changed": true, "name": "quadlet-basic-mysql.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount system.slice quadlet-basic-mysql-volume.service quadlet-basic-network.service sysinit.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "quadlet-basic-mysql.service", "DevicePolicy": "auto", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-basic-mysql.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-basic-mysql --cidfile=/run/quadlet-basic-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-basic --sdnotify=conmon -d -v systemd-quadlet-basic-mysql:/var/lib/mysql --env BAZ=test --env FOO=/bin/busybox-extras --secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json quay.io/linux-system-roles/mysql:5.6 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-basic-mysql --cidfile=/run/quadlet-basic-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-basic --sdnotify=conmon -d -v systemd-quadlet-basic-mysql:/var/lib/mysql --env BAZ=test --env FOO=/bin/busybox-extras --secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json quay.io/linux-system-roles/mysql:5.6 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-basic-mysql.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-basic-mysql.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-basic-mysql.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-basic-mysql.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/quadlet-basic-mysql.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13974", "LimitNPROCSoft": "13974", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13974", "LimitSIGPENDINGSoft": "13974", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "quadlet-basic-mysql-volume.service quadlet-basic-network.service system.slice sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/quadlet-basic-mysql.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22358", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Saturday 02 March 2024 16:57:54 +0000 (0:00:00.795) 0:02:33.743 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 02 March 2024 16:57:54 +0000 (0:00:00.021) 0:02:33.764 ******** TASK [Check files] ************************************************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:234 Saturday 02 March 2024 16:57:54 +0000 (0:00:00.048) 0:02:33.812 ******** ok: [sut] => (item=quadlet-basic-mysql.container) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "cat", "/etc/containers/systemd/quadlet-basic-mysql.container" ], "delta": "0:00:00.004209", "end": "2024-03-02 16:57:55.338316", "item": "quadlet-basic-mysql.container", "rc": 0, "start": "2024-03-02 16:57:55.334107" } STDOUT: # # Ansible managed # # system_role:podman [Install] WantedBy=default.target [Container] Image=quay.io/linux-system-roles/mysql:5.6 ContainerName=quadlet-basic-mysql Volume=quadlet-basic-mysql.volume:/var/lib/mysql Network=quadlet-basic.network PodmanArgs=--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json Environment=FOO=/bin/busybox-extras Environment=BAZ=test ok: [sut] => (item=quadlet-basic.network) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "cat", "/etc/containers/systemd/quadlet-basic.network" ], "delta": "0:00:01.004349", "end": "2024-03-02 16:57:56.554958", "item": "quadlet-basic.network", "rc": 0, "start": "2024-03-02 16:57:55.550609" } STDOUT: # # Ansible managed # # system_role:podman [Network] Subnet=192.168.29.0/24 Gateway=192.168.29.1 Label=app=wordpress ok: [sut] => (item=quadlet-basic-mysql.volume) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "cat", "/etc/containers/systemd/quadlet-basic-mysql.volume" ], "delta": "0:00:00.003382", "end": "2024-03-02 16:57:56.789145", "item": "quadlet-basic-mysql.volume", "rc": 0, "start": "2024-03-02 16:57:56.785763" } STDOUT: # # Ansible managed # # system_role:podman [Volume] TASK [Check JSON] ************************************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:244 Saturday 02 March 2024 16:57:56 +0000 (0:00:01.830) 0:02:35.643 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "exec", "quadlet-basic-mysql", "cat", "/tmp/test.json" ], "delta": "0:00:00.975407", "end": "2024-03-02 16:57:58.074767", "failed_when_result": false, "rc": 0, "start": "2024-03-02 16:57:57.099360" } STDOUT: {"test": "json"} TASK [Cleanup user] ************************************************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:259 Saturday 02 March 2024 16:57:58 +0000 (0:00:01.297) 0:02:36.941 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 02 March 2024 16:57:58 +0000 (0:00:00.031) 0:02:36.973 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 02 March 2024 16:57:58 +0000 (0:00:00.036) 0:02:37.009 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 02 March 2024 16:57:58 +0000 (0:00:00.035) 0:02:37.044 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 02 March 2024 16:57:58 +0000 (0:00:00.072) 0:02:37.116 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 02 March 2024 16:57:58 +0000 (0:00:00.024) 0:02:37.141 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 02 March 2024 16:57:58 +0000 (0:00:00.044) 0:02:37.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 : Enable copr if requested] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 02 March 2024 16:57:59 +0000 (0:00:01.101) 0:02:38.287 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 02 March 2024 16:57:59 +0000 (0:00:00.019) 0:02:38.306 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 02 March 2024 16:57:59 +0000 (0:00:00.025) 0:02:38.332 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034501", "end": "2024-03-02 16:57:59.721590", "rc": 0, "start": "2024-03-02 16:57:59.687089" } STDOUT: podman version 4.9.3-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 02 March 2024 16:57:59 +0000 (0:00:00.245) 0:02:38.577 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 02 March 2024 16:57:59 +0000 (0:00:00.020) 0:02:38.598 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 02 March 2024 16:57:59 +0000 (0:00:00.020) 0:02:38.618 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 02 March 2024 16:57:59 +0000 (0:00:00.061) 0:02:38.679 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:57:59 +0000 (0:00:00.091) 0:02:38.771 ******** ok: [sut] => { "ansible_facts": { "getent_passwd": { "user_quadlet_basic": [ "x", "1111", "1111", "", "/home/user_quadlet_basic", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:58:00 +0000 (0:00:00.233) 0:02:39.005 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:58:00 +0000 (0:00:00.024) 0:02:39.029 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:58:00 +0000 (0:00:00.029) 0:02:39.059 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:58:00 +0000 (0:00:00.273) 0:02:39.333 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:58:00 +0000 (0:00:00.027) 0:02:39.360 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:58:00 +0000 (0:00:00.217) 0:02:39.577 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004253", "end": "2024-03-02 16:58:00.941016", "rc": 0, "start": "2024-03-02 16:58:00.936763" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:58:00 +0000 (0:00:00.216) 0:02:39.794 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004466", "end": "2024-03-02 16:58:01.159191", "rc": 0, "start": "2024-03-02 16:58:01.154725" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.220) 0:02:40.014 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.020) 0:02:40.034 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.019) 0:02:40.054 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.019) 0:02:40.073 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.019) 0:02:40.092 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.025) 0:02:40.118 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.082) 0:02:40.201 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.019) 0:02:40.220 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.019) 0:02:40.240 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.037) 0:02:40.277 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.019) 0:02:40.296 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.018) 0:02:40.315 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.037) 0:02:40.353 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.020) 0:02:40.373 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.019) 0:02:40.393 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.040) 0:02:40.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.020) 0:02:40.454 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.019) 0:02:40.473 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.019) 0:02:40.493 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.018) 0:02:40.512 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.019) 0:02:40.531 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.017) 0:02:40.549 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.018) 0:02:40.567 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.091) 0:02:40.659 ******** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.021) 0:02:40.681 ******** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.025) 0:02:40.706 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.031) 0:02:40.738 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.020) 0:02:40.759 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.024) 0:02:40.783 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 02 March 2024 16:58:01 +0000 (0:00:00.029) 0:02:40.813 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.222) 0:02:41.035 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.022) 0:02:41.058 ******** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.020) 0:02:41.078 ******** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.026) 0:02:41.104 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.033) 0:02:41.138 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.022) 0:02:41.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.023) 0:02:41.184 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.026) 0:02:41.211 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.262) 0:02:41.473 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.054) 0:02:41.528 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.018) 0:02:41.546 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.064) 0:02:41.610 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.024) 0:02:41.635 ******** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.025) 0:02:41.660 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.022) 0:02:41.683 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.030) 0:02:41.713 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.039) 0:02:41.752 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.024) 0:02:41.777 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:58:02 +0000 (0:00:00.023) 0:02:41.801 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:58:03 +0000 (0:00:00.024) 0:02:41.826 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:58:03 +0000 (0:00:00.216) 0:02:42.043 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:58:03 +0000 (0:00:00.026) 0:02:42.069 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:58:03 +0000 (0:00:00.338) 0:02:42.408 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.006203", "end": "2024-03-02 16:58:03.901931", "rc": 0, "start": "2024-03-02 16:58:03.895728" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:58:03 +0000 (0:00:00.352) 0:02:42.760 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.007723", "end": "2024-03-02 16:58:04.273970", "rc": 0, "start": "2024-03-02 16:58:04.266247" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:58:04 +0000 (0:00:00.376) 0:02:43.137 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:58:04 +0000 (0:00:00.019) 0:02:43.157 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:58:04 +0000 (0:00:00.020) 0:02:43.177 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:58:04 +0000 (0:00:00.019) 0:02:43.196 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:58:04 +0000 (0:00:00.020) 0:02:43.216 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql-volume.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:58:04 +0000 (0:00:00.036) 0:02:43.253 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:58:04 +0000 (0:00:00.021) 0:02:43.274 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:58:04 +0000 (0:00:00.021) 0:02:43.295 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:58:04 +0000 (0:00:00.049) 0:02:43.345 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 02 March 2024 16:58:04 +0000 (0:00:00.042) 0:02:43.387 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 02 March 2024 16:58:04 +0000 (0:00:00.327) 0:02:43.715 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 02 March 2024 16:58:04 +0000 (0:00:00.024) 0:02:43.739 ******** ok: [sut] => { "changed": false, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.376) 0:02:44.115 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.075) 0:02:44.191 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.022) 0:02:44.213 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.023) 0:02:44.237 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.025) 0:02:44.262 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.021) 0:02:44.283 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.020) 0:02:44.303 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.021) 0:02:44.325 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.018) 0:02:44.343 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "quadlet-basic-mysql", "Environment": [ "FOO=/bin/busybox-extras", "BAZ=test" ], "Image": "quay.io/linux-system-roles/mysql:5.6", "Network": "quadlet-basic.network", "PodmanArgs": "--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json", "Volume": "quadlet-basic-mysql.volume:/var/lib/mysql" }, "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.025) 0:02:44.368 ******** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.025) 0:02:44.394 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.020) 0:02:44.414 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.036) 0:02:44.451 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.041) 0:02:44.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.025) 0:02:44.518 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.025) 0:02:44.543 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.026) 0:02:44.570 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:58:05 +0000 (0:00:00.227) 0:02:44.798 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:58:06 +0000 (0:00:00.039) 0:02:44.838 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:58:06 +0000 (0:00:00.239) 0:02:45.077 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004186", "end": "2024-03-02 16:58:06.446239", "rc": 0, "start": "2024-03-02 16:58:06.442053" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:58:06 +0000 (0:00:00.225) 0:02:45.303 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.005278", "end": "2024-03-02 16:58:06.671351", "rc": 0, "start": "2024-03-02 16:58:06.666073" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:58:06 +0000 (0:00:00.222) 0:02:45.525 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:58:06 +0000 (0:00:00.019) 0:02:45.544 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:58:06 +0000 (0:00:00.024) 0:02:45.569 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:58:06 +0000 (0:00:00.019) 0:02:45.588 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:58:06 +0000 (0:00:00.020) 0:02:45.609 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql.service", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:58:06 +0000 (0:00:00.034) 0:02:45.643 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:58:06 +0000 (0:00:00.021) 0:02:45.664 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:58:06 +0000 (0:00:00.019) 0:02:45.684 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:58:06 +0000 (0:00:00.046) 0:02:45.730 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 02 March 2024 16:58:06 +0000 (0:00:00.041) 0:02:45.771 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.211) 0:02:45.982 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.024) 0:02:46.007 ******** ok: [sut] => { "changed": false, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.290) 0:02:46.297 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.032) 0:02:46.329 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.030) 0:02:46.359 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.029) 0:02:46.389 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.027) 0:02:46.416 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.022) 0:02:46.438 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.020) 0:02:46.458 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.020) 0:02:46.479 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.018) 0:02:46.497 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Network": { "Gateway": "192.168.29.1", "Label": "app=wordpress", "Subnet": "192.168.29.0/24" } }, "__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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.023) 0:02:46.521 ******** ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.023) 0:02:46.545 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.018) 0:02:46.564 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.026) 0:02:46.591 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.048) 0:02:46.639 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.040) 0:02:46.679 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.031) 0:02:46.710 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:58:07 +0000 (0:00:00.026) 0:02:46.737 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:58:08 +0000 (0:00:00.220) 0:02:46.957 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:58:08 +0000 (0:00:00.059) 0:02:47.017 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:58:08 +0000 (0:00:00.217) 0:02:47.234 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004169", "end": "2024-03-02 16:58:08.593769", "rc": 0, "start": "2024-03-02 16:58:08.589600" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:58:08 +0000 (0:00:00.212) 0:02:47.447 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004213", "end": "2024-03-02 16:58:08.808815", "rc": 0, "start": "2024-03-02 16:58:08.804602" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:58:08 +0000 (0:00:00.214) 0:02:47.662 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:58:08 +0000 (0:00:00.019) 0:02:47.682 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:58:08 +0000 (0:00:00.019) 0:02:47.701 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:58:08 +0000 (0:00:00.019) 0:02:47.720 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:58:08 +0000 (0:00:00.018) 0:02:47.739 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__podman_systemd_scope": "user", "__podman_user_home_dir": "/home/user_quadlet_basic", "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:58:08 +0000 (0:00:00.034) 0:02:47.774 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:58:08 +0000 (0:00:00.019) 0:02:47.793 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:58:08 +0000 (0:00:00.019) 0:02:47.813 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:58:09 +0000 (0:00:00.044) 0:02:47.857 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 02 March 2024 16:58:09 +0000 (0:00:00.039) 0:02:47.897 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 02 March 2024 16:58:09 +0000 (0:00:00.237) 0:02:48.135 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 02 March 2024 16:58:09 +0000 (0:00:00.044) 0:02:48.180 ******** ok: [sut] => { "changed": false, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 02 March 2024 16:58:09 +0000 (0:00:00.303) 0:02:48.483 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:58:09 +0000 (0:00:00.037) 0:02:48.521 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:58:09 +0000 (0:00:00.024) 0:02:48.546 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:58:09 +0000 (0:00:00.031) 0:02:48.577 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 02 March 2024 16:58:09 +0000 (0:00:00.050) 0:02:48.628 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 02 March 2024 16:58:09 +0000 (0:00:00.025) 0:02:48.654 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 02 March 2024 16:58:09 +0000 (0:00:00.024) 0:02:48.679 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:58:09 +0000 (0:00:00.025) 0:02:48.704 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 02 March 2024 16:58:09 +0000 (0:00:00.026) 0:02:48.730 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Saturday 02 March 2024 16:58:09 +0000 (0:00:00.058) 0:02:48.788 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Saturday 02 March 2024 16:58:09 +0000 (0:00:00.024) 0:02:48.813 ******** ok: [sut] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Saturday 02 March 2024 16:58:10 +0000 (0:00:00.026) 0:02:48.839 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Gather facts for containers] ***************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Saturday 02 March 2024 16:58:10 +0000 (0:00:00.217) 0:02:49.057 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Saturday 02 March 2024 16:58:10 +0000 (0:00:00.021) 0:02:49.078 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Saturday 02 March 2024 16:58:10 +0000 (0:00:00.023) 0:02:49.101 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Saturday 02 March 2024 16:58:10 +0000 (0:00:00.027) 0:02:49.129 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove test user] ******************************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:273 Saturday 02 March 2024 16:58:10 +0000 (0:00:00.063) 0:02:49.192 ******** changed: [sut] => { "changed": true, "force": false, "name": "user_quadlet_basic", "remove": false, "state": "absent" } TASK [Cleanup system - root] *************************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:279 Saturday 02 March 2024 16:58:10 +0000 (0:00:00.454) 0:02:49.647 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 02 March 2024 16:58:10 +0000 (0:00:00.051) 0:02:49.698 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 02 March 2024 16:58:10 +0000 (0:00:00.050) 0:02:49.749 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 02 March 2024 16:58:10 +0000 (0:00:00.026) 0:02:49.775 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 02 March 2024 16:58:10 +0000 (0:00:00.019) 0:02:49.795 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 02 March 2024 16:58:10 +0000 (0:00:00.020) 0:02:49.815 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 02 March 2024 16:58:11 +0000 (0:00:00.046) 0:02:49.861 ******** ok: [sut] => { "censored": "the 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 02 March 2024 16:58:12 +0000 (0:00:01.046) 0:02:50.908 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 02 March 2024 16:58:12 +0000 (0:00:00.020) 0:02:50.928 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 02 March 2024 16:58:12 +0000 (0:00:00.026) 0:02:50.955 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034575", "end": "2024-03-02 16:58:12.342763", "rc": 0, "start": "2024-03-02 16:58:12.308188" } STDOUT: podman version 4.9.3-dev TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 02 March 2024 16:58:12 +0000 (0:00:00.272) 0:02:51.228 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3-dev" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 02 March 2024 16:58:12 +0000 (0:00:00.020) 0:02:51.248 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 02 March 2024 16:58:12 +0000 (0:00:00.019) 0:02:51.268 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 02 March 2024 16:58:12 +0000 (0:00:00.058) 0:02:51.326 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:58:12 +0000 (0:00:00.037) 0:02:51.364 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:58:12 +0000 (0:00:00.217) 0:02:51.582 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:58:12 +0000 (0:00:00.024) 0:02:51.606 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:58:12 +0000 (0:00:00.026) 0:02:51.633 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.219) 0:02:51.853 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.023) 0:02:51.876 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.213) 0:02:52.090 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.020) 0:02:52.110 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.020) 0:02:52.130 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.019) 0:02:52.150 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.020) 0:02:52.170 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.052) 0:02:52.223 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.019) 0:02:52.243 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.025) 0:02:52.268 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.036) 0:02:52.305 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.020) 0:02:52.325 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.019) 0:02:52.345 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.037) 0:02:52.382 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.019) 0:02:52.402 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.017) 0:02:52.420 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.037) 0:02:52.457 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.019) 0:02:52.477 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.018) 0:02:52.496 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.038) 0:02:52.535 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.020) 0:02:52.555 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.020) 0:02:52.576 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.019) 0:02:52.596 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.018) 0:02:52.615 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.052) 0:02:52.667 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.019) 0:02:52.687 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.018) 0:02:52.705 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.057) 0:02:52.763 ******** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.020) 0:02:52.783 ******** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 02 March 2024 16:58:13 +0000 (0:00:00.023) 0:02:52.807 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:58:14 +0000 (0:00:00.031) 0:02:52.838 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:58:14 +0000 (0:00:00.020) 0:02:52.859 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:58:14 +0000 (0:00:00.019) 0:02:52.878 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 02 March 2024 16:58:14 +0000 (0:00:00.018) 0:02:52.897 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 02 March 2024 16:58:14 +0000 (0:00:00.018) 0:02:52.916 ******** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 02 March 2024 16:58:14 +0000 (0:00:00.258) 0:02:53.174 ******** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 02 March 2024 16:58:14 +0000 (0:00:00.020) 0:02:53.194 ******** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 02 March 2024 16:58:14 +0000 (0:00:00.025) 0:02:53.220 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:58:14 +0000 (0:00:00.030) 0:02:53.250 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:58:14 +0000 (0:00:00.019) 0:02:53.270 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:58:14 +0000 (0:00:00.055) 0:02:53.325 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 02 March 2024 16:58:14 +0000 (0:00:00.019) 0:02:53.345 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 02 March 2024 16:58:14 +0000 (0:00:00.019) 0:02:53.364 ******** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Saturday 02 March 2024 16:58:14 +0000 (0:00:00.294) 0:02:53.658 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Saturday 02 March 2024 16:58:14 +0000 (0:00:00.033) 0:02:53.692 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:58:14 +0000 (0:00:00.073) 0:02:53.766 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:58:14 +0000 (0:00:00.036) 0:02:53.802 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.029) 0:02:53.832 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.023) 0:02:53.855 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.066) 0:02:53.922 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.038) 0:02:53.960 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.036) 0:02:53.997 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.025) 0:02:54.023 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.028) 0:02:54.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.236) 0:02:54.288 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.031) 0:02:54.320 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.226) 0:02:54.546 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.020) 0:02:54.567 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.020) 0:02:54.587 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.020) 0:02:54.608 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.019) 0:02:54.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.027) 0:02:54.655 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.033) 0:02:54.688 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql-volume.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.035) 0:02:54.724 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.021) 0:02:54.745 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.023) 0:02:54.768 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:58:15 +0000 (0:00:00.046) 0:02:54.815 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 02 March 2024 16:58:16 +0000 (0:00:00.048) 0:02:54.864 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 02 March 2024 16:58:16 +0000 (0:00:00.030) 0:02:54.894 ******** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-basic-mysql-volume.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-03-02 16:57:42 UTC", "ActiveEnterTimestampMonotonic": "632680570", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount sysinit.target basic.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-02 16:57:42 UTC", "AssertTimestampMonotonic": "632623208", "Before": "quadlet-basic-mysql.service shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "46619000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-03-02 16:57:42 UTC", "ConditionTimestampMonotonic": "632623204", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-basic-mysql-volume.service", "DevicePolicy": "auto", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-03-02 16:57:42 UTC", "ExecMainExitTimestampMonotonic": "632680435", "ExecMainPID": "14759", "ExecMainStartTimestamp": "Sat 2024-03-02 16:57:42 UTC", "ExecMainStartTimestampMonotonic": "632629832", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/quadlet-basic-mysql-volume.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql-volume.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-03-02 16:57:42 UTC", "InactiveExitTimestampMonotonic": "632630517", "InvocationID": "7b603c5ba321438ab6efadf964d1ed83", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13974", "LimitNPROCSoft": "13974", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13974", "LimitSIGPENDINGSoft": "13974", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql-volume.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "RequiredBy": "quadlet-basic-mysql.service", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-03-02 16:57:42 UTC", "StateChangeTimestampMonotonic": "632680570", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql-volume", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22358", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 02 March 2024 16:58:18 +0000 (0:00:02.778) 0:02:57.673 ******** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-basic-mysql.volume", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 02 March 2024 16:58:19 +0000 (0:00:00.219) 0:02:57.893 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:58:19 +0000 (0:00:00.032) 0:02:57.926 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:58:19 +0000 (0:00:00.019) 0:02:57.945 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:58:19 +0000 (0:00:00.019) 0:02:57.965 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 02 March 2024 16:58:19 +0000 (0:00:00.022) 0:02:57.987 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 02 March 2024 16:58:19 +0000 (0:00:00.561) 0:02:58.548 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.044381", "end": "2024-03-02 16:58:19.953844", "rc": 0, "start": "2024-03-02 16:58:19.909463" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 02 March 2024 16:58:19 +0000 (0:00:00.266) 0:02:58.814 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:58:20 +0000 (0:00:00.082) 0:02:58.896 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:58:20 +0000 (0:00:00.037) 0:02:58.934 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "quadlet-basic-mysql", "Environment": [ "FOO=/bin/busybox-extras", "BAZ=test" ], "Image": "quay.io/linux-system-roles/mysql:5.6", "Network": "quadlet-basic.network", "PodmanArgs": "--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json", "Volume": "quadlet-basic-mysql.volume:/var/lib/mysql" }, "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:58:20 +0000 (0:00:00.061) 0:02:58.995 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:58:20 +0000 (0:00:00.032) 0:02:59.027 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:58:20 +0000 (0:00:00.021) 0:02:59.048 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:58:20 +0000 (0:00:00.029) 0:02:59.077 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:58:20 +0000 (0:00:00.043) 0:02:59.121 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:58:20 +0000 (0:00:00.026) 0:02:59.148 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:58:20 +0000 (0:00:00.024) 0:02:59.172 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:58:20 +0000 (0:00:00.030) 0:02:59.202 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:58:20 +0000 (0:00:00.227) 0:02:59.430 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:58:20 +0000 (0:00:00.027) 0:02:59.457 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:58:20 +0000 (0:00:00.232) 0:02:59.690 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:58:20 +0000 (0:00:00.031) 0:02:59.721 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:58:20 +0000 (0:00:00.026) 0:02:59.748 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:58:20 +0000 (0:00:00.030) 0:02:59.778 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:58:20 +0000 (0:00:00.028) 0:02:59.806 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:58:21 +0000 (0:00:00.020) 0:02:59.826 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:58:21 +0000 (0:00:00.075) 0:02:59.902 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_kube_yamls_raw": "", "__podman_service_name": "quadlet-basic-mysql.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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:58:21 +0000 (0:00:00.045) 0:02:59.947 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:58:21 +0000 (0:00:00.020) 0:02:59.968 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:58:21 +0000 (0:00:00.019) 0:02:59.987 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/mysql:5.6" ], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic-mysql.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:58:21 +0000 (0:00:00.045) 0:03:00.032 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 02 March 2024 16:58:21 +0000 (0:00:00.041) 0:03:00.074 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 02 March 2024 16:58:21 +0000 (0:00:00.020) 0:03:00.094 ******** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-basic-mysql.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-03-02 16:57:54 UTC", "ActiveEnterTimestampMonotonic": "644676539", "ActiveExitTimestamp": "Sat 2024-03-02 16:58:16 UTC", "ActiveExitTimestampMonotonic": "666490590", "ActiveState": "inactive", "After": "system.slice sysinit.target quadlet-basic-mysql-volume.service quadlet-basic-network.service basic.target systemd-journald.socket -.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-02 16:57:54 UTC", "AssertTimestampMonotonic": "644335304", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "3949043000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-03-02 16:57:54 UTC", "ConditionTimestampMonotonic": "644335300", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "quadlet-basic-mysql.service", "DevicePolicy": "auto", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-basic-mysql.service", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-03-02 16:58:18 UTC", "ExecMainExitTimestampMonotonic": "668586081", "ExecMainPID": "15236", "ExecMainStartTimestamp": "Sat 2024-03-02 16:57:54 UTC", "ExecMainStartTimestampMonotonic": "644676501", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-basic-mysql --cidfile=/run/quadlet-basic-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-basic --sdnotify=conmon -d -v systemd-quadlet-basic-mysql:/var/lib/mysql --env BAZ=test --env FOO=/bin/busybox-extras --secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json quay.io/linux-system-roles/mysql:5.6 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-basic-mysql --cidfile=/run/quadlet-basic-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-basic --sdnotify=conmon -d -v systemd-quadlet-basic-mysql:/var/lib/mysql --env BAZ=test --env FOO=/bin/busybox-extras --secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json quay.io/linux-system-roles/mysql:5.6 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-basic-mysql.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-basic-mysql.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-basic-mysql.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-basic-mysql.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/quadlet-basic-mysql.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-03-02 16:58:18 UTC", "InactiveEnterTimestampMonotonic": "668627967", "InactiveExitTimestamp": "Sat 2024-03-02 16:57:54 UTC", "InactiveExitTimestampMonotonic": "644343418", "InvocationID": "965683bd8b2642e68598d410c2ed92b7", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13974", "LimitNPROCSoft": "13974", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13974", "LimitSIGPENDINGSoft": "13974", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "quadlet-basic-network.service quadlet-basic-mysql-volume.service sysinit.target -.mount system.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/quadlet-basic-mysql.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-03-02 16:58:18 UTC", "StateChangeTimestampMonotonic": "668627967", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22358", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 02 March 2024 16:58:21 +0000 (0:00:00.575) 0:03:00.670 ******** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-basic-mysql.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 02 March 2024 16:58:22 +0000 (0:00:00.218) 0:03:00.888 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:58:22 +0000 (0:00:00.034) 0:03:00.923 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:58:22 +0000 (0:00:00.020) 0:03:00.943 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:58:22 +0000 (0:00:00.023) 0:03:00.966 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 02 March 2024 16:58:22 +0000 (0:00:00.019) 0:03:00.986 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 02 March 2024 16:58:22 +0000 (0:00:00.660) 0:03:01.647 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.039913", "end": "2024-03-02 16:58:23.044706", "rc": 0, "start": "2024-03-02 16:58:23.004793" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.253) 0:03:01.900 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.022) 0:03:01.923 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.020) 0:03:01.943 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Network": { "Gateway": "192.168.29.1", "Label": "app=wordpress", "Subnet": "192.168.29.0/24" } }, "__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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.026) 0:03:01.969 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.024) 0:03:01.993 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.021) 0:03:02.015 ******** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.028) 0:03:02.043 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.036) 0:03:02.080 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.023) 0:03:02.104 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.023) 0:03:02.127 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.024) 0:03:02.152 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.216) 0:03:02.369 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.024) 0:03:02.393 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709398575.950108, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1709398542.9387896, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 372926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "2768328910", "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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.213) 0:03:02.606 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.019) 0:03:02.626 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.058) 0:03:02.685 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.021) 0:03:02.706 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.019) 0:03:02.725 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.019) 0:03:02.745 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.018) 0:03:02.764 ******** ok: [sut] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_images_found": [], "__podman_kube_yamls_raw": "", "__podman_service_name": "", "__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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.033) 0:03:02.797 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 02 March 2024 16:58:23 +0000 (0:00:00.019) 0:03:02.817 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 02 March 2024 16:58:24 +0000 (0:00:00.018) 0:03:02.835 ******** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 02 March 2024 16:58:24 +0000 (0:00:00.046) 0:03:02.882 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 02 March 2024 16:58:24 +0000 (0:00:00.041) 0:03:02.923 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 02 March 2024 16:58:24 +0000 (0:00:00.020) 0:03:02.944 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 02 March 2024 16:58:24 +0000 (0:00:00.021) 0:03:02.966 ******** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/quadlet-basic.network", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 02 March 2024 16:58:24 +0000 (0:00:00.215) 0:03:03.181 ******** included: /WORKDIR/git-weekly-cic4tf3hw9/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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 02 March 2024 16:58:24 +0000 (0:00:00.031) 0:03:03.212 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 02 March 2024 16:58:24 +0000 (0:00:00.018) 0:03:03.231 ******** 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-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 02 March 2024 16:58:24 +0000 (0:00:00.019) 0:03:03.251 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 02 March 2024 16:58:24 +0000 (0:00:00.018) 0:03:03.270 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 02 March 2024 16:58:24 +0000 (0:00:00.545) 0:03:03.816 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.042676", "end": "2024-03-02 16:58:25.220499", "rc": 0, "start": "2024-03-02 16:58:25.177823" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 02 March 2024 16:58:25 +0000 (0:00:00.260) 0:03:04.077 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.039725", "end": "2024-03-02 16:58:25.482666", "rc": 0, "start": "2024-03-02 16:58:25.442941" } STDOUT: systemd-quadlet-basic TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 02 March 2024 16:58:25 +0000 (0:00:00.260) 0:03:04.337 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Saturday 02 March 2024 16:58:25 +0000 (0:00:00.020) 0:03:04.358 ******** META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=607 changed=51 unreachable=0 failed=0 skipped=591 rescued=0 ignored=0 Saturday 02 March 2024 16:58:25 +0000 (0:00:00.008) 0:03:04.366 ******** =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 51.06s /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:14 linux-system-roles.podman : Ensure container images are present -------- 11.11s /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 linux-system-roles.podman : Stop and disable service ------------------- 10.75s /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 linux-system-roles.podman : Ensure container images are present --------- 8.63s /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 linux-system-roles.podman : Stop and disable service -------------------- 2.78s /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 linux-system-roles.podman : Gather the package facts -------------------- 2.20s /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Check files ------------------------------------------------------------- 1.83s /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:234 -------------- linux-system-roles.podman : Start service ------------------------------- 1.43s /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Check JSON -------------------------------------------------------------- 1.30s /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:244 -------------- linux-system-roles.podman : Gather the package facts -------------------- 1.14s /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.08s /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.07s /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.07s /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.05s /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.04s /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.03s /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Manage each secret -------------------------- 1.01s /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Check files ------------------------------------------------------------- 0.92s /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:189 -------------- Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/git-weekly-cic4tf3hw9/tests/tests_quadlet_basic.yml:9 ---------------- linux-system-roles.podman : Start service ------------------------------- 0.80s /WORKDIR/git-weekly-cic4tf3hw9/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. [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]: Module remote_tmp /home/user_quadlet_basic/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually [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) [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) ---^---^---^---^---^---