# 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-cic91zygbb/tests/tests_quadlet_basic.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:4 Saturday 23 March 2024 17:24:15 +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-cic91zygbb/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-cic91zygbb/tests/tests_quadlet_basic.yml:9 Saturday 23 March 2024 17:24:15 +0000 (0:00:00.011) 0:00:00.025 ******** ok: [sut] META: ran handlers TASK [Run role - do not pull images] ******************************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:58 Saturday 23 March 2024 17:24:17 +0000 (0:00:01.974) 0:00:02.000 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 23 March 2024 17:24:17 +0000 (0:00:00.047) 0:00:02.048 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 23 March 2024 17:24:17 +0000 (0:00:00.015) 0:00:02.063 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 23 March 2024 17:24:17 +0000 (0:00:00.019) 0:00:02.083 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 23 March 2024 17:24:17 +0000 (0:00:00.270) 0:00:02.353 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 23 March 2024 17:24:17 +0000 (0:00:00.021) 0:00:02.375 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 23 March 2024 17:24:17 +0000 (0:00:00.033) 0:00:02.408 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 23 March 2024 17:24:18 +0000 (0:00:01.100) 0:00:03.509 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 23 March 2024 17:24:18 +0000 (0:00:00.031) 0:00:03.540 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: qemu-user-static-ppc-2:7.2.10-1.fc38.x86_64", "Installed: qemu-user-static-riscv-2:7.2.10-1.fc38.x86_64", "Installed: qemu-user-static-s390x-2:7.2.10-1.fc38.x86_64", "Installed: qemu-user-static-sh4-2:7.2.10-1.fc38.x86_64", "Installed: qemu-user-static-sparc-2:7.2.10-1.fc38.x86_64", "Installed: qemu-user-static-x86-2:7.2.10-1.fc38.x86_64", "Installed: qemu-user-static-xtensa-2:7.2.10-1.fc38.x86_64", "Installed: libmd-1.1.0-1.fc38.x86_64", "Installed: slirp4netns-1.2.2-1.fc38.x86_64", "Installed: passt-0^20240220.g1e6f92b-1.fc38.x86_64", "Installed: passt-selinux-0^20240220.g1e6f92b-1.fc38.noarch", "Installed: podman-5:4.9.3-2.fc38.x86_64", "Installed: catatonit-0.1.7-14.fc38.x86_64", "Installed: gvisor-tap-vsock-6:0.7.3-1.fc38.x86_64", "Installed: gvisor-tap-vsock-gvforwarder-6:0.7.3-1.fc38.x86_64", "Installed: libnet-1.3-1.fc38.x86_64", "Installed: qemu-user-static-cris-2:7.2.10-1.fc38.x86_64", "Installed: qemu-user-static-hexagon-2:7.2.10-1.fc38.x86_64", "Installed: qemu-user-static-hppa-2:7.2.10-1.fc38.x86_64", "Installed: qemu-user-static-loongarch64-2:7.2.10-1.fc38.x86_64", "Installed: yajl-2.1.0-21.fc38.x86_64", "Installed: qemu-user-static-m68k-2:7.2.10-1.fc38.x86_64", "Installed: fuse-common-3.14.1-1.fc38.x86_64", "Installed: fuse-overlayfs-1.13-1.fc38.x86_64", "Installed: criu-3.18-1.fc38.x86_64", "Installed: fuse3-3.14.1-1.fc38.x86_64", "Installed: criu-libs-3.18-1.fc38.x86_64", "Installed: fuse3-libs-3.14.1-1.fc38.x86_64", "Installed: libslirp-4.7.0-3.fc38.x86_64", "Installed: shadow-utils-subid-2:4.13-6.fc38.x86_64", "Installed: libbsd-0.11.7-4.fc38.x86_64", "Installed: conmon-2:2.1.10-1.fc38.x86_64", "Installed: aardvark-dns-1.10.0-1.fc38.x86_64", "Installed: qemu-user-static-2:7.2.10-1.fc38.x86_64", "Installed: container-selinux-2:2.230.0-1.fc38.noarch", "Installed: netavark-1.10.3-1.fc38.x86_64", "Installed: containers-common-4:1-89.fc38.noarch", "Installed: containers-common-extra-4:1-89.fc38.noarch", "Installed: crun-1.14.4-1.fc38.x86_64", "Installed: qemu-user-static-aarch64-2:7.2.10-1.fc38.x86_64", "Installed: qemu-user-static-alpha-2:7.2.10-1.fc38.x86_64", "Installed: qemu-user-static-arm-2:7.2.10-1.fc38.x86_64", "Installed: qemu-user-static-microblaze-2:7.2.10-1.fc38.x86_64", "Installed: qemu-user-static-mips-2:7.2.10-1.fc38.x86_64", "Installed: qemu-user-static-nios2-2:7.2.10-1.fc38.x86_64", "Installed: qemu-user-static-or1k-2:7.2.10-1.fc38.x86_64" ] } lsrpackages: podman shadow-utils-subid TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 23 March 2024 17:25:46 +0000 (0:01:27.705) 0:01:31.245 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.042568", "end": "2024-03-23 17:25:46.657022", "rc": 0, "start": "2024-03-23 17:25:46.614454" } STDOUT: podman version 4.9.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 23 March 2024 17:25:46 +0000 (0:00:00.363) 0:01:31.609 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 23 March 2024 17:25:46 +0000 (0:00:00.033) 0:01:31.642 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 23 March 2024 17:25:46 +0000 (0:00:00.033) 0:01:31.676 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 23 March 2024 17:25:46 +0000 (0:00:00.076) 0:01:31.753 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:25:46 +0000 (0:00:00.050) 0:01:31.804 ******** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:25:47 +0000 (0:00:00.299) 0:01:32.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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:25:47 +0000 (0:00:00.056) 0:01:32.160 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:25:47 +0000 (0:00:00.053) 0:01:32.213 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:25:47 +0000 (0:00:00.256) 0:01:32.470 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:25:47 +0000 (0:00:00.027) 0:01:32.498 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1678060800.0, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:25:47 +0000 (0:00:00.234) 0:01:32.732 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:25:47 +0000 (0:00:00.020) 0:01:32.752 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:25:47 +0000 (0:00:00.019) 0:01:32.771 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:25:47 +0000 (0:00:00.019) 0:01:32.791 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:25:47 +0000 (0:00:00.026) 0:01:32.817 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:25:47 +0000 (0:00:00.020) 0:01:32.838 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 23 March 2024 17:25:47 +0000 (0:00:00.019) 0:01:32.858 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.094) 0:01:32.953 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.038) 0:01:32.991 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.020) 0:01:33.012 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.020) 0:01:33.032 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.039) 0:01:33.071 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.028) 0:01:33.099 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.022) 0:01:33.122 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.039) 0:01:33.161 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.019) 0:01:33.181 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.028) 0:01:33.209 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.041) 0:01:33.250 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.019) 0:01:33.270 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.017) 0:01:33.288 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.054) 0:01:33.342 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.022) 0:01:33.364 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.030) 0:01:33.395 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.023) 0:01:33.419 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.027) 0:01:33.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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.028) 0:01:33.475 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.021) 0:01:33.497 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.067) 0:01:33.564 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.026) 0:01:33.590 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.026) 0:01:33.616 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.021) 0:01:33.638 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.029) 0:01:33.667 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.034) 0:01:33.702 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.026) 0:01:33.728 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.026) 0:01:33.754 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:25:48 +0000 (0:00:00.029) 0:01:33.783 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.269) 0:01:34.053 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.036) 0:01:34.090 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.248) 0:01:34.338 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.021) 0:01:34.360 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.021) 0:01:34.381 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.021) 0:01:34.403 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.021) 0:01:34.424 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.020) 0:01:34.444 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.019) 0:01:34.463 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.035) 0:01:34.499 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.022) 0:01:34.521 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.021) 0:01:34.543 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.046) 0:01:34.589 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.021) 0:01:34.611 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.043) 0:01:34.655 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.063) 0:01:34.718 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.020) 0:01:34.738 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.020) 0:01:34.759 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.019) 0:01:34.779 ******** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.018) 0:01:34.797 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Saturday 23 March 2024 17:25:49 +0000 (0:00:00.027) 0:01:34.824 ******** 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": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Saturday 23 March 2024 17:25:50 +0000 (0:00:00.331) 0:01:35.156 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Saturday 23 March 2024 17:25:50 +0000 (0:00:00.021) 0:01:35.178 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Saturday 23 March 2024 17:25:50 +0000 (0:00:00.019) 0:01:35.198 ******** 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-1711214750.325988-8790-130082476907101/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Saturday 23 March 2024 17:25:51 +0000 (0:00:00.739) 0:01:35.937 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Saturday 23 March 2024 17:25:51 +0000 (0:00:00.033) 0:01:35.971 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Saturday 23 March 2024 17:25:51 +0000 (0:00:00.033) 0:01:36.004 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Saturday 23 March 2024 17:25:51 +0000 (0:00:00.028) 0:01:36.032 ******** TASK [Verify image not pulled] ************************************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:74 Saturday 23 March 2024 17:25:51 +0000 (0:00:00.021) 0:01:36.054 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run role - try to pull bogus image] ************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:78 Saturday 23 March 2024 17:25:51 +0000 (0:00:00.024) 0:01:36.079 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 23 March 2024 17:25:51 +0000 (0:00:00.077) 0:01:36.156 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 23 March 2024 17:25:51 +0000 (0:00:00.039) 0:01:36.196 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 23 March 2024 17:25:51 +0000 (0:00:00.028) 0:01:36.224 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 23 March 2024 17:25:51 +0000 (0:00:00.025) 0:01:36.249 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 23 March 2024 17:25:51 +0000 (0:00:00.037) 0:01:36.286 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 23 March 2024 17:25:51 +0000 (0:00:00.071) 0:01:36.357 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 23 March 2024 17:25:52 +0000 (0:00:01.002) 0:01:37.360 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 23 March 2024 17:25:52 +0000 (0:00:00.021) 0:01:37.381 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 23 March 2024 17:25:52 +0000 (0:00:00.025) 0:01:37.407 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034359", "end": "2024-03-23 17:25:52.718708", "rc": 0, "start": "2024-03-23 17:25:52.684349" } STDOUT: podman version 4.9.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 23 March 2024 17:25:52 +0000 (0:00:00.260) 0:01:37.668 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 23 March 2024 17:25:52 +0000 (0:00:00.022) 0:01:37.691 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 23 March 2024 17:25:52 +0000 (0:00:00.021) 0:01:37.712 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 23 March 2024 17:25:52 +0000 (0:00:00.039) 0:01:37.751 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:25:52 +0000 (0:00:00.048) 0:01:37.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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:25:52 +0000 (0:00:00.028) 0:01:37.828 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:25:52 +0000 (0:00:00.028) 0:01:37.856 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:25:52 +0000 (0:00:00.031) 0:01:37.887 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.268) 0:01:38.156 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.035) 0:01:38.192 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.269) 0:01:38.461 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.020) 0:01:38.481 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.020) 0:01:38.502 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.056) 0:01:38.558 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.021) 0:01:38.579 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.021) 0:01:38.601 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.022) 0:01:38.623 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.028) 0:01:38.652 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.041) 0:01:38.694 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.024) 0:01:38.718 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.022) 0:01:38.741 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.045) 0:01:38.787 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.022) 0:01:38.809 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.021) 0:01:38.831 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.042) 0:01:38.873 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 23 March 2024 17:25:53 +0000 (0:00:00.025) 0:01:38.898 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.022) 0:01:38.921 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.079) 0:01:39.001 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.025) 0:01:39.026 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.043) 0:01:39.070 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.022) 0:01:39.093 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.040) 0:01:39.133 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.044) 0:01:39.178 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.024) 0:01:39.202 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.034) 0:01:39.236 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.025) 0:01:39.261 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.022) 0:01:39.284 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.052) 0:01:39.336 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.026) 0:01:39.363 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.026) 0:01:39.389 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.023) 0:01:39.413 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.034) 0:01:39.447 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.083) 0:01:39.530 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.025) 0:01:39.555 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.027) 0:01:39.583 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.028) 0:01:39.612 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.240) 0:01:39.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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:25:54 +0000 (0:00:00.028) 0:01:39.881 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.233) 0:01:40.115 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.021) 0:01:40.137 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.022) 0:01:40.159 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.020) 0:01:40.180 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.021) 0:01:40.201 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.022) 0:01:40.224 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.021) 0:01:40.246 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.055) 0:01:40.301 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.029) 0:01:40.331 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.037) 0:01:40.368 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.060) 0:01:40.428 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.054) 0:01:40.482 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.060) 0:01:40.543 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.043) 0:01:40.587 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.022) 0:01:40.609 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.021) 0:01:40.631 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.021) 0:01:40.653 ******** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Saturday 23 March 2024 17:25:55 +0000 (0:00:00.020) 0:01:40.673 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Saturday 23 March 2024 17:25:56 +0000 (0:00:00.861) 0:01:41.535 ******** 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": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Saturday 23 March 2024 17:25:56 +0000 (0:00:00.242) 0:01:41.778 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Saturday 23 March 2024 17:25:56 +0000 (0:00:00.021) 0:01:41.799 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Saturday 23 March 2024 17:25:56 +0000 (0:00:00.022) 0:01:41.822 ******** 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-1711214756.9500198-9124-143885036302269/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Saturday 23 March 2024 17:25:57 +0000 (0:00:00.627) 0:01:42.449 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Saturday 23 March 2024 17:25:57 +0000 (0:00:00.026) 0:01:42.475 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Saturday 23 March 2024 17:25:57 +0000 (0:00:00.026) 0:01:42.501 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Saturday 23 March 2024 17:25:57 +0000 (0:00:00.028) 0:01:42.530 ******** TASK [Verify image not pulled and no error] ************************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:94 Saturday 23 March 2024 17:25:57 +0000 (0:00:00.024) 0:01:42.555 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:101 Saturday 23 March 2024 17:25:57 +0000 (0:00:00.027) 0:01:42.582 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 23 March 2024 17:25:57 +0000 (0:00:00.062) 0:01:42.645 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 23 March 2024 17:25:57 +0000 (0:00:00.037) 0:01:42.682 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 23 March 2024 17:25:57 +0000 (0:00:00.035) 0:01:42.717 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 23 March 2024 17:25:57 +0000 (0:00:00.024) 0:01:42.742 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 23 March 2024 17:25:57 +0000 (0:00:00.034) 0:01:42.777 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 23 March 2024 17:25:57 +0000 (0:00:00.069) 0:01:42.846 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 23 March 2024 17:25:58 +0000 (0:00:01.037) 0:01:43.884 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 23 March 2024 17:25:58 +0000 (0:00:00.023) 0:01:43.907 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 23 March 2024 17:25:59 +0000 (0:00:00.026) 0:01:43.934 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034163", "end": "2024-03-23 17:25:59.245555", "rc": 0, "start": "2024-03-23 17:25:59.211392" } STDOUT: podman version 4.9.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 23 March 2024 17:25:59 +0000 (0:00:00.261) 0:01:44.196 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 23 March 2024 17:25:59 +0000 (0:00:00.024) 0:01:44.220 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 23 March 2024 17:25:59 +0000 (0:00:00.022) 0:01:44.242 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 23 March 2024 17:25:59 +0000 (0:00:00.040) 0:01:44.282 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:25:59 +0000 (0:00:00.041) 0:01:44.324 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:25:59 +0000 (0:00:00.059) 0:01:44.383 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:25:59 +0000 (0:00:00.027) 0:01:44.411 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:25:59 +0000 (0:00:00.028) 0:01:44.439 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:25:59 +0000 (0:00:00.235) 0:01:44.675 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:25:59 +0000 (0:00:00.029) 0:01:44.704 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.236) 0:01:44.940 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.022) 0:01:44.963 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.020) 0:01:44.984 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.020) 0:01:45.004 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.021) 0:01:45.025 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.021) 0:01:45.047 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.022) 0:01:45.069 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.028) 0:01:45.098 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.041) 0:01:45.139 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.023) 0:01:45.162 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.061) 0:01:45.224 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.041) 0:01:45.266 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.022) 0:01:45.288 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.023) 0:01:45.311 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.044) 0:01:45.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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.023) 0:01:45.379 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.022) 0:01:45.402 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.043) 0:01:45.446 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.023) 0:01:45.470 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.021) 0:01:45.491 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.021) 0:01:45.513 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.022) 0:01:45.535 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.021) 0:01:45.557 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.021) 0:01:45.579 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.020) 0:01:45.599 ******** skipping: [sut] => { "censored": "the 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.057) 0:01:45.657 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.021) 0:01:45.678 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.054) 0:01:45.733 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.028) 0:01:45.762 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.027) 0:01:45.789 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.025) 0:01:45.815 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.031) 0:01:45.846 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.037) 0:01:45.884 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:26:00 +0000 (0:00:00.027) 0:01:45.912 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:26:01 +0000 (0:00:00.026) 0:01:45.938 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:26:01 +0000 (0:00:00.029) 0:01:45.968 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:26:01 +0000 (0:00:00.245) 0:01:46.214 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:26:01 +0000 (0:00:00.029) 0:01:46.243 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:26:01 +0000 (0:00:00.261) 0:01:46.504 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:26:01 +0000 (0:00:00.023) 0:01:46.528 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:26:01 +0000 (0:00:00.022) 0:01:46.550 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:26:01 +0000 (0:00:00.021) 0:01:46.572 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:26:01 +0000 (0:00:00.021) 0:01:46.593 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:26:01 +0000 (0:00:00.022) 0:01:46.616 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:26:01 +0000 (0:00:00.023) 0:01:46.639 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:26:01 +0000 (0:00:00.036) 0:01:46.675 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:26:01 +0000 (0:00:00.021) 0:01:46.697 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:26:01 +0000 (0:00:00.022) 0:01:46.719 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:26:01 +0000 (0:00:00.046) 0:01:46.766 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 23 March 2024 17:26:01 +0000 (0:00:00.043) 0:01:46.810 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 23 March 2024 17:26:01 +0000 (0:00:00.027) 0:01:46.837 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 23 March 2024 17:26:02 +0000 (0:00:00.771) 0:01:47.608 ******** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/nopull.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 23 March 2024 17:26:02 +0000 (0:00:00.238) 0:01:47.847 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:26:02 +0000 (0:00:00.038) 0:01:47.885 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:26:02 +0000 (0:00:00.023) 0:01:47.909 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:26:03 +0000 (0:00:00.022) 0:01:47.932 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 23 March 2024 17:26:03 +0000 (0:00:00.022) 0:01:47.955 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 23 March 2024 17:26:04 +0000 (0:00:01.012) 0:01:48.968 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.043221", "end": "2024-03-23 17:26:04.292451", "rc": 0, "start": "2024-03-23 17:26:04.249230" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 23 March 2024 17:26:04 +0000 (0:00:00.276) 0:01:49.244 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:26:04 +0000 (0:00:00.025) 0:01:49.269 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Saturday 23 March 2024 17:26:04 +0000 (0:00:00.023) 0:01:49.293 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 23 March 2024 17:26:04 +0000 (0:00:00.019) 0:01:49.312 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 23 March 2024 17:26:04 +0000 (0:00:00.067) 0:01:49.379 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 23 March 2024 17:26:04 +0000 (0:00:00.029) 0:01:49.409 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 23 March 2024 17:26:04 +0000 (0:00:00.024) 0:01:49.433 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 23 March 2024 17:26:04 +0000 (0:00:00.021) 0:01:49.455 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 23 March 2024 17:26:04 +0000 (0:00:00.051) 0:01:49.507 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 23 March 2024 17:26:05 +0000 (0:00:00.997) 0:01:50.504 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 23 March 2024 17:26:05 +0000 (0:00:00.023) 0:01:50.527 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 23 March 2024 17:26:05 +0000 (0:00:00.025) 0:01:50.553 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034756", "end": "2024-03-23 17:26:05.865629", "rc": 0, "start": "2024-03-23 17:26:05.830873" } STDOUT: podman version 4.9.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 23 March 2024 17:26:05 +0000 (0:00:00.306) 0:01:50.859 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 23 March 2024 17:26:05 +0000 (0:00:00.022) 0:01:50.882 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 23 March 2024 17:26:05 +0000 (0:00:00.024) 0:01:50.906 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.040) 0:01:50.946 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.043) 0:01:50.990 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.029) 0:01:51.019 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.033) 0:01:51.053 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.033) 0:01:51.087 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.247) 0:01:51.334 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.028) 0:01:51.362 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.233) 0:01:51.596 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.025) 0:01:51.622 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.022) 0:01:51.644 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.023) 0:01:51.668 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.025) 0:01:51.693 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.053) 0:01:51.746 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.021) 0:01:51.768 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.026) 0:01:51.795 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.042) 0:01:51.837 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.022) 0:01:51.860 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 23 March 2024 17:26:06 +0000 (0:00:00.021) 0:01:51.882 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.042) 0:01:51.925 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.022) 0:01:51.947 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.021) 0:01:51.968 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.042) 0:01:52.011 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.021) 0:01:52.033 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.023) 0:01:52.056 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.042) 0:01:52.099 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.048) 0:01:52.147 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.020) 0:01:52.168 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.019) 0:01:52.188 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.021) 0:01:52.209 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.022) 0:01:52.231 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.022) 0:01:52.254 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.020) 0:01:52.274 ******** skipping: [sut] => { "censored": "the 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.021) 0:01:52.295 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.021) 0:01:52.316 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.057) 0:01:52.374 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.027) 0:01:52.401 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.028) 0:01:52.429 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.025) 0:01:52.454 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.029) 0:01:52.484 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.036) 0:01:52.521 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.025) 0:01:52.546 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.068) 0:01:52.615 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.030) 0:01:52.646 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.234) 0:01:52.880 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:26:07 +0000 (0:00:00.029) 0:01:52.909 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:26:08 +0000 (0:00:00.235) 0:01:53.145 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:26:08 +0000 (0:00:00.022) 0:01:53.168 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:26:08 +0000 (0:00:00.021) 0:01:53.189 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:26:08 +0000 (0:00:00.020) 0:01:53.210 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:26:08 +0000 (0:00:00.022) 0:01:53.233 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:26:08 +0000 (0:00:00.021) 0:01:53.254 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:26:08 +0000 (0:00:00.023) 0:01:53.278 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:26:08 +0000 (0:00:00.048) 0:01:53.326 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:26:08 +0000 (0:00:00.022) 0:01:53.348 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:26:08 +0000 (0:00:00.021) 0:01:53.370 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:26:08 +0000 (0:00:00.048) 0:01:53.418 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 23 March 2024 17:26:08 +0000 (0:00:00.076) 0:01:53.494 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 23 March 2024 17:26:08 +0000 (0:00:00.021) 0:01:53.516 ******** 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 systemd-journald.socket basic.target system.slice -.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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14772", "LimitNPROCSoft": "14772", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14772", "LimitSIGPENDINGSoft": "14772", "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", "MemoryZSwapMax": "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 system.slice -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/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": "4431", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 23 March 2024 17:26:09 +0000 (0:00:01.060) 0:01:54.576 ******** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/bogus.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 23 March 2024 17:26:10 +0000 (0:00:00.344) 0:01:54.921 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:26:10 +0000 (0:00:00.037) 0:01:54.958 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:26:10 +0000 (0:00:00.021) 0:01:54.980 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:26:10 +0000 (0:00:00.021) 0:01:55.002 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 23 March 2024 17:26:10 +0000 (0:00:00.022) 0:01:55.024 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 23 March 2024 17:26:11 +0000 (0:00:01.398) 0:01:56.423 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.058250", "end": "2024-03-23 17:26:11.868363", "rc": 0, "start": "2024-03-23 17:26:11.810113" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 23 March 2024 17:26:11 +0000 (0:00:00.402) 0:01:56.826 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:26:11 +0000 (0:00:00.027) 0:01:56.853 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Saturday 23 March 2024 17:26:11 +0000 (0:00:00.022) 0:01:56.875 ******** TASK [Create user for testing] ************************************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:113 Saturday 23 March 2024 17:26:11 +0000 (0:00:00.025) 0:01:56.901 ******** 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-cic91zygbb/tests/tests_quadlet_basic.yml:126 Saturday 23 March 2024 17:26:12 +0000 (0:00:00.693) 0:01:57.594 ******** 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-cic91zygbb/tests/tests_quadlet_basic.yml:139 Saturday 23 March 2024 17:26:12 +0000 (0:00:00.055) 0:01:57.649 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Configure cgroups in kernel] ********************************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:171 Saturday 23 March 2024 17:26:12 +0000 (0:00:00.031) 0:01:57.681 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reboot] ****************************************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:177 Saturday 23 March 2024 17:26:12 +0000 (0:00:00.031) 0:01:57.712 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role - user] ***************************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:180 Saturday 23 March 2024 17:26:12 +0000 (0:00:00.067) 0:01:57.780 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 23 March 2024 17:26:12 +0000 (0:00:00.045) 0:01:57.825 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 23 March 2024 17:26:12 +0000 (0:00:00.038) 0:01:57.864 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 23 March 2024 17:26:12 +0000 (0:00:00.027) 0:01:57.891 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 23 March 2024 17:26:13 +0000 (0:00:00.022) 0:01:57.913 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 23 March 2024 17:26:13 +0000 (0:00:00.022) 0:01:57.936 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 23 March 2024 17:26:13 +0000 (0:00:00.049) 0:01:57.986 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 23 March 2024 17:26:14 +0000 (0:00:01.369) 0:01:59.355 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 23 March 2024 17:26:14 +0000 (0:00:00.029) 0:01:59.385 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 23 March 2024 17:26:14 +0000 (0:00:00.046) 0:01:59.432 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034810", "end": "2024-03-23 17:26:14.751983", "rc": 0, "start": "2024-03-23 17:26:14.717173" } STDOUT: podman version 4.9.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 23 March 2024 17:26:14 +0000 (0:00:00.274) 0:01:59.707 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 23 March 2024 17:26:14 +0000 (0:00:00.034) 0:01:59.742 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 23 March 2024 17:26:14 +0000 (0:00:00.022) 0:01:59.765 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 23 March 2024 17:26:14 +0000 (0:00:00.070) 0:01:59.835 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:26:14 +0000 (0:00:00.047) 0:01:59.883 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:26:15 +0000 (0:00:00.252) 0:02:00.136 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:26:15 +0000 (0:00:00.030) 0:02:00.167 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:26:15 +0000 (0:00:00.029) 0:02:00.196 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:26:15 +0000 (0:00:00.253) 0:02:00.450 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:26:15 +0000 (0:00:00.030) 0:02:00.480 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:26:15 +0000 (0:00:00.283) 0:02:00.764 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004515", "end": "2024-03-23 17:26:16.056901", "rc": 0, "start": "2024-03-23 17:26:16.052386" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.241) 0:02:01.006 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004523", "end": "2024-03-23 17:26:16.297511", "rc": 0, "start": "2024-03-23 17:26:16.292988" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.241) 0:02:01.247 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.021) 0:02:01.269 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.020) 0:02:01.289 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.022) 0:02:01.311 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.023) 0:02:01.335 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.028) 0:02:01.363 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.042) 0:02:01.405 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.023) 0:02:01.428 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.023) 0:02:01.451 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.038) 0:02:01.490 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.022) 0:02:01.513 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.021) 0:02:01.534 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.085) 0:02:01.620 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.023) 0:02:01.644 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.023) 0:02:01.667 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.043) 0:02:01.711 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.023) 0:02:01.735 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.021) 0:02:01.756 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.024) 0:02:01.781 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.023) 0:02:01.805 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.021) 0:02:01.827 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.034) 0:02:01.861 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 23 March 2024 17:26:16 +0000 (0:00:00.021) 0:02:01.882 ******** included: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 23 March 2024 17:26:17 +0000 (0:00:00.078) 0:02:01.961 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 23 March 2024 17:26:17 +0000 (0:00:00.023) 0:02:01.985 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 23 March 2024 17:26:17 +0000 (0:00:00.031) 0:02:02.016 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:26:17 +0000 (0:00:00.066) 0:02:02.083 ******** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": "0:00:00.024229", "end": "2024-03-23 17:26:17.389506", "rc": 0, "start": "2024-03-23 17:26:17.365277" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:26:17 +0000 (0:00:00.257) 0:02:02.340 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:26:17 +0000 (0:00:00.026) 0:02:02.366 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 23 March 2024 17:26:17 +0000 (0:00:00.023) 0:02:02.390 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214777.4282298, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711214777.5172298, "dev": 53, "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": 1711214777.5172298, "nlink": 3, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 60, "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 23 March 2024 17:26:17 +0000 (0:00:00.314) 0:02:02.705 ******** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 23 March 2024 17:26:18 +0000 (0:00:01.155) 0:02:03.860 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 23 March 2024 17:26:18 +0000 (0:00:00.022) 0:02:03.883 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 23 March 2024 17:26:19 +0000 (0:00:00.030) 0:02:03.913 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:26:19 +0000 (0:00:00.048) 0:02:03.962 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:26:19 +0000 (0:00:00.260) 0:02:04.222 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:26:19 +0000 (0:00:00.025) 0:02:04.248 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 23 March 2024 17:26:19 +0000 (0:00:00.022) 0:02:04.270 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214777.4282298, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711214778.40223, "dev": 53, "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": 1711214778.40223, "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 23 March 2024 17:26:19 +0000 (0:00:00.240) 0:02:04.511 ******** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Saturday 23 March 2024 17:26:20 +0000 (0:00:00.637) 0:02:05.148 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Saturday 23 March 2024 17:26:20 +0000 (0:00:00.020) 0:02:05.169 ******** included: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:26:20 +0000 (0:00:00.062) 0:02:05.231 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:26:20 +0000 (0:00:00.027) 0:02:05.259 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:26:20 +0000 (0:00:00.025) 0:02:05.284 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:26:20 +0000 (0:00:00.021) 0:02:05.306 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:26:20 +0000 (0:00:00.032) 0:02:05.339 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:26:20 +0000 (0:00:00.070) 0:02:05.409 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:26:20 +0000 (0:00:00.027) 0:02:05.436 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:26:20 +0000 (0:00:00.026) 0:02:05.462 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:26:20 +0000 (0:00:00.032) 0:02:05.494 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:26:20 +0000 (0:00:00.242) 0:02:05.736 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:26:20 +0000 (0:00:00.036) 0:02:05.773 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:26:21 +0000 (0:00:00.237) 0:02:06.011 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004562", "end": "2024-03-23 17:26:21.296460", "rc": 0, "start": "2024-03-23 17:26:21.291898" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:26:21 +0000 (0:00:00.235) 0:02:06.246 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004493", "end": "2024-03-23 17:26:21.534377", "rc": 0, "start": "2024-03-23 17:26:21.529884" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:26:21 +0000 (0:00:00.239) 0:02:06.485 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:26:21 +0000 (0:00:00.024) 0:02:06.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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:26:21 +0000 (0:00:00.023) 0:02:06.533 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:26:21 +0000 (0:00:00.021) 0:02:06.555 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:26:21 +0000 (0:00:00.023) 0:02:06.578 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:26:21 +0000 (0:00:00.040) 0:02:06.618 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:26:21 +0000 (0:00:00.066) 0:02:06.685 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:26:21 +0000 (0:00:00.022) 0:02:06.708 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:26:21 +0000 (0:00:00.049) 0:02:06.758 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:26:21 +0000 (0:00:00.021) 0:02:06.779 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 23 March 2024 17:26:21 +0000 (0:00:00.045) 0:02:06.825 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:26:21 +0000 (0:00:00.037) 0:02:06.862 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:26:22 +0000 (0:00:00.228) 0:02:07.090 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:26:22 +0000 (0:00:00.027) 0:02:07.118 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 23 March 2024 17:26:22 +0000 (0:00:00.023) 0:02:07.141 ******** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Saturday 23 March 2024 17:26:22 +0000 (0:00:00.021) 0:02:07.163 ******** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Saturday 23 March 2024 17:26:22 +0000 (0:00:00.020) 0:02:07.183 ******** 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": 4096, "state": "directory", "uid": 1111 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Saturday 23 March 2024 17:26:22 +0000 (0:00:00.246) 0:02:07.429 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Saturday 23 March 2024 17:26:22 +0000 (0:00:00.021) 0:02:07.451 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Saturday 23 March 2024 17:26:22 +0000 (0:00:00.020) 0:02:07.471 ******** 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-1711214782.5978003-10027-175805179623422/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Saturday 23 March 2024 17:26:23 +0000 (0:00:00.615) 0:02:08.087 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Saturday 23 March 2024 17:26:23 +0000 (0:00:00.720) 0:02:08.807 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Saturday 23 March 2024 17:26:23 +0000 (0:00:00.025) 0:02:08.833 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:26:23 +0000 (0:00:00.026) 0:02:08.859 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:26:23 +0000 (0:00:00.026) 0:02:08.885 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:26:24 +0000 (0:00:00.028) 0:02:08.914 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:26:24 +0000 (0:00:00.022) 0:02:08.936 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:26:24 +0000 (0:00:00.031) 0:02:08.968 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:26:24 +0000 (0:00:00.036) 0:02:09.005 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:26:24 +0000 (0:00:00.027) 0:02:09.032 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:26:24 +0000 (0:00:00.025) 0:02:09.057 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:26:24 +0000 (0:00:00.066) 0:02:09.124 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:26:24 +0000 (0:00:00.236) 0:02:09.360 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:26:24 +0000 (0:00:00.029) 0:02:09.390 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:26:24 +0000 (0:00:00.237) 0:02:09.627 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004600", "end": "2024-03-23 17:26:24.915475", "rc": 0, "start": "2024-03-23 17:26:24.910875" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:26:24 +0000 (0:00:00.237) 0:02:09.864 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004530", "end": "2024-03-23 17:26:25.151192", "rc": 0, "start": "2024-03-23 17:26:25.146662" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:26:25 +0000 (0:00:00.236) 0:02:10.100 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:26:25 +0000 (0:00:00.022) 0:02:10.123 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:26:25 +0000 (0:00:00.021) 0:02:10.145 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:26:25 +0000 (0:00:00.026) 0:02:10.171 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:26:25 +0000 (0:00:00.021) 0:02:10.193 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:26:25 +0000 (0:00:00.038) 0:02:10.231 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:26:25 +0000 (0:00:00.024) 0:02:10.256 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:26:25 +0000 (0:00:00.022) 0:02:10.278 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:26:25 +0000 (0:00:00.050) 0:02:10.328 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:26:25 +0000 (0:00:00.071) 0:02:10.399 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 23 March 2024 17:26:25 +0000 (0:00:00.046) 0:02:10.446 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:26:25 +0000 (0:00:00.046) 0:02:10.492 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:26:25 +0000 (0:00:00.227) 0:02:10.719 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:26:25 +0000 (0:00:00.026) 0:02:10.746 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 23 March 2024 17:26:25 +0000 (0:00:00.022) 0:02:10.768 ******** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Saturday 23 March 2024 17:26:25 +0000 (0:00:00.019) 0:02:10.787 ******** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Saturday 23 March 2024 17:26:25 +0000 (0:00:00.020) 0:02:10.808 ******** 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": 4096, "state": "directory", "uid": 1111 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Saturday 23 March 2024 17:26:26 +0000 (0:00:00.242) 0:02:11.050 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Saturday 23 March 2024 17:26:26 +0000 (0:00:00.020) 0:02:11.071 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Saturday 23 March 2024 17:26:26 +0000 (0:00:00.020) 0:02:11.091 ******** 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-1711214786.2195134-10114-183762652918780/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Saturday 23 March 2024 17:26:26 +0000 (0:00:00.616) 0:02:11.708 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Saturday 23 March 2024 17:26:27 +0000 (0:00:00.711) 0:02:12.419 ******** 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": "basic.target -.mount run-user-1111.mount app.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-basic-mysql-volume.service", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14772", "LimitNPROCSoft": "14772", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14772", "LimitSIGPENDINGSoft": "14772", "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", "MemoryZSwapMax": "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": "4431", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Saturday 23 March 2024 17:26:28 +0000 (0:00:00.664) 0:02:13.083 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:26:28 +0000 (0:00:00.024) 0:02:13.108 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:26:28 +0000 (0:00:00.027) 0:02:13.136 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:26:28 +0000 (0:00:00.027) 0:02:13.163 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:26:28 +0000 (0:00:00.022) 0:02:13.185 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:26:28 +0000 (0:00:00.030) 0:02:13.216 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:26:28 +0000 (0:00:00.039) 0:02:13.256 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:26:28 +0000 (0:00:00.027) 0:02:13.283 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:26:28 +0000 (0:00:00.027) 0:02:13.311 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:26:28 +0000 (0:00:00.064) 0:02:13.376 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:26:28 +0000 (0:00:00.236) 0:02:13.613 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:26:28 +0000 (0:00:00.028) 0:02:13.641 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:26:28 +0000 (0:00:00.255) 0:02:13.897 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004648", "end": "2024-03-23 17:26:29.185518", "rc": 0, "start": "2024-03-23 17:26:29.180870" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:26:29 +0000 (0:00:00.238) 0:02:14.136 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004609", "end": "2024-03-23 17:26:29.424102", "rc": 0, "start": "2024-03-23 17:26:29.419493" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:26:29 +0000 (0:00:00.240) 0:02:14.376 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:26:29 +0000 (0:00:00.024) 0:02:14.401 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:26:29 +0000 (0:00:00.025) 0:02:14.426 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:26:29 +0000 (0:00:00.022) 0:02:14.449 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:26:29 +0000 (0:00:00.020) 0:02:14.469 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:26:29 +0000 (0:00:00.040) 0:02:14.509 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:26:29 +0000 (0:00:00.023) 0:02:14.533 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:26:29 +0000 (0:00:00.021) 0:02:14.555 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:26:29 +0000 (0:00:00.047) 0:02:14.602 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:26:29 +0000 (0:00:00.021) 0:02:14.624 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 23 March 2024 17:26:29 +0000 (0:00:00.101) 0:02:14.726 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:26:29 +0000 (0:00:00.047) 0:02:14.773 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:26:30 +0000 (0:00:00.240) 0:02:15.014 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:26:30 +0000 (0:00:00.039) 0:02:15.053 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 23 March 2024 17:26:30 +0000 (0:00:00.032) 0:02:15.085 ******** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Saturday 23 March 2024 17:26:30 +0000 (0:00:00.023) 0:02:15.108 ******** 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": [ "/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Saturday 23 March 2024 17:26:38 +0000 (0:00:08.388) 0:02:23.496 ******** 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": 4096, "state": "directory", "uid": 1111 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Saturday 23 March 2024 17:26:38 +0000 (0:00:00.241) 0:02:23.738 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Saturday 23 March 2024 17:26:38 +0000 (0:00:00.021) 0:02:23.759 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Saturday 23 March 2024 17:26:38 +0000 (0:00:00.022) 0:02:23.782 ******** 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-1711214798.909839-10205-172132442635998/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Saturday 23 March 2024 17:26:39 +0000 (0:00:00.617) 0:02:24.400 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Saturday 23 March 2024 17:26:40 +0000 (0:00:00.722) 0:02:25.122 ******** 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": "basic.target quadlet-basic-mysql-volume.service app.slice quadlet-basic-network.service -.mount run-user-1111.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "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", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14772", "LimitNPROCSoft": "14772", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14772", "LimitSIGPENDINGSoft": "14772", "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", "MemoryZSwapMax": "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": "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": "4431", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Saturday 23 March 2024 17:26:41 +0000 (0:00:01.516) 0:02:26.639 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Saturday 23 March 2024 17:26:41 +0000 (0:00:00.024) 0:02:26.663 ******** TASK [Check files] ************************************************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:189 Saturday 23 March 2024 17:26:41 +0000 (0:00:00.019) 0:02:26.683 ******** 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.004012", "end": "2024-03-23 17:26:42.046663", "item": "quadlet-basic-mysql.container", "rc": 0, "start": "2024-03-23 17:26:42.042651" } 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.003617", "end": "2024-03-23 17:26:42.271718", "item": "quadlet-basic.network", "rc": 0, "start": "2024-03-23 17:26:42.268101" } 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.003744", "end": "2024-03-23 17:26:42.488635", "item": "quadlet-basic-mysql.volume", "rc": 0, "start": "2024-03-23 17:26:42.484891" } STDOUT: # # Ansible managed # # system_role:podman [Volume] TASK [Ensure linger] *********************************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:199 Saturday 23 March 2024 17:26:42 +0000 (0:00:00.755) 0:02:27.438 ******** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1711214777.3812296, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1711214777.3812296, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 557, "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": 1711214777.3812296, "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": "1787239342", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Cleanup user] ************************************************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:207 Saturday 23 March 2024 17:26:42 +0000 (0:00:00.259) 0:02:27.697 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 23 March 2024 17:26:42 +0000 (0:00:00.082) 0:02:27.780 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 23 March 2024 17:26:42 +0000 (0:00:00.037) 0:02:27.817 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 23 March 2024 17:26:42 +0000 (0:00:00.026) 0:02:27.844 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 23 March 2024 17:26:42 +0000 (0:00:00.021) 0:02:27.865 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 23 March 2024 17:26:42 +0000 (0:00:00.021) 0:02:27.887 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 23 March 2024 17:26:43 +0000 (0:00:00.051) 0:02:27.938 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 23 March 2024 17:26:44 +0000 (0:00:01.045) 0:02:28.983 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 23 March 2024 17:26:44 +0000 (0:00:00.023) 0:02:29.006 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 23 March 2024 17:26:44 +0000 (0:00:00.027) 0:02:29.034 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.036537", "end": "2024-03-23 17:26:44.358448", "rc": 0, "start": "2024-03-23 17:26:44.321911" } STDOUT: podman version 4.9.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 23 March 2024 17:26:44 +0000 (0:00:00.277) 0:02:29.312 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 23 March 2024 17:26:44 +0000 (0:00:00.024) 0:02:29.336 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 23 March 2024 17:26:44 +0000 (0:00:00.021) 0:02:29.358 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 23 March 2024 17:26:44 +0000 (0:00:00.064) 0:02:29.423 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:26:44 +0000 (0:00:00.041) 0:02:29.465 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:26:44 +0000 (0:00:00.028) 0:02:29.493 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:26:44 +0000 (0:00:00.027) 0:02:29.521 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:26:44 +0000 (0:00:00.029) 0:02:29.551 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:26:44 +0000 (0:00:00.262) 0:02:29.813 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:26:44 +0000 (0:00:00.028) 0:02:29.842 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:26:45 +0000 (0:00:00.250) 0:02:30.092 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004457", "end": "2024-03-23 17:26:45.383789", "rc": 0, "start": "2024-03-23 17:26:45.379332" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:26:45 +0000 (0:00:00.274) 0:02:30.366 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004857", "end": "2024-03-23 17:26:45.664270", "rc": 0, "start": "2024-03-23 17:26:45.659413" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:26:45 +0000 (0:00:00.248) 0:02:30.615 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:26:45 +0000 (0:00:00.021) 0:02:30.636 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:26:45 +0000 (0:00:00.021) 0:02:30.658 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:26:45 +0000 (0:00:00.022) 0:02:30.680 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 23 March 2024 17:26:45 +0000 (0:00:00.021) 0:02:30.701 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 23 March 2024 17:26:45 +0000 (0:00:00.027) 0:02:30.728 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 23 March 2024 17:26:45 +0000 (0:00:00.038) 0:02:30.766 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 23 March 2024 17:26:45 +0000 (0:00:00.022) 0:02:30.789 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 23 March 2024 17:26:45 +0000 (0:00:00.021) 0:02:30.810 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 23 March 2024 17:26:45 +0000 (0:00:00.039) 0:02:30.850 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 23 March 2024 17:26:45 +0000 (0:00:00.022) 0:02:30.872 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 23 March 2024 17:26:45 +0000 (0:00:00.021) 0:02:30.894 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.041) 0:02:30.936 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.053) 0:02:30.989 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.022) 0:02:31.012 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.042) 0:02:31.054 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.021) 0:02:31.076 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.022) 0:02:31.098 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.022) 0:02:31.121 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.022) 0:02:31.143 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.021) 0:02:31.165 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.021) 0:02:31.186 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.020) 0:02:31.207 ******** included: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.060) 0:02:31.268 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.022) 0:02:31.290 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.027) 0:02:31.318 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.034) 0:02:31.352 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.023) 0:02:31.376 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.057) 0:02:31.433 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.026) 0:02:31.459 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214777.4282298, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711214801.542238, "dev": 53, "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": 1711214801.542238, "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 23 March 2024 17:26:46 +0000 (0:00:00.244) 0:02:31.704 ******** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 23 March 2024 17:26:47 +0000 (0:00:00.709) 0:02:32.413 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 23 March 2024 17:26:47 +0000 (0:00:00.023) 0:02:32.437 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 23 March 2024 17:26:47 +0000 (0:00:00.029) 0:02:32.466 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:26:47 +0000 (0:00:00.035) 0:02:32.502 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:26:47 +0000 (0:00:00.023) 0:02:32.526 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:26:47 +0000 (0:00:00.024) 0:02:32.550 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 23 March 2024 17:26:47 +0000 (0:00:00.026) 0:02:32.577 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214777.4282298, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711214801.542238, "dev": 53, "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": 1711214801.542238, "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 23 March 2024 17:26:47 +0000 (0:00:00.334) 0:02:32.912 ******** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Saturday 23 March 2024 17:26:48 +0000 (0:00:00.809) 0:02:33.721 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Saturday 23 March 2024 17:26:48 +0000 (0:00:00.028) 0:02:33.750 ******** included: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:26:48 +0000 (0:00:00.076) 0:02:33.827 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:26:48 +0000 (0:00:00.030) 0:02:33.857 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:26:48 +0000 (0:00:00.028) 0:02:33.886 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:26:48 +0000 (0:00:00.024) 0:02:33.911 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:26:49 +0000 (0:00:00.033) 0:02:33.944 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:26:49 +0000 (0:00:00.040) 0:02:33.985 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:26:49 +0000 (0:00:00.033) 0:02:34.018 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:26:49 +0000 (0:00:00.026) 0:02:34.045 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:26:49 +0000 (0:00:00.032) 0:02:34.078 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:26:49 +0000 (0:00:00.365) 0:02:34.444 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:26:49 +0000 (0:00:00.096) 0:02:34.541 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:26:49 +0000 (0:00:00.306) 0:02:34.847 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004523", "end": "2024-03-23 17:26:50.133838", "rc": 0, "start": "2024-03-23 17:26:50.129315" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:26:50 +0000 (0:00:00.239) 0:02:35.087 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004365", "end": "2024-03-23 17:26:50.375493", "rc": 0, "start": "2024-03-23 17:26:50.371128" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:26:50 +0000 (0:00:00.238) 0:02:35.325 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:26:50 +0000 (0:00:00.023) 0:02:35.349 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:26:50 +0000 (0:00:00.022) 0:02:35.371 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:26:50 +0000 (0:00:00.022) 0:02:35.394 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:26:50 +0000 (0:00:00.039) 0:02:35.433 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:26:50 +0000 (0:00:00.049) 0:02:35.483 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:26:50 +0000 (0:00:00.023) 0:02:35.506 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:26:50 +0000 (0:00:00.021) 0:02:35.528 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:26:50 +0000 (0:00:00.048) 0:02:35.576 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 23 March 2024 17:26:50 +0000 (0:00:00.044) 0:02:35.621 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214777.4282298, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711214801.542238, "dev": 53, "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": 1711214801.542238, "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 23 March 2024 17:26:51 +0000 (0:00:00.305) 0:02:35.926 ******** 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-23 17:26:28 UTC", "ActiveEnterTimestampMonotonic": "1575051549", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount run-user-1111.mount basic.target app.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 17:26:28 UTC", "AssertTimestampMonotonic": "1574999242", "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": "42992000", "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-23 17:26:28 UTC", "ConditionTimestampMonotonic": "1574999237", "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", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-03-23 17:26:28 UTC", "ExecMainExitTimestampMonotonic": "1575051358", "ExecMainPID": "8147", "ExecMainStartTimestamp": "Sat 2024-03-23 17:26:28 UTC", "ExecMainStartTimestampMonotonic": "1575006107", "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-23 17:26:28 UTC", "InactiveExitTimestampMonotonic": "1575006485", "InvocationID": "f5a7b24ce5d2452e82e17dff36dac3e1", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14772", "LimitNPROCSoft": "14772", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14772", "LimitSIGPENDINGSoft": "14772", "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", "MemoryZSwapMax": "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-23 17:26:28 UTC", "StateChangeTimestampMonotonic": "1575051549", "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": "4431", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 23 March 2024 17:27:02 +0000 (0:00:11.160) 0:02:47.087 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 23 March 2024 17:27:02 +0000 (0:00:00.239) 0:02:47.326 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:27:02 +0000 (0:00:00.034) 0:02:47.361 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:27:02 +0000 (0:00:00.021) 0:02:47.382 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:27:02 +0000 (0:00:00.063) 0:02:47.446 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 23 March 2024 17:27:02 +0000 (0:00:00.025) 0:02:47.471 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 23 March 2024 17:27:03 +0000 (0:00:00.768) 0:02:48.239 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.053638", "end": "2024-03-23 17:27:03.614450", "rc": 0, "start": "2024-03-23 17:27:03.560812" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 23 March 2024 17:27:03 +0000 (0:00:00.337) 0:02:48.577 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:27:03 +0000 (0:00:00.033) 0:02:48.611 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:27:03 +0000 (0:00:00.027) 0:02:48.638 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:27:03 +0000 (0:00:00.043) 0:02:48.682 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:27:03 +0000 (0:00:00.033) 0:02:48.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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:27:03 +0000 (0:00:00.034) 0:02:48.750 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:27:03 +0000 (0:00:00.035) 0:02:48.785 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:27:03 +0000 (0:00:00.039) 0:02:48.825 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:27:03 +0000 (0:00:00.027) 0:02:48.853 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:27:03 +0000 (0:00:00.030) 0:02:48.883 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:27:04 +0000 (0:00:00.031) 0:02:48.914 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:27:04 +0000 (0:00:00.242) 0:02:49.157 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:27:04 +0000 (0:00:00.028) 0:02:49.185 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:27:04 +0000 (0:00:00.251) 0:02:49.437 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004507", "end": "2024-03-23 17:27:04.738365", "rc": 0, "start": "2024-03-23 17:27:04.733858" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:27:04 +0000 (0:00:00.263) 0:02:49.700 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004466", "end": "2024-03-23 17:27:04.991579", "rc": 0, "start": "2024-03-23 17:27:04.987113" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:27:05 +0000 (0:00:00.242) 0:02:49.942 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:27:05 +0000 (0:00:00.020) 0:02:49.963 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:27:05 +0000 (0:00:00.025) 0:02:49.988 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:27:05 +0000 (0:00:00.022) 0:02:50.011 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:27:05 +0000 (0:00:00.026) 0:02:50.037 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:27:05 +0000 (0:00:00.043) 0:02:50.081 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:27:05 +0000 (0:00:00.024) 0:02:50.106 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:27:05 +0000 (0:00:00.034) 0:02:50.140 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:27:05 +0000 (0:00:00.050) 0:02:50.191 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 23 March 2024 17:27:05 +0000 (0:00:00.091) 0:02:50.282 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214777.4282298, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711214822.0112453, "dev": 53, "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": 1711214822.0112453, "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 23 March 2024 17:27:05 +0000 (0:00:00.258) 0:02:50.540 ******** 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-23 17:26:41 UTC", "ActiveEnterTimestampMonotonic": "1588551880", "ActiveExitTimestamp": "Sat 2024-03-23 17:26:51 UTC", "ActiveExitTimestampMonotonic": "1598708501", "ActiveState": "failed", "After": "quadlet-basic-mysql-volume.service -.mount basic.target run-user-1111.mount quadlet-basic-network.service app.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 17:26:40 UTC", "AssertTimestampMonotonic": "1587798483", "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": "4294501000", "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-23 17:26:40 UTC", "ConditionTimestampMonotonic": "1587798478", "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", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-basic-mysql.service", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-03-23 17:27:02 UTC", "ExecMainExitTimestampMonotonic": "1608989825", "ExecMainPID": "8652", "ExecMainStartTimestamp": "Sat 2024-03-23 17:26:41 UTC", "ExecMainStartTimestampMonotonic": "1588551778", "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-23 17:27:02 UTC", "InactiveEnterTimestampMonotonic": "1609038201", "InactiveExitTimestamp": "Sat 2024-03-23 17:26:40 UTC", "InactiveExitTimestampMonotonic": "1587802569", "InvocationID": "dffabbc89e7146d4bd65a31668ba7ace", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14772", "LimitNPROCSoft": "14772", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14772", "LimitSIGPENDINGSoft": "14772", "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", "MemoryZSwapMax": "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-mysql-volume.service basic.target quadlet-basic-network.service app.slice", "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-23 17:27:02 UTC", "StateChangeTimestampMonotonic": "1609038201", "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": "4431", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 23 March 2024 17:27:06 +0000 (0:00:00.759) 0:02:51.299 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 23 March 2024 17:27:06 +0000 (0:00:00.242) 0:02:51.541 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:27:06 +0000 (0:00:00.034) 0:02:51.576 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:27:06 +0000 (0:00:00.021) 0:02:51.598 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:27:06 +0000 (0:00:00.022) 0:02:51.621 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 23 March 2024 17:27:06 +0000 (0:00:00.028) 0:02:51.649 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 23 March 2024 17:27:07 +0000 (0:00:00.743) 0:02:52.392 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.050881", "end": "2024-03-23 17:27:07.748127", "rc": 0, "start": "2024-03-23 17:27:07.697246" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 23 March 2024 17:27:07 +0000 (0:00:00.310) 0:02:52.703 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:27:07 +0000 (0:00:00.024) 0:02:52.727 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:27:07 +0000 (0:00:00.022) 0:02:52.750 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:27:07 +0000 (0:00:00.034) 0:02:52.785 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:27:07 +0000 (0:00:00.030) 0:02:52.815 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:27:07 +0000 (0:00:00.023) 0:02:52.838 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:27:07 +0000 (0:00:00.031) 0:02:52.870 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:27:07 +0000 (0:00:00.039) 0:02:52.910 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:27:08 +0000 (0:00:00.029) 0:02:52.939 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:27:08 +0000 (0:00:00.027) 0:02:52.967 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:27:08 +0000 (0:00:00.028) 0:02:52.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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:27:08 +0000 (0:00:00.240) 0:02:53.236 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:27:08 +0000 (0:00:00.034) 0:02:53.270 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:27:08 +0000 (0:00:00.243) 0:02:53.514 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004505", "end": "2024-03-23 17:27:08.807161", "rc": 0, "start": "2024-03-23 17:27:08.802656" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:27:08 +0000 (0:00:00.251) 0:02:53.766 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004587", "end": "2024-03-23 17:27:09.052789", "rc": 0, "start": "2024-03-23 17:27:09.048202" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:27:09 +0000 (0:00:00.236) 0:02:54.003 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:27:09 +0000 (0:00:00.028) 0:02:54.032 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:27:09 +0000 (0:00:00.025) 0:02:54.057 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:27:09 +0000 (0:00:00.020) 0:02:54.078 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:27:09 +0000 (0:00:00.024) 0:02:54.103 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:27:09 +0000 (0:00:00.050) 0:02:54.154 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:27:09 +0000 (0:00:00.032) 0:02:54.186 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:27:09 +0000 (0:00:00.026) 0:02:54.212 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:27:09 +0000 (0:00:00.054) 0:02:54.267 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 23 March 2024 17:27:09 +0000 (0:00:00.053) 0:02:54.320 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214777.4282298, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711214822.0112453, "dev": 53, "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": 1711214822.0112453, "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 23 March 2024 17:27:09 +0000 (0:00:00.278) 0:02:54.599 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 23 March 2024 17:27:09 +0000 (0:00:00.044) 0:02:54.643 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 23 March 2024 17:27:09 +0000 (0:00:00.261) 0:02:54.905 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:27:10 +0000 (0:00:00.102) 0:02:55.007 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:27:10 +0000 (0:00:00.026) 0:02:55.033 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:27:10 +0000 (0:00:00.036) 0:02:55.069 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 23 March 2024 17:27:10 +0000 (0:00:00.034) 0:02:55.104 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 23 March 2024 17:27:10 +0000 (0:00:00.776) 0:02:55.881 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.051762", "end": "2024-03-23 17:27:11.235503", "rc": 0, "start": "2024-03-23 17:27:11.183741" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 23 March 2024 17:27:11 +0000 (0:00:00.312) 0:02:56.194 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.057436", "end": "2024-03-23 17:27:11.558563", "rc": 0, "start": "2024-03-23 17:27:11.501127" } STDOUT: systemd-quadlet-basic TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:27:11 +0000 (0:00:00.320) 0:02:56.514 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Saturday 23 March 2024 17:27:11 +0000 (0:00:00.023) 0:02:56.538 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Saturday 23 March 2024 17:27:11 +0000 (0:00:00.054) 0:02:56.592 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Saturday 23 March 2024 17:27:11 +0000 (0:00:00.030) 0:02:56.622 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Saturday 23 March 2024 17:27:11 +0000 (0:00:00.028) 0:02:56.651 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214777.4282298, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1711214822.0112453, "dev": 53, "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": 1711214822.0112453, "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Saturday 23 March 2024 17:27:12 +0000 (0:00:00.263) 0:02:56.914 ******** ok: [sut] => { "changed": false, "containers": [] } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Saturday 23 March 2024 17:27:12 +0000 (0:00:00.389) 0:02:57.303 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.052192", "end": "2024-03-23 17:27:12.722058", "rc": 0, "start": "2024-03-23 17:27:12.669866" } STDOUT: podman TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Saturday 23 March 2024 17:27:12 +0000 (0:00:00.383) 0:02:57.687 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.051730", "end": "2024-03-23 17:27:13.039017", "rc": 0, "start": "2024-03-23 17:27:12.987287" } TASK [linux-system-roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Saturday 23 March 2024 17:27:13 +0000 (0:00:00.306) 0:02:57.994 ******** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "user_quadlet_basic" ], "delta": "0:00:00.008857", "end": "2024-03-23 17:27:13.301515", "rc": 0, "start": "2024-03-23 17:27:13.292658" } TASK [Ensure no linger] ******************************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:221 Saturday 23 March 2024 17:27:13 +0000 (0:00:00.290) 0:02:58.284 ******** ok: [sut] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [Run the role - root] ***************************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:227 Saturday 23 March 2024 17:27:13 +0000 (0:00:00.261) 0:02:58.545 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 23 March 2024 17:27:13 +0000 (0:00:00.067) 0:02:58.613 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 23 March 2024 17:27:13 +0000 (0:00:00.039) 0:02:58.652 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 23 March 2024 17:27:13 +0000 (0:00:00.030) 0:02:58.683 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 23 March 2024 17:27:13 +0000 (0:00:00.071) 0:02:58.755 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 23 March 2024 17:27:13 +0000 (0:00:00.031) 0:02:58.786 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 23 March 2024 17:27:13 +0000 (0:00:00.054) 0:02:58.841 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 23 March 2024 17:27:14 +0000 (0:00:01.001) 0:02:59.843 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 23 March 2024 17:27:14 +0000 (0:00:00.038) 0:02:59.882 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 23 March 2024 17:27:15 +0000 (0:00:00.040) 0:02:59.922 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.035880", "end": "2024-03-23 17:27:15.237613", "rc": 0, "start": "2024-03-23 17:27:15.201733" } STDOUT: podman version 4.9.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 23 March 2024 17:27:15 +0000 (0:00:00.266) 0:03:00.189 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 23 March 2024 17:27:15 +0000 (0:00:00.023) 0:03:00.212 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 23 March 2024 17:27:15 +0000 (0:00:00.022) 0:03:00.234 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 23 March 2024 17:27:15 +0000 (0:00:00.103) 0:03:00.337 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:27:15 +0000 (0:00:00.041) 0:03:00.379 ******** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:27:15 +0000 (0:00:00.246) 0:03:00.626 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:27:15 +0000 (0:00:00.027) 0:03:00.653 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:27:15 +0000 (0:00:00.028) 0:03:00.682 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.252) 0:03:00.934 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.030) 0:03:00.964 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.238) 0:03:01.203 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.022) 0:03:01.226 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.022) 0:03:01.248 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.022) 0:03:01.270 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.022) 0:03:01.293 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.021) 0:03:01.314 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.020) 0:03:01.335 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.073) 0:03:01.409 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.039) 0:03:01.448 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.021) 0:03:01.470 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.020) 0:03:01.491 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.054) 0:03:01.545 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.022) 0:03:01.567 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.022) 0:03:01.590 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.051) 0:03:01.641 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.029) 0:03:01.671 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.026) 0:03:01.697 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.045) 0:03:01.743 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.023) 0:03:01.766 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.023) 0:03:01.790 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.061) 0:03:01.852 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 23 March 2024 17:27:16 +0000 (0:00:00.032) 0:03:01.884 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 23 March 2024 17:27:17 +0000 (0:00:00.035) 0:03:01.920 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 23 March 2024 17:27:17 +0000 (0:00:00.041) 0:03:01.962 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 23 March 2024 17:27:17 +0000 (0:00:00.042) 0:03:02.004 ******** included: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 23 March 2024 17:27:17 +0000 (0:00:00.083) 0:03:02.087 ******** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 23 March 2024 17:27:17 +0000 (0:00:00.027) 0:03:02.115 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 23 March 2024 17:27:17 +0000 (0:00:00.031) 0:03:02.146 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:27:17 +0000 (0:00:00.043) 0:03:02.189 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:27:17 +0000 (0:00:00.034) 0:03:02.224 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:27:17 +0000 (0:00:00.060) 0:03:02.284 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 23 March 2024 17:27:17 +0000 (0:00:00.027) 0:03:02.311 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 23 March 2024 17:27:17 +0000 (0:00:00.035) 0:03:02.347 ******** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 23 March 2024 17:27:18 +0000 (0:00:00.635) 0:03:02.982 ******** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 23 March 2024 17:27:18 +0000 (0:00:00.070) 0:03:03.053 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 23 March 2024 17:27:18 +0000 (0:00:00.030) 0:03:03.083 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:27:18 +0000 (0:00:00.035) 0:03:03.119 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:27:18 +0000 (0:00:00.022) 0:03:03.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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:27:18 +0000 (0:00:00.023) 0:03:03.164 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 23 March 2024 17:27:18 +0000 (0:00:00.023) 0:03:03.187 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 23 March 2024 17:27:18 +0000 (0:00:00.021) 0:03:03.209 ******** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Saturday 23 March 2024 17:27:18 +0000 (0:00:00.573) 0:03:03.783 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Saturday 23 March 2024 17:27:18 +0000 (0:00:00.023) 0:03:03.807 ******** included: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:27:18 +0000 (0:00:00.062) 0:03:03.869 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:27:18 +0000 (0:00:00.027) 0:03:03.897 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.026) 0:03:03.923 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.021) 0:03:03.944 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.074) 0:03:04.018 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.040) 0:03:04.059 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.029) 0:03:04.089 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.028) 0:03:04.117 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.028) 0:03:04.145 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.238) 0:03:04.384 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.028) 0:03:04.413 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.235) 0:03:04.648 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.022) 0:03:04.671 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.021) 0:03:04.692 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.022) 0:03:04.714 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.021) 0:03:04.736 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.021) 0:03:04.757 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.021) 0:03:04.778 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.038) 0:03:04.817 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:27:19 +0000 (0:00:00.082) 0:03:04.900 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:27:20 +0000 (0:00:00.027) 0:03:04.928 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:27:20 +0000 (0:00:00.061) 0:03:04.989 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:27:20 +0000 (0:00:00.024) 0:03:05.013 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 23 March 2024 17:27:20 +0000 (0:00:00.046) 0:03:05.060 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:27:20 +0000 (0:00:00.051) 0:03:05.112 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:27:20 +0000 (0:00:00.023) 0:03:05.135 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:27:20 +0000 (0:00:00.022) 0:03:05.158 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 23 March 2024 17:27:20 +0000 (0:00:00.021) 0:03:05.179 ******** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Saturday 23 March 2024 17:27:20 +0000 (0:00:00.021) 0:03:05.200 ******** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Saturday 23 March 2024 17:27:20 +0000 (0:00:00.020) 0:03:05.221 ******** 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": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Saturday 23 March 2024 17:27:20 +0000 (0:00:00.251) 0:03:05.472 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Saturday 23 March 2024 17:27:20 +0000 (0:00:00.020) 0:03:05.493 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Saturday 23 March 2024 17:27:20 +0000 (0:00:00.029) 0:03:05.523 ******** 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-1711214840.6715121-11357-221091962074788/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Saturday 23 March 2024 17:27:21 +0000 (0:00:00.705) 0:03:06.228 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Saturday 23 March 2024 17:27:22 +0000 (0:00:00.999) 0:03:07.228 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Saturday 23 March 2024 17:27:22 +0000 (0:00:00.025) 0:03:07.253 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:27:22 +0000 (0:00:00.026) 0:03:07.279 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:27:22 +0000 (0:00:00.027) 0:03:07.307 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:27:22 +0000 (0:00:00.027) 0:03:07.334 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:27:22 +0000 (0:00:00.023) 0:03:07.358 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:27:22 +0000 (0:00:00.031) 0:03:07.389 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:27:22 +0000 (0:00:00.039) 0:03:07.428 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:27:22 +0000 (0:00:00.026) 0:03:07.455 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:27:22 +0000 (0:00:00.025) 0:03:07.481 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:27:22 +0000 (0:00:00.069) 0:03:07.550 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:27:22 +0000 (0:00:00.239) 0:03:07.790 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:27:22 +0000 (0:00:00.034) 0:03:07.824 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.243) 0:03:08.067 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.027) 0:03:08.095 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.023) 0:03:08.118 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.025) 0:03:08.144 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.028) 0:03:08.173 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.024) 0:03:08.197 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.026) 0:03:08.224 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.041) 0:03:08.265 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.023) 0:03:08.289 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.029) 0:03:08.318 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.062) 0:03:08.381 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.028) 0:03:08.409 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.092) 0:03:08.502 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.037) 0:03:08.539 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.023) 0:03:08.563 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.022) 0:03:08.585 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.025) 0:03:08.611 ******** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.025) 0:03:08.636 ******** TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.022) 0:03:08.659 ******** 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": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Saturday 23 March 2024 17:27:23 +0000 (0:00:00.245) 0:03:08.904 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Saturday 23 March 2024 17:27:24 +0000 (0:00:00.026) 0:03:08.931 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Saturday 23 March 2024 17:27:24 +0000 (0:00:00.023) 0:03:08.954 ******** 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-1711214844.0811853-11537-168742561203589/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Saturday 23 March 2024 17:27:24 +0000 (0:00:00.622) 0:03:09.576 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Saturday 23 March 2024 17:27:25 +0000 (0:00:01.001) 0:03:10.578 ******** 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": "sysinit.target basic.target -.mount systemd-journald.socket system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-basic-mysql-volume.service", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14772", "LimitNPROCSoft": "14772", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14772", "LimitSIGPENDINGSoft": "14772", "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", "MemoryZSwapMax": "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 -.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", "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": "4431", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Saturday 23 March 2024 17:27:26 +0000 (0:00:00.667) 0:03:11.246 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:27:26 +0000 (0:00:00.029) 0:03:11.276 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:27:26 +0000 (0:00:00.039) 0:03:11.315 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:27:26 +0000 (0:00:00.041) 0:03:11.356 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:27:26 +0000 (0:00:00.030) 0:03:11.387 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:27:26 +0000 (0:00:00.057) 0:03:11.445 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:27:26 +0000 (0:00:00.041) 0:03:11.486 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:27:26 +0000 (0:00:00.027) 0:03:11.514 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:27:26 +0000 (0:00:00.028) 0:03:11.543 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:27:26 +0000 (0:00:00.033) 0:03:11.576 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:27:26 +0000 (0:00:00.284) 0:03:11.860 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:27:26 +0000 (0:00:00.028) 0:03:11.888 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.236) 0:03:12.124 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.021) 0:03:12.146 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.023) 0:03:12.169 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.023) 0:03:12.193 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.023) 0:03:12.216 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.028) 0:03:12.244 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.021) 0:03:12.266 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.041) 0:03:12.308 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.024) 0:03:12.332 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.023) 0:03:12.356 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.049) 0:03:12.405 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.021) 0:03:12.427 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.045) 0:03:12.473 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.076) 0:03:12.549 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.022) 0:03:12.571 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.023) 0:03:12.595 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.022) 0:03:12.617 ******** TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Saturday 23 March 2024 17:27:27 +0000 (0:00:00.022) 0:03:12.640 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:44 Saturday 23 March 2024 17:27:36 +0000 (0:00:08.849) 0:03:21.489 ******** 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": 4096, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:53 Saturday 23 March 2024 17:27:36 +0000 (0:00:00.252) 0:03:21.741 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:63 Saturday 23 March 2024 17:27:36 +0000 (0:00:00.053) 0:03:21.795 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:75 Saturday 23 March 2024 17:27:36 +0000 (0:00:00.022) 0:03:21.817 ******** 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-1711214856.9459205-11674-4783607601750/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:87 Saturday 23 March 2024 17:27:37 +0000 (0:00:00.616) 0:03:22.433 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 Saturday 23 March 2024 17:27:38 +0000 (0:00:01.011) 0:03:23.445 ******** 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": "systemd-journald.socket -.mount basic.target quadlet-basic-mysql-volume.service quadlet-basic-network.service system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14772", "LimitNPROCSoft": "14772", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14772", "LimitSIGPENDINGSoft": "14772", "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", "MemoryZSwapMax": "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 -.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", "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": "4431", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:132 Saturday 23 March 2024 17:27:39 +0000 (0:00:01.108) 0:03:24.553 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Saturday 23 March 2024 17:27:39 +0000 (0:00:00.022) 0:03:24.576 ******** TASK [Check files] ************************************************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:234 Saturday 23 March 2024 17:27:39 +0000 (0:00:00.020) 0:03:24.597 ******** 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.004526", "end": "2024-03-23 17:27:39.957924", "item": "quadlet-basic-mysql.container", "rc": 0, "start": "2024-03-23 17:27:39.953398" } 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:00.003730", "end": "2024-03-23 17:27:40.193957", "item": "quadlet-basic.network", "rc": 0, "start": "2024-03-23 17:27:40.190227" } 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.003680", "end": "2024-03-23 17:27:40.418405", "item": "quadlet-basic-mysql.volume", "rc": 0, "start": "2024-03-23 17:27:40.414725" } STDOUT: # # Ansible managed # # system_role:podman [Volume] TASK [Check JSON] ************************************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:244 Saturday 23 March 2024 17:27:40 +0000 (0:00:00.772) 0:03:25.369 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "exec", "quadlet-basic-mysql", "cat", "/tmp/test.json" ], "delta": "0:00:02.049829", "end": "2024-03-23 17:27:42.699023", "failed_when_result": false, "rc": 0, "start": "2024-03-23 17:27:40.649194" } STDOUT: {"test": "json"} TASK [Cleanup user] ************************************************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:259 Saturday 23 March 2024 17:27:42 +0000 (0:00:02.281) 0:03:27.651 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 23 March 2024 17:27:42 +0000 (0:00:00.039) 0:03:27.691 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 23 March 2024 17:27:42 +0000 (0:00:00.042) 0:03:27.734 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 23 March 2024 17:27:42 +0000 (0:00:00.029) 0:03:27.764 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 23 March 2024 17:27:42 +0000 (0:00:00.022) 0:03:27.786 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 23 March 2024 17:27:42 +0000 (0:00:00.021) 0:03:27.808 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 23 March 2024 17:27:43 +0000 (0:00:00.119) 0:03:27.927 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 23 March 2024 17:27:44 +0000 (0:00:01.052) 0:03:28.980 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 23 March 2024 17:27:44 +0000 (0:00:00.021) 0:03:29.002 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 23 March 2024 17:27:44 +0000 (0:00:00.026) 0:03:29.028 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.035840", "end": "2024-03-23 17:27:44.361298", "rc": 0, "start": "2024-03-23 17:27:44.325458" } STDOUT: podman version 4.9.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 23 March 2024 17:27:44 +0000 (0:00:00.285) 0:03:29.313 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 23 March 2024 17:27:44 +0000 (0:00:00.030) 0:03:29.344 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 23 March 2024 17:27:44 +0000 (0:00:00.022) 0:03:29.366 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 23 March 2024 17:27:44 +0000 (0:00:00.068) 0:03:29.435 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:27:44 +0000 (0:00:00.077) 0:03:29.512 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:27:44 +0000 (0:00:00.244) 0:03:29.757 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:27:44 +0000 (0:00:00.031) 0:03:29.789 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:27:44 +0000 (0:00:00.033) 0:03:29.822 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:27:45 +0000 (0:00:00.256) 0:03:30.078 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:27:45 +0000 (0:00:00.035) 0:03:30.114 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:27:45 +0000 (0:00:00.276) 0:03:30.390 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004560", "end": "2024-03-23 17:27:45.683038", "rc": 0, "start": "2024-03-23 17:27:45.678478" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:27:45 +0000 (0:00:00.243) 0:03:30.633 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004475", "end": "2024-03-23 17:27:45.922463", "rc": 0, "start": "2024-03-23 17:27:45.917988" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:27:45 +0000 (0:00:00.240) 0:03:30.874 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:27:45 +0000 (0:00:00.021) 0:03:30.896 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.022) 0:03:30.918 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.048) 0:03:30.967 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.021) 0:03:30.988 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.029) 0:03:31.018 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.042) 0:03:31.060 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.021) 0:03:31.082 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.021) 0:03:31.104 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.044) 0:03:31.148 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.021) 0:03:31.170 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.025) 0:03:31.195 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.044) 0:03:31.240 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.023) 0:03:31.264 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.022) 0:03:31.287 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.044) 0:03:31.332 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.021) 0:03:31.353 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.060) 0:03:31.414 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.022) 0:03:31.436 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.022) 0:03:31.458 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.021) 0:03:31.479 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.021) 0:03:31.501 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.020) 0:03:31.522 ******** included: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.063) 0:03:31.586 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.023) 0:03:31.610 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.028) 0:03:31.638 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.036) 0:03:31.675 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.023) 0:03:31.699 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.023) 0:03:31.722 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 23 March 2024 17:27:46 +0000 (0:00:00.025) 0:03:31.748 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.226) 0:03:31.975 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.021) 0:03:31.996 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.053) 0:03:32.050 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.028) 0:03:32.079 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.036) 0:03:32.115 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.023) 0:03:32.139 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.023) 0:03:32.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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.025) 0:03:32.188 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.230) 0:03:32.418 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.022) 0:03:32.441 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.020) 0:03:32.462 ******** included: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.067) 0:03:32.529 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.027) 0:03:32.557 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.027) 0:03:32.585 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.022) 0:03:32.608 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.032) 0:03:32.640 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.086) 0:03:32.726 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.027) 0:03:32.754 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.028) 0:03:32.782 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:27:47 +0000 (0:00:00.030) 0:03:32.812 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:27:48 +0000 (0:00:00.245) 0:03:33.058 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:27:48 +0000 (0:00:00.029) 0:03:33.087 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:27:48 +0000 (0:00:00.236) 0:03:33.324 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004526", "end": "2024-03-23 17:27:48.609243", "rc": 0, "start": "2024-03-23 17:27:48.604717" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:27:48 +0000 (0:00:00.235) 0:03:33.560 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004601", "end": "2024-03-23 17:27:48.849216", "rc": 0, "start": "2024-03-23 17:27:48.844615" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:27:48 +0000 (0:00:00.240) 0:03:33.800 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:27:48 +0000 (0:00:00.021) 0:03:33.821 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:27:48 +0000 (0:00:00.020) 0:03:33.842 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:27:48 +0000 (0:00:00.021) 0:03:33.863 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:27:48 +0000 (0:00:00.020) 0:03:33.884 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.072) 0:03:33.956 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.022) 0:03:33.979 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.022) 0:03:34.001 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.049) 0:03:34.050 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.045) 0:03:34.096 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.229) 0:03:34.326 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.032) 0:03:34.358 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.235) 0:03:34.594 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.036) 0:03:34.631 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.025) 0:03:34.656 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.023) 0:03:34.680 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.027) 0:03:34.707 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.023) 0:03:34.730 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.022) 0:03:34.753 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.064) 0:03:34.818 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.021) 0:03:34.839 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.028) 0:03:34.868 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:27:49 +0000 (0:00:00.027) 0:03:34.895 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:27:50 +0000 (0:00:00.024) 0:03:34.920 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:27:50 +0000 (0:00:00.031) 0:03:34.952 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:27:50 +0000 (0:00:00.040) 0:03:34.992 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:27:50 +0000 (0:00:00.028) 0:03:35.021 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:27:50 +0000 (0:00:00.026) 0:03:35.047 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:27:50 +0000 (0:00:00.029) 0:03:35.077 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:27:50 +0000 (0:00:00.237) 0:03:35.314 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:27:50 +0000 (0:00:00.029) 0:03:35.343 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:27:50 +0000 (0:00:00.234) 0:03:35.578 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004513", "end": "2024-03-23 17:27:50.863836", "rc": 0, "start": "2024-03-23 17:27:50.859323" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:27:50 +0000 (0:00:00.234) 0:03:35.813 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.007210", "end": "2024-03-23 17:27:51.101799", "rc": 0, "start": "2024-03-23 17:27:51.094589" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:27:51 +0000 (0:00:00.278) 0:03:36.091 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:27:51 +0000 (0:00:00.021) 0:03:36.113 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:27:51 +0000 (0:00:00.021) 0:03:36.135 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:27:51 +0000 (0:00:00.021) 0:03:36.156 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:27:51 +0000 (0:00:00.020) 0:03:36.177 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:27:51 +0000 (0:00:00.038) 0:03:36.216 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:27:51 +0000 (0:00:00.023) 0:03:36.239 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:27:51 +0000 (0:00:00.022) 0:03:36.262 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:27:51 +0000 (0:00:00.049) 0:03:36.311 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 23 March 2024 17:27:51 +0000 (0:00:00.046) 0:03:36.358 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 23 March 2024 17:27:51 +0000 (0:00:00.233) 0:03:36.591 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 23 March 2024 17:27:51 +0000 (0:00:00.024) 0:03:36.615 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 23 March 2024 17:27:51 +0000 (0:00:00.233) 0:03:36.849 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:27:51 +0000 (0:00:00.034) 0:03:36.883 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.065) 0:03:36.949 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.024) 0:03:36.974 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.027) 0:03:37.002 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.031) 0:03:37.033 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.024) 0:03:37.057 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.024) 0:03:37.082 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.023) 0:03:37.105 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.028) 0:03:37.134 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.028) 0:03:37.163 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.021) 0:03:37.184 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.033) 0:03:37.217 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.038) 0:03:37.256 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.026) 0:03:37.283 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.027) 0:03:37.310 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.029) 0:03:37.339 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.286) 0:03:37.626 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.028) 0:03:37.654 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:27:52 +0000 (0:00:00.254) 0:03:37.909 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004583", "end": "2024-03-23 17:27:53.238337", "rc": 0, "start": "2024-03-23 17:27:53.233754" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:27:53 +0000 (0:00:00.281) 0:03:38.190 ******** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004421", "end": "2024-03-23 17:27:53.478899", "rc": 0, "start": "2024-03-23 17:27:53.474478" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:27:53 +0000 (0:00:00.240) 0:03:38.431 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:27:53 +0000 (0:00:00.031) 0:03:38.462 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:27:53 +0000 (0:00:00.023) 0:03:38.485 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:27:53 +0000 (0:00:00.026) 0:03:38.512 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:27:53 +0000 (0:00:00.031) 0:03:38.543 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:27:53 +0000 (0:00:00.040) 0:03:38.583 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:27:53 +0000 (0:00:00.024) 0:03:38.608 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:27:53 +0000 (0:00:00.024) 0:03:38.632 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:27:53 +0000 (0:00:00.051) 0:03:38.683 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 23 March 2024 17:27:53 +0000 (0:00:00.045) 0:03:38.728 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 23 March 2024 17:27:54 +0000 (0:00:00.266) 0:03:38.995 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 23 March 2024 17:27:54 +0000 (0:00:00.025) 0:03:39.020 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 23 March 2024 17:27:54 +0000 (0:00:00.234) 0:03:39.255 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:27:54 +0000 (0:00:00.038) 0:03:39.293 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:27:54 +0000 (0:00:00.030) 0:03:39.323 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:27:54 +0000 (0:00:00.028) 0:03:39.352 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 23 March 2024 17:27:54 +0000 (0:00:00.030) 0:03:39.383 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 23 March 2024 17:27:54 +0000 (0:00:00.023) 0:03:39.406 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 23 March 2024 17:27:54 +0000 (0:00:00.025) 0:03:39.431 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:27:54 +0000 (0:00:00.024) 0:03:39.456 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Saturday 23 March 2024 17:27:54 +0000 (0:00:00.021) 0:03:39.478 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:4 Saturday 23 March 2024 17:27:54 +0000 (0:00:00.064) 0:03:39.542 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set cancel linger vars] ********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:12 Saturday 23 March 2024 17:27:54 +0000 (0:00:00.028) 0:03:39.571 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:17 Saturday 23 March 2024 17:27:54 +0000 (0:00:00.028) 0:03:39.600 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Gather facts for containers] ***************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:22 Saturday 23 March 2024 17:27:54 +0000 (0:00:00.269) 0:03:39.869 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather facts for networks] ******************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:31 Saturday 23 March 2024 17:27:54 +0000 (0:00:00.024) 0:03:39.893 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather secrets] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:41 Saturday 23 March 2024 17:27:55 +0000 (0:00:00.025) 0:03:39.919 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cancel_linger.yml:51 Saturday 23 March 2024 17:27:55 +0000 (0:00:00.024) 0:03:39.944 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove test user] ******************************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:273 Saturday 23 March 2024 17:27:55 +0000 (0:00:00.022) 0:03:39.966 ******** changed: [sut] => { "changed": true, "force": false, "name": "user_quadlet_basic", "remove": false, "state": "absent" } TASK [Cleanup system - root] *************************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:279 Saturday 23 March 2024 17:27:55 +0000 (0:00:00.536) 0:03:40.503 ******** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 23 March 2024 17:27:55 +0000 (0:00:00.047) 0:03:40.551 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 23 March 2024 17:27:55 +0000 (0:00:00.038) 0:03:40.590 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 23 March 2024 17:27:55 +0000 (0:00:00.030) 0:03:40.620 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 23 March 2024 17:27:55 +0000 (0:00:00.023) 0:03:40.644 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 23 March 2024 17:27:55 +0000 (0:00:00.022) 0:03:40.666 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 23 March 2024 17:27:55 +0000 (0:00:00.050) 0:03:40.717 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 23 March 2024 17:27:57 +0000 (0:00:01.584) 0:03:42.301 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 23 March 2024 17:27:57 +0000 (0:00:00.024) 0:03:42.325 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 23 March 2024 17:27:57 +0000 (0:00:00.027) 0:03:42.353 ******** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.055581", "end": "2024-03-23 17:27:57.809881", "rc": 0, "start": "2024-03-23 17:27:57.754300" } STDOUT: podman version 4.9.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:29 Saturday 23 March 2024 17:27:57 +0000 (0:00:00.415) 0:03:42.769 ******** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:33 Saturday 23 March 2024 17:27:57 +0000 (0:00:00.024) 0:03:42.793 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:40 Saturday 23 March 2024 17:27:57 +0000 (0:00:00.023) 0:03:42.817 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:57 Saturday 23 March 2024 17:27:58 +0000 (0:00:00.103) 0:03:42.920 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:27:58 +0000 (0:00:00.041) 0:03:42.962 ******** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:27:58 +0000 (0:00:00.250) 0:03:43.213 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:27:58 +0000 (0:00:00.029) 0:03:43.242 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:27:58 +0000 (0:00:00.032) 0:03:43.274 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:27:58 +0000 (0:00:00.240) 0:03:43.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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:27:58 +0000 (0:00:00.028) 0:03:43.543 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:27:58 +0000 (0:00:00.235) 0:03:43.779 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:27:58 +0000 (0:00:00.023) 0:03:43.803 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:27:58 +0000 (0:00:00.022) 0:03:43.825 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:27:58 +0000 (0:00:00.021) 0:03:43.847 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:27:58 +0000 (0:00:00.023) 0:03:43.870 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:27:58 +0000 (0:00:00.022) 0:03:43.893 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:63 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.021) 0:03:43.915 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:81 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.063) 0:03:43.978 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.042) 0:03:44.021 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.022) 0:03:44.043 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:84 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.021) 0:03:44.065 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.045) 0:03:44.110 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.022) 0:03:44.132 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:87 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.022) 0:03:44.155 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.043) 0:03:44.198 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.022) 0:03:44.221 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:90 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.022) 0:03:44.244 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.044) 0:03:44.289 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.023) 0:03:44.312 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.021) 0:03:44.333 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.020) 0:03:44.354 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:96 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.055) 0:03:44.410 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:103 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.021) 0:03:44.432 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:110 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.021) 0:03:44.453 ******** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:114 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.019) 0:03:44.473 ******** included: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.065) 0:03:44.538 ******** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.023) 0:03:44.561 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.027) 0:03:44.589 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.033) 0:03:44.622 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.021) 0:03:44.643 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.021) 0:03:44.665 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.020) 0:03:44.686 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 23 March 2024 17:27:59 +0000 (0:00:00.021) 0:03:44.708 ******** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Saturday 23 March 2024 17:28:00 +0000 (0:00:00.544) 0:03:45.253 ******** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:8 Saturday 23 March 2024 17:28:00 +0000 (0:00:00.023) 0:03:45.276 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:14 Saturday 23 March 2024 17:28:00 +0000 (0:00:00.077) 0:03:45.354 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:28:00 +0000 (0:00:00.035) 0:03:45.389 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:28:00 +0000 (0:00:00.021) 0:03:45.411 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:28:00 +0000 (0:00:00.021) 0:03:45.433 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat XDG_RUNTIME_DIR] ************************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:19 Saturday 23 March 2024 17:28:00 +0000 (0:00:00.021) 0:03:45.455 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 Saturday 23 March 2024 17:28:00 +0000 (0:00:00.022) 0:03:45.478 ******** changed: [sut] => { "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Saturday 23 March 2024 17:28:01 +0000 (0:00:00.471) 0:03:45.949 ******** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:127 Saturday 23 March 2024 17:28:01 +0000 (0:00:00.023) 0:03:45.973 ******** included: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:28:01 +0000 (0:00:00.069) 0:03:46.043 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:28:01 +0000 (0:00:00.027) 0:03:46.071 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:28:01 +0000 (0:00:00.026) 0:03:46.097 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:28:01 +0000 (0:00:00.021) 0:03:46.119 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:28:01 +0000 (0:00:00.033) 0:03:46.152 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:28:01 +0000 (0:00:00.103) 0:03:46.256 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:28:01 +0000 (0:00:00.036) 0:03:46.293 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:28:01 +0000 (0:00:00.031) 0:03:46.324 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:28:01 +0000 (0:00:00.046) 0:03:46.371 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:28:01 +0000 (0:00:00.243) 0:03:46.614 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:28:01 +0000 (0:00:00.029) 0:03:46.643 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:28:01 +0000 (0:00:00.238) 0:03:46.882 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:28:01 +0000 (0:00:00.023) 0:03:46.906 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:28:02 +0000 (0:00:00.021) 0:03:46.927 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:28:02 +0000 (0:00:00.021) 0:03:46.949 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:28:02 +0000 (0:00:00.021) 0:03:46.970 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:28:02 +0000 (0:00:00.023) 0:03:46.994 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:28:02 +0000 (0:00:00.022) 0:03:47.016 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:28:02 +0000 (0:00:00.039) 0:03:47.056 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:28:02 +0000 (0:00:00.058) 0:03:47.114 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:28:02 +0000 (0:00:00.021) 0:03:47.136 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:28:02 +0000 (0:00:00.048) 0:03:47.185 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 23 March 2024 17:28:02 +0000 (0:00:00.045) 0:03:47.230 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 23 March 2024 17:28:02 +0000 (0:00:00.022) 0:03:47.253 ******** 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-23 17:27:26 UTC", "ActiveEnterTimestampMonotonic": "1633212148", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice systemd-journald.socket -.mount basic.target sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 17:27:26 UTC", "AssertTimestampMonotonic": "1633142494", "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": "47070000", "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-23 17:27:26 UTC", "ConditionTimestampMonotonic": "1633142490", "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-03-23 17:27:26 UTC", "ExecMainExitTimestampMonotonic": "1633204284", "ExecMainPID": "10488", "ExecMainStartTimestamp": "Sat 2024-03-23 17:27:26 UTC", "ExecMainStartTimestampMonotonic": "1633150109", "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-23 17:27:26 UTC", "InactiveExitTimestampMonotonic": "1633150493", "InvocationID": "c662c69d6ca54d269195748b501779db", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14772", "LimitNPROCSoft": "14772", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14772", "LimitSIGPENDINGSoft": "14772", "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", "MemoryZSwapMax": "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": "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]", "StateChangeTimestamp": "Sat 2024-03-23 17:27:26 UTC", "StateChangeTimestampMonotonic": "1633212148", "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": "4431", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 23 March 2024 17:28:04 +0000 (0:00:02.545) 0:03:49.799 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 23 March 2024 17:28:05 +0000 (0:00:00.239) 0:03:50.038 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:28:05 +0000 (0:00:00.036) 0:03:50.075 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:28:05 +0000 (0:00:00.023) 0:03:50.098 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:28:05 +0000 (0:00:00.023) 0:03:50.122 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 23 March 2024 17:28:05 +0000 (0:00:00.023) 0:03:50.146 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 23 March 2024 17:28:06 +0000 (0:00:00.994) 0:03:51.141 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.045736", "end": "2024-03-23 17:28:06.471325", "rc": 0, "start": "2024-03-23 17:28:06.425589" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 23 March 2024 17:28:06 +0000 (0:00:00.281) 0:03:51.423 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:28:06 +0000 (0:00:00.026) 0:03:51.449 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:28:06 +0000 (0:00:00.022) 0:03:51.472 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:28:06 +0000 (0:00:00.029) 0:03:51.501 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:28:06 +0000 (0:00:00.029) 0:03:51.531 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:28:06 +0000 (0:00:00.064) 0:03:51.595 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:28:06 +0000 (0:00:00.032) 0:03:51.627 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:28:06 +0000 (0:00:00.039) 0:03:51.667 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:28:06 +0000 (0:00:00.028) 0:03:51.695 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:28:06 +0000 (0:00:00.027) 0:03:51.723 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:28:06 +0000 (0:00:00.030) 0:03:51.753 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:28:07 +0000 (0:00:00.250) 0:03:52.003 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:28:07 +0000 (0:00:00.030) 0:03:52.034 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:28:07 +0000 (0:00:00.234) 0:03:52.269 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:28:07 +0000 (0:00:00.022) 0:03:52.291 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:28:07 +0000 (0:00:00.021) 0:03:52.313 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:28:07 +0000 (0:00:00.023) 0:03:52.336 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:28:07 +0000 (0:00:00.020) 0:03:52.357 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:28:07 +0000 (0:00:00.021) 0:03:52.378 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:28:07 +0000 (0:00:00.020) 0:03:52.399 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:28:07 +0000 (0:00:00.084) 0:03:52.484 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:28:07 +0000 (0:00:00.023) 0:03:52.508 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:28:07 +0000 (0:00:00.021) 0:03:52.529 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:28:07 +0000 (0:00:00.050) 0:03:52.580 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 23 March 2024 17:28:07 +0000 (0:00:00.046) 0:03:52.627 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 23 March 2024 17:28:07 +0000 (0:00:00.022) 0:03:52.649 ******** 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-23 17:27:39 UTC", "ActiveEnterTimestampMonotonic": "1646471334", "ActiveExitTimestamp": "Sat 2024-03-23 17:28:03 UTC", "ActiveExitTimestampMonotonic": "1670290490", "ActiveState": "inactive", "After": "systemd-journald.socket quadlet-basic-mysql-volume.service basic.target -.mount system.slice quadlet-basic-network.service sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 17:27:39 UTC", "AssertTimestampMonotonic": "1646069031", "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": "4505955000", "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-23 17:27:39 UTC", "ConditionTimestampMonotonic": "1646069027", "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-basic-mysql.service", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-03-23 17:28:04 UTC", "ExecMainExitTimestampMonotonic": "1671705384", "ExecMainPID": "10974", "ExecMainStartTimestamp": "Sat 2024-03-23 17:27:39 UTC", "ExecMainStartTimestampMonotonic": "1646471246", "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-23 17:28:04 UTC", "InactiveEnterTimestampMonotonic": "1671749772", "InactiveExitTimestamp": "Sat 2024-03-23 17:27:39 UTC", "InactiveExitTimestampMonotonic": "1646080568", "InvocationID": "8cadbdc27506406f9b0fc97b4b79a2ec", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14772", "LimitNPROCSoft": "14772", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14772", "LimitSIGPENDINGSoft": "14772", "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", "MemoryZSwapMax": "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 system.slice sysinit.target -.mount quadlet-basic-network.service", "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-23 17:28:04 UTC", "StateChangeTimestampMonotonic": "1671749772", "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": "4431", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 23 March 2024 17:28:08 +0000 (0:00:01.027) 0:03:53.677 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 23 March 2024 17:28:09 +0000 (0:00:00.237) 0:03:53.915 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:28:09 +0000 (0:00:00.035) 0:03:53.950 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:28:09 +0000 (0:00:00.020) 0:03:53.971 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:28:09 +0000 (0:00:00.056) 0:03:54.028 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 23 March 2024 17:28:09 +0000 (0:00:00.021) 0:03:54.049 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 23 March 2024 17:28:10 +0000 (0:00:01.054) 0:03:55.103 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.042498", "end": "2024-03-23 17:28:10.428054", "rc": 0, "start": "2024-03-23 17:28:10.385556" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 23 March 2024 17:28:10 +0000 (0:00:00.276) 0:03:55.379 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:28:10 +0000 (0:00:00.024) 0:03:55.404 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Saturday 23 March 2024 17:28:10 +0000 (0:00:00.021) 0:03:55.426 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Saturday 23 March 2024 17:28:10 +0000 (0:00:00.027) 0:03:55.454 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Saturday 23 March 2024 17:28:10 +0000 (0:00:00.026) 0:03:55.480 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Saturday 23 March 2024 17:28:10 +0000 (0:00:00.022) 0:03:55.503 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Saturday 23 March 2024 17:28:10 +0000 (0:00:00.030) 0:03:55.533 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 23 March 2024 17:28:10 +0000 (0:00:00.037) 0:03:55.570 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 23 March 2024 17:28:10 +0000 (0:00:00.061) 0:03:55.632 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 23 March 2024 17:28:10 +0000 (0:00:00.026) 0:03:55.658 ******** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 23 March 2024 17:28:10 +0000 (0:00:00.029) 0:03:55.688 ******** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 23 March 2024 17:28:11 +0000 (0:00:00.238) 0:03:55.926 ******** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 23 March 2024 17:28:11 +0000 (0:00:00.029) 0:03:55.955 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711214747.7742195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1711214701.5302033, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203629, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "3236465157", "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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 23 March 2024 17:28:11 +0000 (0:00:00.240) 0:03:56.196 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 23 March 2024 17:28:11 +0000 (0:00:00.025) 0:03:56.221 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 23 March 2024 17:28:11 +0000 (0:00:00.023) 0:03:56.244 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 23 March 2024 17:28:11 +0000 (0:00:00.025) 0:03:56.270 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 23 March 2024 17:28:11 +0000 (0:00:00.022) 0:03:56.292 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 23 March 2024 17:28:11 +0000 (0:00:00.024) 0:03:56.317 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Saturday 23 March 2024 17:28:11 +0000 (0:00:00.024) 0:03:56.342 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Saturday 23 March 2024 17:28:11 +0000 (0:00:00.039) 0:03:56.381 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Saturday 23 March 2024 17:28:11 +0000 (0:00:00.024) 0:03:56.406 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Saturday 23 March 2024 17:28:11 +0000 (0:00:00.023) 0:03:56.429 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Saturday 23 March 2024 17:28:11 +0000 (0:00:00.051) 0:03:56.481 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Saturday 23 March 2024 17:28:11 +0000 (0:00:00.107) 0:03:56.588 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Saturday 23 March 2024 17:28:11 +0000 (0:00:00.023) 0:03:56.612 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:33 Saturday 23 March 2024 17:28:11 +0000 (0:00:00.036) 0:03:56.648 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:39 Saturday 23 March 2024 17:28:11 +0000 (0:00:00.239) 0:03:56.888 ******** included: /WORKDIR/git-weekly-cic91zygbb/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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Saturday 23 March 2024 17:28:12 +0000 (0:00:00.035) 0:03:56.924 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Saturday 23 March 2024 17:28:12 +0000 (0:00:00.024) 0:03:56.949 ******** 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-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:23 Saturday 23 March 2024 17:28:12 +0000 (0:00:00.021) 0:03:56.971 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 Saturday 23 March 2024 17:28:12 +0000 (0:00:00.025) 0:03:56.996 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:56 Saturday 23 March 2024 17:28:13 +0000 (0:00:01.000) 0:03:57.997 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.041143", "end": "2024-03-23 17:28:13.326039", "rc": 0, "start": "2024-03-23 17:28:13.284896" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:64 Saturday 23 March 2024 17:28:13 +0000 (0:00:00.280) 0:03:58.277 ******** changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.042294", "end": "2024-03-23 17:28:13.605092", "rc": 0, "start": "2024-03-23 17:28:13.562798" } STDOUT: systemd-quadlet-basic TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Saturday 23 March 2024 17:28:13 +0000 (0:00:00.278) 0:03:58.556 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:133 Saturday 23 March 2024 17:28:13 +0000 (0:00:00.023) 0:03:58.579 ******** META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=607 changed=51 unreachable=0 failed=0 skipped=591 rescued=0 ignored=0 Saturday 23 March 2024 17:28:13 +0000 (0:00:00.008) 0:03:58.588 ******** =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 87.71s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:14 linux-system-roles.podman : Stop and disable service ------------------- 11.16s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 linux-system-roles.podman : Ensure container images are present --------- 8.85s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 linux-system-roles.podman : Ensure container images are present --------- 8.39s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 linux-system-roles.podman : Stop and disable service -------------------- 2.55s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 Check JSON -------------------------------------------------------------- 2.28s /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:244 -------------- linux-system-roles.podman : Gather the package facts -------------------- 2.10s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Gathering Facts --------------------------------------------------------- 1.97s /WORKDIR/git-weekly-cic91zygbb/tests/tests_quadlet_basic.yml:9 ---------------- linux-system-roles.podman : Gather the package facts -------------------- 1.58s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Start service ------------------------------- 1.52s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 linux-system-roles.podman : Reload systemctl ---------------------------- 1.40s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 linux-system-roles.podman : Gather the package facts -------------------- 1.37s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Manage each secret -------------------------- 1.16s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:35 linux-system-roles.podman : Start service ------------------------------- 1.11s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:116 linux-system-roles.podman : Gather the package facts -------------------- 1.10s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Stop and disable service -------------------- 1.06s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 linux-system-roles.podman : Reload systemctl ---------------------------- 1.05s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 linux-system-roles.podman : Gather the package facts -------------------- 1.04s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Stop and disable service -------------------- 1.03s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:12 linux-system-roles.podman : Reload systemctl ---------------------------- 1.01s /WORKDIR/git-weekly-cic91zygbb/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:47 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution fedora 38 on host sut should use /usr/bin/python3, 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) ---^---^---^---^---^---