# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-fix-linger-handlinggx0awxme/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_quadlet_basic.yml ********************************************** 2 plays in /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:4 Tuesday 06 February 2024 16:08:41 +0000 (0:00:00.011) 0:00:00.011 ****** 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-fix-linger-handlinggx0awxme/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role can manage quadlet specs] *************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:9 Tuesday 06 February 2024 16:08:41 +0000 (0:00:00.014) 0:00:00.026 ****** ok: [sut] TASK [Run role - do not pull images] ******************************************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:57 Tuesday 06 February 2024 16:08:42 +0000 (0:00:00.870) 0:00:00.896 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 16:08:42 +0000 (0:00:00.026) 0:00:00.923 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 16:08:42 +0000 (0:00:00.029) 0:00:00.952 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 16:08:42 +0000 (0:00:00.019) 0:00:00.972 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 16:08:42 +0000 (0:00:00.273) 0:00:01.245 ****** ok: [sut] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 16:08:42 +0000 (0:00:00.015) 0:00:01.261 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 16:08:43 +0000 (0:00:00.030) 0:00:01.291 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 16:08:43 +0000 (0:00:00.912) 0:00:02.204 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 16:08:43 +0000 (0:00:00.026) 0:00:02.231 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: catatonit-0.1.7-14.fc38.x86_64", "Installed: podman-5:4.8.3-1.fc38.x86_64", "Installed: criu-3.18-1.fc38.x86_64", "Installed: criu-libs-3.18-1.fc38.x86_64", "Installed: netavark-1.9.0-1.fc38.x86_64", "Installed: slirp4netns-1.2.2-1.fc38.x86_64", "Installed: conmon-2:2.1.8-2.fc38.x86_64", "Installed: libnet-1.3-1.fc38.x86_64", "Installed: qemu-user-static-xtensa-2:7.2.7-1.fc38.x86_64", "Installed: container-selinux-2:2.228.1-1.fc38.noarch", "Installed: crun-1.12-1.fc38.x86_64", "Installed: containers-common-4:1-89.fc38.noarch", "Installed: containers-common-extra-4:1-89.fc38.noarch", "Installed: qemu-user-static-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-aarch64-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-alpha-2:7.2.7-1.fc38.x86_64", "Installed: passt-0^20231230.gf091893-1.fc38.x86_64", "Installed: passt-selinux-0^20231230.gf091893-1.fc38.noarch", "Installed: qemu-user-static-arm-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-cris-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-hexagon-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-hppa-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-loongarch64-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-m68k-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-microblaze-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-mips-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-nios2-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-or1k-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-ppc-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-riscv-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-s390x-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-sh4-2:7.2.7-1.fc38.x86_64", "Installed: libslirp-4.7.0-3.fc38.x86_64", "Installed: aardvark-dns-1.9.0-1.fc38.x86_64", "Installed: qemu-user-static-sparc-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-x86-2:7.2.7-1.fc38.x86_64", "Installed: shadow-utils-subid-2:4.13-6.fc38.x86_64", "Installed: libbsd-0.11.7-4.fc38.x86_64", "Installed: yajl-2.1.0-21.fc38.x86_64", "Installed: fuse-common-3.14.1-1.fc38.x86_64", "Installed: fuse-overlayfs-1.12-1.fc38.x86_64", "Installed: fuse3-3.14.1-1.fc38.x86_64", "Installed: fuse3-libs-3.14.1-1.fc38.x86_64", "Installed: gvisor-tap-vsock-6:0.7.2-1.fc38.x86_64", "Installed: gvisor-tap-vsock-gvforwarder-6:0.7.2-1.fc38.x86_64", "Installed: libmd-1.1.0-1.fc38.x86_64" ] } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 16:10:07 +0000 (0:01:23.214) 0:01:25.445 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.036570", "end": "2024-02-06 16:10:07.481936", "rc": 0, "start": "2024-02-06 16:10:07.445366" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 16:10:07 +0000 (0:00:00.348) 0:01:25.793 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 16:10:07 +0000 (0:00:00.019) 0:01:25.813 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 16:10:07 +0000 (0:00:00.018) 0:01:25.831 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 16:10:07 +0000 (0:00:00.027) 0:01:25.859 ****** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 16:10:07 +0000 (0:00:00.030) 0:01:25.889 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:10:07 +0000 (0:00:00.038) 0:01:25.928 ****** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:10:07 +0000 (0:00:00.298) 0:01:26.226 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:10:07 +0000 (0:00:00.037) 0:01:26.263 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.025) 0:01:26.289 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.218) 0:01:26.508 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.024) 0:01:26.533 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1678060800.0, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.220) 0:01:26.754 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.018) 0:01:26.773 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.017) 0:01:26.790 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.016) 0:01:26.807 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.016) 0:01:26.823 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.016) 0:01:26.839 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.015) 0:01:26.855 ****** 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 [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.035) 0:01:26.891 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.034) 0:01:26.925 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.017) 0:01:26.943 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.016) 0:01:26.960 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.035) 0:01:26.996 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.018) 0:01:27.014 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.041) 0:01:27.055 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.035) 0:01:27.091 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.017) 0:01:27.108 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.017) 0:01:27.126 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.036) 0:01:27.163 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.017) 0:01:27.181 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.017) 0:01:27.198 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.017) 0:01:27.216 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.018) 0:01:27.235 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.018) 0:01:27.253 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 16:10:08 +0000 (0:00:00.018) 0:01:27.271 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.019) 0:01:27.290 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.016) 0:01:27.307 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.016) 0:01:27.324 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'nopull', 'type': 'container', 'state': 'created', 'pull_image': False, 'activate_systemd_unit': False, 'Install': {'WantedBy': 'default.target'}, 'Container': {'Image': 'quay.io/libpod/testimage:20210610', 'ContainerName': 'nopull'}}) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.046) 0:01:27.370 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.024) 0:01:27.394 ****** 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 [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.049) 0:01:27.444 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.018) 0:01:27.463 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "nopull", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.031) 0:01:27.494 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.034) 0:01:27.528 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.021) 0:01:27.550 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.022) 0:01:27.572 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.025) 0:01:27.598 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.218) 0:01:27.817 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.028) 0:01:27.845 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.217) 0:01:28.063 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.018) 0:01:28.082 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.018) 0:01:28.101 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.018) 0:01:28.119 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.018) 0:01:28.138 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.018) 0:01:28.156 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.017) 0:01:28.173 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.033) 0:01:28.206 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.020) 0:01:28.226 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:10:09 +0000 (0:00:00.018) 0:01:28.245 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/nopull.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:10:10 +0000 (0:00:00.071) 0:01:28.317 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:10:10 +0000 (0:00:00.020) 0:01:28.337 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 06 February 2024 16:10:10 +0000 (0:00:00.041) 0:01:28.378 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:10:10 +0000 (0:00:00.030) 0:01:28.408 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:10:10 +0000 (0:00:00.017) 0:01:28.426 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:10:10 +0000 (0:00:00.018) 0:01:28.444 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 06 February 2024 16:10:10 +0000 (0:00:00.017) 0:01:28.462 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Tuesday 06 February 2024 16:10:10 +0000 (0:00:00.016) 0:01:28.479 ****** skipping: [sut] => (item=quay.io/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__podman_pull_image | bool", "item": "quay.io/libpod/testimage:20210610", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Tuesday 06 February 2024 16:10:10 +0000 (0:00:00.027) 0:01:28.506 ****** 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 [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Tuesday 06 February 2024 16:10:10 +0000 (0:00:00.335) 0:01:28.842 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Tuesday 06 February 2024 16:10:10 +0000 (0:00:00.019) 0:01:28.861 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Tuesday 06 February 2024 16:10:10 +0000 (0:00:00.019) 0:01:28.881 ****** 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-1707235810.6416812-6870-250868787776709/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Tuesday 06 February 2024 16:10:11 +0000 (0:00:00.666) 0:01:29.547 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Tuesday 06 February 2024 16:10:11 +0000 (0:00:00.020) 0:01:29.567 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Tuesday 06 February 2024 16:10:11 +0000 (0:00:00.022) 0:01:29.589 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 06 February 2024 16:10:11 +0000 (0:00:00.022) 0:01:29.612 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify image not pulled] ************************************************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:73 Tuesday 06 February 2024 16:10:11 +0000 (0:00:00.057) 0:01:29.669 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run role - try to pull bogus image] ************************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:77 Tuesday 06 February 2024 16:10:11 +0000 (0:00:00.023) 0:01:29.693 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 16:10:11 +0000 (0:00:00.048) 0:01:29.741 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 16:10:11 +0000 (0:00:00.032) 0:01:29.773 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 16:10:11 +0000 (0:00:00.023) 0:01:29.796 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 16:10:11 +0000 (0:00:00.019) 0:01:29.816 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 16:10:11 +0000 (0:00:00.017) 0:01:29.833 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 16:10:11 +0000 (0:00:00.040) 0:01:29.874 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 16:10:12 +0000 (0:00:00.772) 0:01:30.647 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 16:10:12 +0000 (0:00:00.019) 0:01:30.667 ****** skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 16:10:12 +0000 (0:00:00.022) 0:01:30.689 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032381", "end": "2024-02-06 16:10:12.626365", "rc": 0, "start": "2024-02-06 16:10:12.593984" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 16:10:12 +0000 (0:00:00.244) 0:01:30.934 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 16:10:12 +0000 (0:00:00.022) 0:01:30.957 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 16:10:12 +0000 (0:00:00.019) 0:01:30.976 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 16:10:12 +0000 (0:00:00.050) 0:01:31.027 ****** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 16:10:12 +0000 (0:00:00.021) 0:01:31.049 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:10:12 +0000 (0:00:00.038) 0:01:31.088 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:10:12 +0000 (0:00:00.022) 0:01:31.110 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:10:12 +0000 (0:00:00.021) 0:01:31.132 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:10:12 +0000 (0:00:00.026) 0:01:31.158 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.220) 0:01:31.379 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.026) 0:01:31.405 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.220) 0:01:31.625 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.018) 0:01:31.643 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.018) 0:01:31.662 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.017) 0:01:31.680 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.016) 0:01:31.697 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.017) 0:01:31.714 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.017) 0:01:31.731 ****** 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 [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.024) 0:01:31.756 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.060) 0:01:31.816 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.020) 0:01:31.837 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.019) 0:01:31.856 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.037) 0:01:31.893 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.019) 0:01:31.913 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.018) 0:01:31.932 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.036) 0:01:31.968 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.019) 0:01:31.988 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.018) 0:01:32.006 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.038) 0:01:32.045 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.019) 0:01:32.065 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.018) 0:01:32.083 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.017) 0:01:32.101 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.018) 0:01:32.120 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.017) 0:01:32.138 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.045) 0:01:32.183 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.019) 0:01:32.203 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.017) 0:01:32.220 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 16:10:13 +0000 (0:00:00.017) 0:01:32.237 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'bogus', 'type': 'container', 'state': 'created', 'continue_if_pull_fails': True, 'activate_systemd_unit': False, 'Install': {'WantedBy': 'default.target'}, 'Container': {'Image': 'this_is_a_bogus_image', 'ContainerName': 'bogus'}}) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.045) 0:01:32.282 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.026) 0:01:32.309 ****** 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 [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.024) 0:01:32.334 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.019) 0:01:32.353 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "bogus", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.029) 0:01:32.382 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.036) 0:01:32.418 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.021) 0:01:32.440 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.022) 0:01:32.462 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.026) 0:01:32.488 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.226) 0:01:32.714 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.026) 0:01:32.741 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.225) 0:01:32.966 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.045) 0:01:33.011 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.018) 0:01:33.030 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.018) 0:01:33.049 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.018) 0:01:33.067 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.018) 0:01:33.086 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.018) 0:01:33.104 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.035) 0:01:33.139 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.021) 0:01:33.161 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.019) 0:01:33.180 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [ "this_is_a_bogus_image" ], "__podman_quadlet_file": "/etc/containers/systemd/bogus.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.054) 0:01:33.235 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:10:14 +0000 (0:00:00.019) 0:01:33.254 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 06 February 2024 16:10:15 +0000 (0:00:00.042) 0:01:33.297 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:10:15 +0000 (0:00:00.033) 0:01:33.330 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:10:15 +0000 (0:00:00.019) 0:01:33.349 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:10:15 +0000 (0:00:00.017) 0:01:33.367 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 06 February 2024 16:10:15 +0000 (0:00:00.018) 0:01:33.385 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Tuesday 06 February 2024 16:10:15 +0000 (0:00:00.016) 0:01:33.402 ****** ok: [sut] => (item=this_is_a_bogus_image) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "this_is_a_bogus_image" } MSG: Failed to pull image this_is_a_bogus_image:latest TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Tuesday 06 February 2024 16:10:15 +0000 (0:00:00.656) 0:01:34.058 ****** 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 [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Tuesday 06 February 2024 16:10:16 +0000 (0:00:00.232) 0:01:34.291 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Tuesday 06 February 2024 16:10:16 +0000 (0:00:00.020) 0:01:34.311 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Tuesday 06 February 2024 16:10:16 +0000 (0:00:00.020) 0:01:34.332 ****** 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-1707235816.0928996-6971-152101661148813/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Tuesday 06 February 2024 16:10:16 +0000 (0:00:00.579) 0:01:34.911 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Tuesday 06 February 2024 16:10:16 +0000 (0:00:00.022) 0:01:34.933 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Tuesday 06 February 2024 16:10:16 +0000 (0:00:00.022) 0:01:34.955 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 06 February 2024 16:10:16 +0000 (0:00:00.023) 0:01:34.979 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify image not pulled and no error] ************************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:93 Tuesday 06 February 2024 16:10:16 +0000 (0:00:00.027) 0:01:35.006 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:100 Tuesday 06 February 2024 16:10:16 +0000 (0:00:00.022) 0:01:35.029 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 16:10:16 +0000 (0:00:00.080) 0:01:35.109 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 16:10:16 +0000 (0:00:00.035) 0:01:35.144 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 16:10:16 +0000 (0:00:00.025) 0:01:35.170 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 16:10:16 +0000 (0:00:00.019) 0:01:35.189 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 16:10:16 +0000 (0:00:00.053) 0:01:35.243 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 16:10:17 +0000 (0:00:00.042) 0:01:35.285 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 16:10:17 +0000 (0:00:00.774) 0:01:36.060 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 16:10:17 +0000 (0:00:00.019) 0:01:36.079 ****** skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 16:10:17 +0000 (0:00:00.022) 0:01:36.102 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031807", "end": "2024-02-06 16:10:18.039362", "rc": 0, "start": "2024-02-06 16:10:18.007555" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.246) 0:01:36.348 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.023) 0:01:36.372 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.019) 0:01:36.391 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.020) 0:01:36.412 ****** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.023) 0:01:36.435 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.039) 0:01:36.474 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.022) 0:01:36.496 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.022) 0:01:36.518 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.025) 0:01:36.544 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.251) 0:01:36.796 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.027) 0:01:36.823 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.220) 0:01:37.043 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.020) 0:01:37.063 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.018) 0:01:37.081 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.018) 0:01:37.100 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.017) 0:01:37.118 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.018) 0:01:37.136 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.018) 0:01:37.155 ****** 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 [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.024) 0:01:37.179 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.036) 0:01:37.216 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.019) 0:01:37.235 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 16:10:18 +0000 (0:00:00.019) 0:01:37.254 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.035) 0:01:37.290 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.018) 0:01:37.309 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.018) 0:01:37.328 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.066) 0:01:37.394 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.020) 0:01:37.415 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.019) 0:01:37.434 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.039) 0:01:37.473 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.019) 0:01:37.493 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.019) 0:01:37.512 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.019) 0:01:37.531 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.018) 0:01:37.550 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.018) 0:01:37.569 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.018) 0:01:37.587 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.019) 0:01:37.607 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.016) 0:01:37.623 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.016) 0:01:37.640 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'state': 'absent', 'name': 'nopull', 'type': 'container'}) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.046) 0:01:37.687 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.026) 0:01:37.713 ****** 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 [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.024) 0:01:37.737 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.051) 0:01:37.788 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "nopull", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.031) 0:01:37.820 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.036) 0:01:37.856 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.023) 0:01:37.879 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.024) 0:01:37.904 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.027) 0:01:37.931 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.220) 0:01:38.152 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:10:19 +0000 (0:00:00.027) 0:01:38.179 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:10:20 +0000 (0:00:00.219) 0:01:38.398 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:10:20 +0000 (0:00:00.019) 0:01:38.417 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:10:20 +0000 (0:00:00.018) 0:01:38.436 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:10:20 +0000 (0:00:00.018) 0:01:38.454 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:10:20 +0000 (0:00:00.018) 0:01:38.473 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:10:20 +0000 (0:00:00.018) 0:01:38.491 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:10:20 +0000 (0:00:00.018) 0:01:38.509 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:10:20 +0000 (0:00:00.033) 0:01:38.543 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:10:20 +0000 (0:00:00.021) 0:01:38.564 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:10:20 +0000 (0:00:00.017) 0:01:38.582 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/nopull.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:10:20 +0000 (0:00:00.114) 0:01:38.697 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:10:20 +0000 (0:00:00.041) 0:01:38.738 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:10:20 +0000 (0:00:00.018) 0:01:38.757 ****** ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service nopull.service: host TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:10:21 +0000 (0:00:00.540) 0:01:39.298 ****** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/nopull.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:10:21 +0000 (0:00:00.220) 0:01:39.518 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:10:21 +0000 (0:00:00.031) 0:01:39.550 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:10:21 +0000 (0:00:00.018) 0:01:39.569 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:10:21 +0000 (0:00:00.018) 0:01:39.587 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:10:21 +0000 (0:00:00.018) 0:01:39.606 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:10:22 +0000 (0:00:00.794) 0:01:40.401 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.037012", "end": "2024-02-06 16:10:22.346921", "rc": 0, "start": "2024-02-06 16:10:22.309909" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:10:22 +0000 (0:00:00.257) 0:01:40.658 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:10:22 +0000 (0:00:00.020) 0:01:40.679 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 06 February 2024 16:10:22 +0000 (0:00:00.017) 0:01:40.696 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 16:10:22 +0000 (0:00:00.027) 0:01:40.724 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 16:10:22 +0000 (0:00:00.064) 0:01:40.789 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 16:10:22 +0000 (0:00:00.025) 0:01:40.815 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 16:10:22 +0000 (0:00:00.023) 0:01:40.838 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 16:10:22 +0000 (0:00:00.020) 0:01:40.859 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 16:10:22 +0000 (0:00:00.042) 0:01:40.901 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 16:10:23 +0000 (0:00:00.779) 0:01:41.681 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 16:10:23 +0000 (0:00:00.020) 0:01:41.701 ****** skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 16:10:23 +0000 (0:00:00.023) 0:01:41.725 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031473", "end": "2024-02-06 16:10:23.670861", "rc": 0, "start": "2024-02-06 16:10:23.639388" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 16:10:23 +0000 (0:00:00.260) 0:01:41.986 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 16:10:23 +0000 (0:00:00.023) 0:01:42.010 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 16:10:23 +0000 (0:00:00.022) 0:01:42.033 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 16:10:23 +0000 (0:00:00.023) 0:01:42.056 ****** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 16:10:23 +0000 (0:00:00.023) 0:01:42.079 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:10:23 +0000 (0:00:00.044) 0:01:42.124 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:10:23 +0000 (0:00:00.117) 0:01:42.242 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:10:23 +0000 (0:00:00.032) 0:01:42.274 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.032) 0:01:42.307 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.229) 0:01:42.537 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.028) 0:01:42.565 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.225) 0:01:42.791 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.020) 0:01:42.811 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.020) 0:01:42.831 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.022) 0:01:42.854 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.019) 0:01:42.873 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.019) 0:01:42.893 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.019) 0:01:42.912 ****** ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.026) 0:01:42.938 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.038) 0:01:42.977 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.021) 0:01:42.999 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.019) 0:01:43.019 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.081) 0:01:43.100 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.020) 0:01:43.120 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.020) 0:01:43.141 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.038) 0:01:43.179 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.020) 0:01:43.200 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.019) 0:01:43.219 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 16:10:24 +0000 (0:00:00.041) 0:01:43.261 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.019) 0:01:43.280 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.019) 0:01:43.300 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.018) 0:01:43.319 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.019) 0:01:43.338 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.018) 0:01:43.357 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.019) 0:01:43.376 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.020) 0:01:43.396 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.016) 0:01:43.412 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.016) 0:01:43.429 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'state': 'absent', 'name': 'bogus', 'type': 'container'}) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.076) 0:01:43.506 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.027) 0:01:43.533 ****** 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 [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.025) 0:01:43.558 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.021) 0:01:43.579 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "bogus", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.029) 0:01:43.609 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.036) 0:01:43.645 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.022) 0:01:43.668 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.022) 0:01:43.690 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.027) 0:01:43.718 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.224) 0:01:43.943 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.028) 0:01:43.971 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.220) 0:01:44.192 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.018) 0:01:44.210 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.018) 0:01:44.229 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.018) 0:01:44.247 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:10:25 +0000 (0:00:00.018) 0:01:44.265 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:10:26 +0000 (0:00:00.017) 0:01:44.283 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:10:26 +0000 (0:00:00.051) 0:01:44.334 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:10:26 +0000 (0:00:00.036) 0:01:44.371 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:10:26 +0000 (0:00:00.021) 0:01:44.393 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:10:26 +0000 (0:00:00.018) 0:01:44.411 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/bogus.container", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:10:26 +0000 (0:00:00.046) 0:01:44.458 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:10:26 +0000 (0:00:00.040) 0:01:44.499 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:10:26 +0000 (0:00:00.019) 0:01:44.518 ****** 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": "-.mount sysinit.target systemd-journald.socket system.slice basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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": "system.slice -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/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": "4434", "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 [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:10:27 +0000 (0:00:00.805) 0:01:45.324 ****** changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/bogus.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:10:27 +0000 (0:00:00.224) 0:01:45.548 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:10:27 +0000 (0:00:00.031) 0:01:45.580 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:10:27 +0000 (0:00:00.019) 0:01:45.599 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:10:27 +0000 (0:00:00.019) 0:01:45.619 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:10:27 +0000 (0:00:00.018) 0:01:45.637 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:10:28 +0000 (0:00:00.824) 0:01:46.461 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.037521", "end": "2024-02-06 16:10:28.407846", "rc": 0, "start": "2024-02-06 16:10:28.370325" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:10:28 +0000 (0:00:00.255) 0:01:46.717 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:10:28 +0000 (0:00:00.020) 0:01:46.737 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 06 February 2024 16:10:28 +0000 (0:00:00.018) 0:01:46.756 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Create user for testing] ************************************************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:112 Tuesday 06 February 2024 16:10:28 +0000 (0:00:00.060) 0:01:46.817 ****** 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-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:125 Tuesday 06 February 2024 16:10:28 +0000 (0:00:00.447) 0:01:47.264 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts[\"distribution_version\"] is version(\"9\", \"<\")", "skip_reason": "Conditional result was False" } TASK [Skip test if cannot reboot] ********************************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:131 Tuesday 06 February 2024 16:10:29 +0000 (0:00:00.027) 0:01:47.292 ****** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Enable cgroup controllers] *********************************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:137 Tuesday 06 February 2024 16:10:29 +0000 (0:00:00.026) 0:01:47.318 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts[\"distribution_version\"] is version(\"9\", \"<\")", "skip_reason": "Conditional result was False" } TASK [Configure cgroups in kernel] ********************************************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:169 Tuesday 06 February 2024 16:10:29 +0000 (0:00:00.026) 0:01:47.344 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts[\"distribution_version\"] is version(\"9\", \"<\")", "skip_reason": "Conditional result was False" } TASK [Reboot] ****************************************************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:175 Tuesday 06 February 2024 16:10:29 +0000 (0:00:00.026) 0:01:47.371 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts[\"distribution_version\"] is version(\"9\", \"<\")", "skip_reason": "Conditional result was False" } TASK [Run the role - user] ***************************************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:178 Tuesday 06 February 2024 16:10:29 +0000 (0:00:00.027) 0:01:47.399 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 16:10:29 +0000 (0:00:00.043) 0:01:47.443 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 16:10:29 +0000 (0:00:00.033) 0:01:47.476 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 16:10:29 +0000 (0:00:00.024) 0:01:47.500 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 16:10:29 +0000 (0:00:00.019) 0:01:47.519 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 16:10:29 +0000 (0:00:00.018) 0:01:47.538 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 16:10:29 +0000 (0:00:00.041) 0:01:47.580 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 16:10:30 +0000 (0:00:00.846) 0:01:48.427 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 16:10:30 +0000 (0:00:00.020) 0:01:48.447 ****** skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 16:10:30 +0000 (0:00:00.023) 0:01:48.471 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032118", "end": "2024-02-06 16:10:30.408395", "rc": 0, "start": "2024-02-06 16:10:30.376277" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 16:10:30 +0000 (0:00:00.245) 0:01:48.716 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 16:10:30 +0000 (0:00:00.022) 0:01:48.739 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 16:10:30 +0000 (0:00:00.018) 0:01:48.757 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 16:10:30 +0000 (0:00:00.035) 0:01:48.793 ****** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 16:10:30 +0000 (0:00:00.035) 0:01:48.828 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:10:30 +0000 (0:00:00.038) 0:01:48.866 ****** ok: [sut] => { "ansible_facts": { "getent_passwd": { "user_quadlet_basic": [ "x", "1111", "1111", "", "/home/user_quadlet_basic", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:10:30 +0000 (0:00:00.226) 0:01:49.093 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:10:30 +0000 (0:00:00.023) 0:01:49.117 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:10:30 +0000 (0:00:00.027) 0:01:49.144 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:10:31 +0000 (0:00:00.220) 0:01:49.364 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:10:31 +0000 (0:00:00.026) 0:01:49.391 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:10:31 +0000 (0:00:00.257) 0:01:49.649 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004047", "end": "2024-02-06 16:10:31.562091", "rc": 0, "start": "2024-02-06 16:10:31.558044" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:10:31 +0000 (0:00:00.219) 0:01:49.868 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004162", "end": "2024-02-06 16:10:31.781508", "rc": 0, "start": "2024-02-06 16:10:31.777346" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:10:31 +0000 (0:00:00.220) 0:01:50.089 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:10:31 +0000 (0:00:00.019) 0:01:50.108 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:10:31 +0000 (0:00:00.018) 0:01:50.126 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:10:31 +0000 (0:00:00.019) 0:01:50.145 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 16:10:31 +0000 (0:00:00.018) 0:01:50.164 ****** 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 [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 16:10:31 +0000 (0:00:00.025) 0:01:50.190 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 16:10:31 +0000 (0:00:00.035) 0:01:50.225 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 16:10:31 +0000 (0:00:00.020) 0:01:50.246 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 16:10:31 +0000 (0:00:00.019) 0:01:50.265 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.036) 0:01:50.301 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.019) 0:01:50.321 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.019) 0:01:50.341 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.036) 0:01:50.377 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.055) 0:01:50.433 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.020) 0:01:50.453 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.044) 0:01:50.497 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.021) 0:01:50.519 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.020) 0:01:50.539 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.019) 0:01:50.559 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.020) 0:01:50.579 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.019) 0:01:50.598 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.019) 0:01:50.618 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.019) 0:01:50.637 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.058) 0:01:50.696 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.023) 0:01:50.719 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.022) 0:01:50.741 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.025) 0:01:50.767 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.030) 0:01:50.798 ****** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": "0:00:00.025568", "end": "2024-02-06 16:10:32.734536", "rc": 0, "start": "2024-02-06 16:10:32.708968" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.247) 0:01:51.045 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.064) 0:01:51.109 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:10:32 +0000 (0:00:00.026) 0:01:51.136 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235832.774175, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707235833.054174, "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": 1707235833.054174, "nlink": 3, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 80, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:10:33 +0000 (0:00:00.266) 0:01:51.402 ****** ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:10:34 +0000 (0:00:01.031) 0:01:52.433 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.523113", "end": "2024-02-06 16:10:34.881117", "rc": 0, "start": "2024-02-06 16:10:34.358004" } STDOUT: ID NAME DRIVER CREATED UPDATED TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:10:34 +0000 (0:00:00.762) 0:01:53.196 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:10:34 +0000 (0:00:00.024) 0:01:53.220 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:10:34 +0000 (0:00:00.021) 0:01:53.242 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:10:34 +0000 (0:00:00.026) 0:01:53.269 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:10:35 +0000 (0:00:00.031) 0:01:53.301 ****** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists MSG: Did not run command since '/var/lib/systemd/linger/user_quadlet_basic' exists TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:10:35 +0000 (0:00:00.214) 0:01:53.516 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:10:35 +0000 (0:00:00.024) 0:01:53.540 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:10:35 +0000 (0:00:00.021) 0:01:53.561 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235832.774175, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707235834.1011705, "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": 1707235834.1011705, "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 [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:10:35 +0000 (0:00:00.222) 0:01:53.784 ****** changed: [sut] => { "changed": true } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:10:35 +0000 (0:00:00.430) 0:01:54.214 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.047718", "end": "2024-02-06 16:10:36.186244", "rc": 0, "start": "2024-02-06 16:10:36.138526" } STDOUT: ID NAME DRIVER CREATED UPDATED dcd2f059856cc27b8f8eed478 json_secret file Less than a second ago Less than a second ago TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 16:10:36 +0000 (0:00:00.283) 0:01:54.497 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 16:10:36 +0000 (0:00:00.017) 0:01:54.515 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic', 'type': 'network', 'Network': {'Subnet': '192.168.29.0/24', 'Gateway': '192.168.29.1', 'Label': 'app=wordpress'}}) included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic-mysql', 'type': 'volume', 'Volume': {}}) included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic-mysql', 'type': 'container', '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', 'BAZ=test']}}) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:10:36 +0000 (0:00:00.097) 0:01:54.612 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:10:36 +0000 (0:00:00.027) 0:01:54.639 ****** 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 [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:10:36 +0000 (0:00:00.025) 0:01:54.665 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:10:36 +0000 (0:00:00.020) 0:01:54.686 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:10:36 +0000 (0:00:00.030) 0:01:54.716 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:10:36 +0000 (0:00:00.036) 0:01:54.753 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:10:36 +0000 (0:00:00.022) 0:01:54.776 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:10:36 +0000 (0:00:00.023) 0:01:54.799 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:10:36 +0000 (0:00:00.027) 0:01:54.827 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:10:36 +0000 (0:00:00.222) 0:01:55.049 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:10:36 +0000 (0:00:00.027) 0:01:55.076 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:10:37 +0000 (0:00:00.219) 0:01:55.296 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004049", "end": "2024-02-06 16:10:37.208736", "rc": 0, "start": "2024-02-06 16:10:37.204687" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:10:37 +0000 (0:00:00.220) 0:01:55.516 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004256", "end": "2024-02-06 16:10:37.427933", "rc": 0, "start": "2024-02-06 16:10:37.423677" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:10:37 +0000 (0:00:00.218) 0:01:55.734 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:10:37 +0000 (0:00:00.019) 0:01:55.754 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:10:37 +0000 (0:00:00.018) 0:01:55.772 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:10:37 +0000 (0:00:00.018) 0:01:55.791 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:10:37 +0000 (0:00:00.018) 0:01:55.810 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:10:37 +0000 (0:00:00.111) 0:01:55.921 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:10:37 +0000 (0:00:00.022) 0:01:55.944 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:10:37 +0000 (0:00:00.020) 0:01:55.964 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:10:37 +0000 (0:00:00.047) 0:01:56.011 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:10:37 +0000 (0:00:00.018) 0:01:56.030 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 06 February 2024 16:10:37 +0000 (0:00:00.041) 0:01:56.071 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:10:37 +0000 (0:00:00.032) 0:01:56.104 ****** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists MSG: Did not run command since '/var/lib/systemd/linger/user_quadlet_basic' exists TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:10:38 +0000 (0:00:00.216) 0:01:56.321 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:10:38 +0000 (0:00:00.024) 0:01:56.345 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 06 February 2024 16:10:38 +0000 (0:00:00.021) 0:01:56.366 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Tuesday 06 February 2024 16:10:38 +0000 (0:00:00.017) 0:01:56.384 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Tuesday 06 February 2024 16:10:38 +0000 (0:00:00.018) 0:01:56.402 ****** 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 [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Tuesday 06 February 2024 16:10:38 +0000 (0:00:00.228) 0:01:56.631 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Tuesday 06 February 2024 16:10:38 +0000 (0:00:00.020) 0:01:56.651 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Tuesday 06 February 2024 16:10:38 +0000 (0:00:00.020) 0:01:56.672 ****** 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-1707235838.4319046-7292-218783906904651/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Tuesday 06 February 2024 16:10:38 +0000 (0:00:00.573) 0:01:57.245 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Tuesday 06 February 2024 16:10:39 +0000 (0:00:00.551) 0:01:57.797 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_service_name | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Tuesday 06 February 2024 16:10:39 +0000 (0:00:00.022) 0:01:57.820 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_service_name | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:10:39 +0000 (0:00:00.022) 0:01:57.842 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:10:39 +0000 (0:00:00.026) 0:01:57.869 ****** 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 [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:10:39 +0000 (0:00:00.025) 0:01:57.894 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:10:39 +0000 (0:00:00.019) 0:01:57.914 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:10:39 +0000 (0:00:00.030) 0:01:57.944 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:10:39 +0000 (0:00:00.035) 0:01:57.980 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:10:39 +0000 (0:00:00.023) 0:01:58.004 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:10:39 +0000 (0:00:00.023) 0:01:58.027 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:10:39 +0000 (0:00:00.027) 0:01:58.054 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:10:39 +0000 (0:00:00.220) 0:01:58.275 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:10:40 +0000 (0:00:00.027) 0:01:58.303 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:10:40 +0000 (0:00:00.221) 0:01:58.524 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004113", "end": "2024-02-06 16:10:40.436195", "rc": 0, "start": "2024-02-06 16:10:40.432082" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:10:40 +0000 (0:00:00.219) 0:01:58.743 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004185", "end": "2024-02-06 16:10:40.654916", "rc": 0, "start": "2024-02-06 16:10:40.650731" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:10:40 +0000 (0:00:00.218) 0:01:58.962 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:10:40 +0000 (0:00:00.019) 0:01:58.981 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:10:40 +0000 (0:00:00.018) 0:01:59.000 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:10:40 +0000 (0:00:00.064) 0:01:59.064 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:10:40 +0000 (0:00:00.019) 0:01:59.084 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:10:40 +0000 (0:00:00.045) 0:01:59.129 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:10:40 +0000 (0:00:00.030) 0:01:59.160 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:10:40 +0000 (0:00:00.021) 0:01:59.181 ****** 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 [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:10:40 +0000 (0:00:00.048) 0:01:59.229 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:10:40 +0000 (0:00:00.018) 0:01:59.248 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 06 February 2024 16:10:41 +0000 (0:00:00.041) 0:01:59.290 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:10:41 +0000 (0:00:00.033) 0:01:59.324 ****** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists MSG: Did not run command since '/var/lib/systemd/linger/user_quadlet_basic' exists TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:10:41 +0000 (0:00:00.216) 0:01:59.541 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:10:41 +0000 (0:00:00.028) 0:01:59.569 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 06 February 2024 16:10:41 +0000 (0:00:00.023) 0:01:59.593 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Tuesday 06 February 2024 16:10:41 +0000 (0:00:00.019) 0:01:59.612 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Tuesday 06 February 2024 16:10:41 +0000 (0:00:00.030) 0:01:59.642 ****** 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 [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Tuesday 06 February 2024 16:10:41 +0000 (0:00:00.232) 0:01:59.875 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Tuesday 06 February 2024 16:10:41 +0000 (0:00:00.023) 0:01:59.898 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Tuesday 06 February 2024 16:10:41 +0000 (0:00:00.022) 0:01:59.921 ****** 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-1707235841.6813757-7343-278471914641063/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Tuesday 06 February 2024 16:10:42 +0000 (0:00:00.701) 0:02:00.622 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Tuesday 06 February 2024 16:10:42 +0000 (0:00:00.533) 0:02:01.156 ****** changed: [sut] => { "changed": true, "name": "quadlet-basic-mysql-volume.service", "state": "started", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "app.slice basic.target -.mount run-user-1111.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-basic-mysql-volume.service", "DevicePolicy": "auto", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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": "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]", "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": "4434", "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 [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Tuesday 06 February 2024 16:10:43 +0000 (0:00:00.474) 0:02:01.630 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:10:43 +0000 (0:00:00.024) 0:02:01.654 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:10:43 +0000 (0:00:00.030) 0:02:01.685 ****** 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 [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:10:43 +0000 (0:00:00.031) 0:02:01.716 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:10:43 +0000 (0:00:00.023) 0:02:01.740 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:10:43 +0000 (0:00:00.034) 0:02:01.775 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:10:43 +0000 (0:00:00.041) 0:02:01.816 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:10:43 +0000 (0:00:00.024) 0:02:01.840 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:10:43 +0000 (0:00:00.026) 0:02:01.866 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:10:43 +0000 (0:00:00.029) 0:02:01.896 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:10:43 +0000 (0:00:00.242) 0:02:02.138 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:10:43 +0000 (0:00:00.044) 0:02:02.183 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:10:44 +0000 (0:00:00.221) 0:02:02.404 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004125", "end": "2024-02-06 16:10:44.316456", "rc": 0, "start": "2024-02-06 16:10:44.312331" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:10:44 +0000 (0:00:00.219) 0:02:02.623 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003945", "end": "2024-02-06 16:10:44.535036", "rc": 0, "start": "2024-02-06 16:10:44.531091" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:10:44 +0000 (0:00:00.217) 0:02:02.840 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:10:44 +0000 (0:00:00.061) 0:02:02.902 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:10:44 +0000 (0:00:00.020) 0:02:02.922 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:10:44 +0000 (0:00:00.019) 0:02:02.942 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:10:44 +0000 (0:00:00.018) 0:02:02.960 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:10:44 +0000 (0:00:00.036) 0:02:02.997 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:10:44 +0000 (0:00:00.021) 0:02:03.019 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_kube_yamls_raw | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:10:44 +0000 (0:00:00.019) 0:02:03.039 ****** 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 [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:10:44 +0000 (0:00:00.047) 0:02:03.086 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:10:44 +0000 (0:00:00.018) 0:02:03.104 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 06 February 2024 16:10:44 +0000 (0:00:00.040) 0:02:03.145 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:10:44 +0000 (0:00:00.033) 0:02:03.179 ****** ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists MSG: Did not run command since '/var/lib/systemd/linger/user_quadlet_basic' exists TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:10:45 +0000 (0:00:00.217) 0:02:03.396 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:10:45 +0000 (0:00:00.026) 0:02:03.422 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 06 February 2024 16:10:45 +0000 (0:00:00.023) 0:02:03.446 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Tuesday 06 February 2024 16:10:45 +0000 (0:00:00.017) 0:02:03.463 ****** 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", "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 [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Tuesday 06 February 2024 16:10:52 +0000 (0:00:07.660) 0:02:11.124 ****** 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 [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Tuesday 06 February 2024 16:10:53 +0000 (0:00:00.226) 0:02:11.351 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_file_src | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Tuesday 06 February 2024 16:10:53 +0000 (0:00:00.058) 0:02:11.409 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Tuesday 06 February 2024 16:10:53 +0000 (0:00:00.021) 0:02:11.430 ****** 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-1707235853.1906834-7396-266945851565018/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Tuesday 06 February 2024 16:10:53 +0000 (0:00:00.567) 0:02:11.998 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Tuesday 06 February 2024 16:10:54 +0000 (0:00:00.516) 0:02:12.514 ****** fatal: [sut]: FAILED! => { "changed": false } MSG: Unable to start service quadlet-basic-mysql.service: Job for quadlet-basic-mysql.service failed because the control process exited with error code. See "systemctl --user status quadlet-basic-mysql.service" and "journalctl --user -xeu quadlet-basic-mysql.service" for details. TASK [Dump journal] ************************************************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:243 Tuesday 06 February 2024 16:10:54 +0000 (0:00:00.535) 0:02:13.049 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.032004", "end": "2024-02-06 16:10:54.984765", "failed_when_result": true, "rc": 0, "start": "2024-02-06 16:10:54.952761" } STDOUT: Feb 06 16:10:06 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[772]: Created slice session.slice - User Core Session Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 25. Feb 06 16:10:06 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[772]: Starting dbus-broker.service - D-Bus User Message Bus... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 20. Feb 06 16:10:06 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm dbus-broker-launch[6075]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored Feb 06 16:10:06 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm dbus-broker-launch[6075]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored Feb 06 16:10:06 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[772]: Started dbus-broker.service - D-Bus User Message Bus. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 20. Feb 06 16:10:06 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm dbus-broker-launch[6075]: Ready Feb 06 16:10:06 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[772]: Reloading requested from client PID 6074 ('systemctl')... Feb 06 16:10:06 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[772]: Reloading... Feb 06 16:10:06 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[772]: Reloading finished in 147 ms. Feb 06 16:10:06 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[772]: Queuing reload/restart jobs for marked units… Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6092 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6108]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 2060. Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: man-db-cache-update.service: Consumed 1.090s CPU time. ░░ Subject: Resources consumed by unit runtime ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit man-db-cache-update.service completed and consumed the indicated resources. Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: run-rc514c14774ee4a01afa5539ff6adce57.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit run-rc514c14774ee4a01afa5539ff6adce57.service has successfully entered the 'dead' state. Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=run-rc514c14774ee4a01afa5539ff6adce57 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6118 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6134]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:07 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:08 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:08 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:08 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6136 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:08 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6152]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:10:08 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:08 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:08 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:08 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:08 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6154 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:08 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6170]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:10:08 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:08 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:09 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:09 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:09 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6173 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:09 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6189]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:10:09 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:09 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:09 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:09 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:09 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6191 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:09 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6207]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:10:09 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:09 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6210 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6226]: ansible-file Invoked with path=/etc/containers/systemd state=directory owner=root group=0 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6227 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6243 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6265 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6281]: ansible-ansible.legacy.stat Invoked with path=/etc/containers/systemd/nopull.container follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6282 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6298 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:10 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:11 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:11 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:11 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6315 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:11 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6331]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707235810.6416812-6870-250868787776709/source dest=/etc/containers/systemd/nopull.container owner=root group=0 mode=0644 follow=False _original_basename=systemd.j2 checksum=670d64fc68a9768edb20cad26df2acc703542d85 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:10:11 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:11 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:11 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:11 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:11 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6332 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:11 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:11 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:11 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:11 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:11 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6349 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:12 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:12 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:12 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:12 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:12 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6366 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:12 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6382]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:10:12 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:12 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:12 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:12 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:12 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6389 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:13 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6405]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:10:13 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:13 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:13 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:13 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:13 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6407 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:13 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6423]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:10:13 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:13 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:14 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:14 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:14 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6426 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:14 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6442]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:10:14 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:14 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:14 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:14 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:14 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6444 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:14 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6460]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:10:14 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:14 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:15 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:15 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:15 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6463 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:15 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6479]: ansible-containers.podman.podman_image Invoked with name=this_is_a_bogus_image force=True tag=latest pull=True push=False state=present executable=podman build={'force_rm': False, 'format': 'oci', 'cache': True, 'rm': True, 'annotation': None, 'file': None, 'volume': None, 'extra_args': None, 'target': None} push_args={'compress': None, 'format': None, 'remove_signatures': None, 'sign_by': None, 'dest': None, 'transport': None} arch=None path=None validate_certs=None auth_file=None username=None password=NOT_LOGGING_PARAMETER ca_cert_dir=None Feb 06 16:10:15 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6479]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image ls this_is_a_bogus_image:latest --format json Feb 06 16:10:15 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm podman[6480]: 2024-02-06 16:10:15.62962166 +0000 UTC m=+0.199915534 system refresh Feb 06 16:10:15 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 06 16:10:15 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6479]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image exists this_is_a_bogus_image:latest Feb 06 16:10:15 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6479]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman pull this_is_a_bogus_image:latest -q Feb 06 16:10:15 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:15 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:15 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:15 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:15 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6503 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:15 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6519]: ansible-file Invoked with path=/etc/containers/systemd state=directory owner=root group=0 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6520 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6536 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6558 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6574]: ansible-ansible.legacy.stat Invoked with path=/etc/containers/systemd/bogus.container follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6575 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6591 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6608 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6624]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707235816.0928996-6971-152101661148813/source dest=/etc/containers/systemd/bogus.container owner=root group=0 mode=0644 follow=False _original_basename=systemd.j2 checksum=1d087e679d135214e8ac9ccaf33b2222916efb7f backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6625 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:16 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:17 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:17 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:17 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6642 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:17 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:17 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:17 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:17 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:17 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6659 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:18 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6675]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:10:18 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:18 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:18 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:18 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:18 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6682 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:18 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6698]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:10:18 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:18 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:18 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:18 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:18 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6700 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:18 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6716]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:10:18 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:18 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:19 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:19 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:19 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6719 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:19 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6735]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:10:19 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:19 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:19 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:19 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:19 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6737 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:20 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6753]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:10:20 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:20 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:20 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:20 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:20 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6756 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:20 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6772]: ansible-systemd Invoked with name=nopull.service scope=system state=stopped enabled=False daemon_reload=False daemon_reexec=False no_block=False force=None masked=None Feb 06 16:10:21 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:21 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:21 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:21 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:21 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6774 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:21 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6790]: ansible-file Invoked with path=/etc/containers/systemd/nopull.container state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:10:21 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:21 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:21 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:21 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:21 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6791 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:21 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6807]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 06 16:10:21 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: Reloading requested from client PID 6808 (unit session-6.scope)... Feb 06 16:10:21 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: Reloading... Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: Reloading finished in 386 ms. Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=111 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=109 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=112 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=93 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=113 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=114 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=94 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=95 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=115 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=102 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=116 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=117 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=103 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=104 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=118 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=96 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=119 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=120 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=97 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=98 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=121 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=106 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=122 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=123 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=107 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=108 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=124 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=101 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=125 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=105 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=126 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=110 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=127 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=128 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=99 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=100 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=129 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=112 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=130 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=131 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=113 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=114 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=132 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=118 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=133 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=134 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=119 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=120 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=135 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=136 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=127 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=128 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=137 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=124 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=138 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=115 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=139 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=140 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=116 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=117 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=141 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=125 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=142 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=111 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=143 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=121 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=144 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=145 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=122 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=123 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=146 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=126 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=147 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=143 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=148 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=149 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=144 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=145 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=150 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=142 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=151 op=LOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=146 op=UNLOAD Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6841 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6857]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune -f _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:22 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6865 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:23 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:23 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:23 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:23 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:23 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6882 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:23 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6898]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:10:23 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:23 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:24 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:24 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:24 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6905 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:24 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6921]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:10:24 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:24 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:24 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:24 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:24 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6923 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:24 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6939]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:10:24 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:24 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:25 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:25 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:25 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6942 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:25 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6958]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:10:25 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:25 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:25 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:25 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:25 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6960 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:25 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6976]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:10:25 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:25 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=6979 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[6995]: ansible-systemd Invoked with name=bogus.service scope=system state=stopped enabled=False daemon_reload=False daemon_reexec=False no_block=False force=None masked=None Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: Reloading requested from client PID 6998 (unit session-6.scope)... Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: Reloading... Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm quadlet-generator[6813]: Warning: bogus.container specifies the image "this_is_a_bogus_image" which not a fully qualified image name. This is not ideal for performance and security reasons. See the podman-pull manpage discussion of short-name-aliases.conf for details. Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: Reloading finished in 385 ms. Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=152 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=129 op=UNLOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=153 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=154 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=130 op=UNLOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=131 op=UNLOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=155 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=132 op=UNLOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=156 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=157 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=133 op=UNLOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=134 op=UNLOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=158 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=159 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=135 op=UNLOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=136 op=UNLOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=160 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=137 op=UNLOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=161 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=138 op=UNLOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=162 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=163 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=139 op=UNLOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=140 op=UNLOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=164 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=141 op=UNLOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=165 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=147 op=UNLOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=166 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=167 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=148 op=UNLOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=149 op=UNLOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=168 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=150 op=UNLOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=169 op=LOAD Feb 06 16:10:26 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=151 op=UNLOAD Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: Starting fstrim.service - Discard unused blocks on filesystems from /etc/fstab... ░░ Subject: A start job for unit fstrim.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit fstrim.service has begun execution. ░░ ░░ The job identifier is 2146. Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7032 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: fstrim.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit fstrim.service has successfully entered the 'dead' state. Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7048]: ansible-file Invoked with path=/etc/containers/systemd/bogus.container state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: Finished fstrim.service - Discard unused blocks on filesystems from /etc/fstab. ░░ Subject: A start job for unit fstrim.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit fstrim.service has finished successfully. ░░ ░░ The job identifier is 2146. Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fstrim comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fstrim comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7049 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7065]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: Reloading requested from client PID 7066 (unit session-6.scope)... Feb 06 16:10:27 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: Reloading... Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: Reloading finished in 380 ms. Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=170 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=152 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=171 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=172 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=153 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=154 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=173 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=155 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=174 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=175 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=156 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=157 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=176 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=177 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=158 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=159 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=178 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=160 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=179 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=161 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=180 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=181 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=162 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=163 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=182 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=164 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=183 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=165 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=184 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=185 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=166 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=167 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=186 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=168 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=187 op=LOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit: BPF prog-id=169 op=UNLOAD Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7099 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7115]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune -f _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7123 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7139]: ansible-user Invoked with name=user_quadlet_basic uid=1111 state=present non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm update_password=always group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=None password_expire_max=None password_expire_min=None password_expire_warn=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm useradd[7141]: new group: name=user_quadlet_basic, GID=1111 Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7141]: ADD_GROUP pid=7141 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=add-group acct="user_quadlet_basic" exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm useradd[7141]: new user: name=user_quadlet_basic, UID=1111, GID=1111, home=/home/user_quadlet_basic, shell=/bin/bash, from=none Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7141]: ADD_USER pid=7141 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=add-user acct="user_quadlet_basic" exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7141]: USER_MGMT pid=7141 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=add-home-dir id=1111 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:28 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:29 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:29 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:29 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7148 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:30 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:30 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:30 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:30 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:30 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7165 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:30 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7181]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:10:30 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:30 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:30 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:30 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:30 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7188 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:30 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7204]: ansible-getent Invoked with database=passwd key=user_quadlet_basic fail_key=False service=None split=None Feb 06 16:10:30 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:30 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:30 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:30 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:30 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7206 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7222]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7224 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7240]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7243 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7259]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7261 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7277]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:31 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7279 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7295]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: Created slice user-1111.slice - User Slice of UID 1111. ░░ Subject: A start job for unit user-1111.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit user-1111.slice has finished successfully. ░░ ░░ The job identifier is 2315. Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: Starting user-runtime-dir@1111.service - User Runtime Directory /run/user/1111... ░░ Subject: A start job for unit user-runtime-dir@1111.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit user-runtime-dir@1111.service has begun execution. ░░ ░░ The job identifier is 2231. Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: Finished user-runtime-dir@1111.service - User Runtime Directory /run/user/1111. ░░ Subject: A start job for unit user-runtime-dir@1111.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit user-runtime-dir@1111.service has finished successfully. ░░ ░░ The job identifier is 2231. Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@1111 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: Starting user@1111.service - User Manager for UID 1111... ░░ Subject: A start job for unit user@1111.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit user@1111.service has begun execution. ░░ ░░ The job identifier is 2230. Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7298]: USER_ACCT pid=7298 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:accounting grantors=pam_unix acct="user_quadlet_basic" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7298]: CRED_ACQ pid=7298 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:setcred grantors=? acct="user_quadlet_basic" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7298]: USER_ROLE_CHANGE pid=7298 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='pam: default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm (systemd)[7298]: pam_unix(systemd-user:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7298]: USER_START pid=7298 uid=0 auid=1111 ses=7 subj=system_u:system_r:init_t:s0 msg='op=PAM:session_open grantors=pam_selinux,pam_selinux,pam_loginuid,pam_keyinit,pam_namespace,pam_systemd_home,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7311 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:32 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Queued start job for default target default.target. Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Created slice app.slice - User Application Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 12. Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Started grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 8. Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 6. Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Reached target paths.target - Paths. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 9. Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Reached target timers.target - Timers. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 5. Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Starting dbus.socket - D-Bus User Message Bus Socket... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 11. Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Starting systemd-tmpfiles-setup.service - Create User's Volatile Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 14. Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Listening on dbus.socket - D-Bus User Message Bus Socket. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 11. Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Finished systemd-tmpfiles-setup.service - Create User's Volatile Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 14. Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Reached target sockets.target - Sockets. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 10. Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Reached target basic.target - Basic System. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 4. Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[1]: Started user@1111.service - User Manager for UID 1111. ░░ Subject: A start job for unit user@1111.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit user@1111.service has finished successfully. ░░ ░░ The job identifier is 2230. Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Reached target default.target - Main User Target. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 3. Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Startup finished in 237ms. ░░ Subject: User manager start-up is now complete ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The user manager instance for user 1111 has been started. All services queued ░░ for starting have been started. Note that other services might still be starting ░░ up or be started at any later time. ░░ ░░ Startup of the manager took 237689 microseconds. Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@1111 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7327]: ansible-stat Invoked with path=/run/user/1111 follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7332 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7348]: USER_ACCT pid=7348 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7348]: USER_CMD pid=7348 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D6F626A6368757965717066717564716862616F696E6C6A6F6A796363766F696E203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[7348]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-objchuyeqpfqudqhbaoinljojyccvoin ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7348]: CRED_REFR pid=7348 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[7348]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 06 16:10:33 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7348]: USER_START pid=7348 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7349]: ansible-containers.podman.podman_secret Invoked with data=NOT_LOGGING_PARAMETER name=mysql_container_root_password skip_existing=True state=present executable=podman force=False debug=False driver=None driver_opts=None labels=None Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7349]: ansible-containers.podman.podman_secret [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 Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[7348]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7348]: USER_END pid=7348 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7348]: CRED_DISP pid=7348 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7356 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7372]: USER_ACCT pid=7372 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7372]: USER_CMD pid=7372 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D6477686177786C66617776616270717A756F797472756B746774756A6D63616D203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[7372]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dwhawxlfawvabpqzuoytruktgtujmcam ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7372]: CRED_REFR pid=7372 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[7372]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7372]: USER_START pid=7372 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7373]: ansible-ansible.legacy.command Invoked with _raw_params=podman secret ls _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm podman[7381]: 2024-02-06 16:10:34.826092194 +0000 UTC m=+0.158902328 system refresh Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Created slice session.slice - User Core Session Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 21. Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Starting dbus-broker.service - D-Bus User Message Bus... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 16. Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm dbus-broker-launch[7396]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm dbus-broker-launch[7396]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Started dbus-broker.service - D-Bus User Message Bus. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 16. Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm dbus-broker-launch[7396]: Ready Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Created slice user.slice - Slice /user. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 23. Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: podman-7381.scope: unit configures an IP firewall, but not running as root. Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: (This warning is only shown for the first unit using IP firewalling.) Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Started podman-7381.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 22. Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Started podman-pause-fc47ed5d.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 26. Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7372]: USER_END pid=7372 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7372]: CRED_DISP pid=7372 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[7372]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:34 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7398 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7414]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7415 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7431]: ansible-stat Invoked with path=/run/user/1111 follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7434 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7450]: USER_ACCT pid=7450 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7450]: USER_CMD pid=7450 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D70636A73617A68796D6E726164677573746A7477616F6163636868666A686570203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[7450]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-pcjsazhymnradgustjtwaoacchhfjhep ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7450]: CRED_REFR pid=7450 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[7450]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7450]: USER_START pid=7450 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7451]: ansible-containers.podman.podman_secret Invoked with data=NOT_LOGGING_PARAMETER name=json_secret state=present executable=podman force=False skip_existing=False debug=False driver=None driver_opts=None labels=None Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Started podman-7458.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 30. Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Started podman-7465.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 34. Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Started podman-7472.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 38. Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7450]: USER_END pid=7450 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7450]: CRED_DISP pid=7450 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[7450]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7479 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7495]: USER_ACCT pid=7495 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7495]: USER_CMD pid=7495 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D7A72767865616F7871746866666461797962636F6163686B63746C636B697966203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[7495]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zrvxeaoxqthffdayybcoachkctlckiyf ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7495]: CRED_REFR pid=7495 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[7495]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 06 16:10:35 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7495]: USER_START pid=7495 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:36 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7496]: ansible-ansible.legacy.command Invoked with _raw_params=podman secret ls _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:10:36 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Started podman-7497.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 42. Feb 06 16:10:36 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[7495]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:10:36 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7495]: USER_END pid=7495 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:36 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7495]: CRED_DISP pid=7495 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:36 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:36 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:36 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:36 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:36 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7504 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:36 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7520]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 06 16:10:36 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:36 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:36 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:36 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:36 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7522 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:36 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7538]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:10:37 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:37 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:37 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:37 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:37 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7541 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:37 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7557]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:10:37 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:37 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:37 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:37 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:37 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7559 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:37 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7575]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:10:37 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:37 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:37 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:37 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:37 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7577 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7593]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7594 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7610]: ansible-file Invoked with path=/home/user_quadlet_basic/.config/containers/systemd state=directory owner=user_quadlet_basic group=1111 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7611 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7627 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7649 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7665]: ansible-ansible.legacy.stat Invoked with path=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7666 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7682 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7699 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7715]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707235838.4319046-7292-218783906904651/source dest=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network owner=user_quadlet_basic group=1111 mode=0644 follow=False _original_basename=systemd.j2 checksum=527eda617bc3c33ce0c070878f5290eea6be16e5 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7716 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:38 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7733 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7749]: USER_ACCT pid=7749 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7749]: USER_CMD pid=7749 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D7574796F6575706167667075726271786E69697977696463706C636465716570203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[7749]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-utyoeupagfpurbqxniiywidcplcdeqep ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7749]: CRED_REFR pid=7749 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[7749]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7749]: USER_START pid=7749 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7750]: ansible-systemd Invoked with daemon_reload=True scope=user daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Reloading requested from client PID 7751... Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Reloading... Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Reloading finished in 123 ms. Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[7749]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7749]: USER_END pid=7749 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[7749]: CRED_DISP pid=7749 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7761 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7777]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:39 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7779 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7795]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7798 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7814]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7816 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7832]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:40 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7834 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7850]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7851 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7867]: ansible-file Invoked with path=/home/user_quadlet_basic/.config/containers/systemd state=directory owner=user_quadlet_basic group=1111 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7868 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7884 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7906 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7922]: ansible-ansible.legacy.stat Invoked with path=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:41 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7923 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7939 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7956 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[7972]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707235841.6813757-7343-278471914641063/source dest=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume owner=user_quadlet_basic group=1111 mode=0644 follow=False _original_basename=systemd.j2 checksum=fd0ae560360afa5541b866560b1e849d25e216ef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7973 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=7990 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8006]: USER_ACCT pid=8006 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8006]: USER_CMD pid=8006 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D6F786A696A69666B6F7775647974646A6766636E71716A75756E77776D677568203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[8006]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-oxjijifkowudytdjgfcnqqjuunwwmguh ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8006]: CRED_REFR pid=8006 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[8006]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8006]: USER_START pid=8006 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8007]: ansible-systemd Invoked with daemon_reload=True scope=user daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Reloading requested from client PID 8008... Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Reloading... Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Reloading finished in 122 ms. Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8006]: USER_END pid=8006 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8006]: CRED_DISP pid=8006 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[8006]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8018 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8034]: USER_ACCT pid=8034 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8034]: USER_CMD pid=8034 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D79766D787A6573657673637A61637076647268766379717673776E6362617979203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[8034]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yvmxzesevsczacpvdrhvcyqvswncbayy ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8034]: CRED_REFR pid=8034 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[8034]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 06 16:10:42 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8034]: USER_START pid=8034 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8035]: ansible-systemd Invoked with name=quadlet-basic-mysql-volume.service scope=user state=started daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Starting quadlet-basic-mysql-volume.service... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 46. Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm podman[8038]: 2024-02-06 16:10:43.308534992 +0000 UTC m=+0.036704058 volume create systemd-quadlet-basic-mysql Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm quadlet-basic-mysql-volume[8038]: systemd-quadlet-basic-mysql Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Finished quadlet-basic-mysql-volume.service. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 46. Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[8034]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8034]: USER_END pid=8034 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8034]: CRED_DISP pid=8034 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8046 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8062]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:43 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8064 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8080]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8083 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8099]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8101 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8117]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:44 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8119 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8135]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8136 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8152]: USER_ACCT pid=8152 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8152]: USER_CMD pid=8152 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D63796268696379726676787473747468666A7477787161616964676C6A727774203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[8152]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cybhicyrfvxtstthfjtwxqaaidgljrwt ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8152]: CRED_REFR pid=8152 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[8152]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8152]: USER_START pid=8152 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8153]: ansible-containers.podman.podman_image Invoked with name=quay.io/linux-system-roles/mysql:5.6 force=True tag=latest pull=True push=False state=present executable=podman build={'force_rm': False, 'format': 'oci', 'cache': True, 'rm': True, 'annotation': None, 'file': None, 'volume': None, 'extra_args': None, 'target': None} push_args={'compress': None, 'format': None, 'remove_signatures': None, 'sign_by': None, 'dest': None, 'transport': None} arch=None path=None validate_certs=None auth_file=None username=None password=NOT_LOGGING_PARAMETER ca_cert_dir=None Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8153]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Started podman-8154.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 58. Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8153]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image exists quay.io/linux-system-roles/mysql:5.6 Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Started podman-8161.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 62. Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8153]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q Feb 06 16:10:45 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Started podman-8168.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 66. Feb 06 16:10:52 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm podman[8168]: 2024-02-06 16:10:52.746168708 +0000 UTC m=+7.231433215 image pull dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 quay.io/linux-system-roles/mysql:5.6 Feb 06 16:10:52 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: podman-8168.scope: Consumed 11.405s CPU time. ░░ Subject: Resources consumed by unit runtime ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit UNIT completed and consumed the indicated resources. Feb 06 16:10:52 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8153]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json Feb 06 16:10:52 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Started podman-8251.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 70. Feb 06 16:10:52 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[8152]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:10:52 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8152]: USER_END pid=8152 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:52 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8152]: CRED_DISP pid=8152 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:52 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:52 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:52 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:52 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:52 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8258 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8274]: ansible-file Invoked with path=/home/user_quadlet_basic/.config/containers/systemd state=directory owner=user_quadlet_basic group=1111 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8275 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8291 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8313 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8329]: ansible-ansible.legacy.stat Invoked with path=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8330 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8346 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8363 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8379]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707235853.1906834-7396-266945851565018/source dest=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container owner=user_quadlet_basic group=1111 mode=0644 follow=False _original_basename=systemd.j2 checksum=45cd978d7b06ce53aa29035a1848234b096cce98 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8380 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8397 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8413]: USER_ACCT pid=8413 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8413]: USER_CMD pid=8413 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D686A6F7865746B77646679736B6E756C6D6B796D69686769797868716267706B203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[8413]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hjoxetkwdfysknulmkymihgiyxhqbgpk ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8413]: CRED_REFR pid=8413 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[8413]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 06 16:10:53 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8413]: USER_START pid=8413 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8414]: ansible-systemd Invoked with daemon_reload=True scope=user daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Reloading requested from client PID 8415... Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Reloading... Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Reloading finished in 125 ms. Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[8413]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8413]: USER_END pid=8413 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8413]: CRED_DISP pid=8413 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8425 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8441]: USER_ACCT pid=8441 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8441]: USER_CMD pid=8441 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D616D6A72786D6F767078616F65757369616A727A7A6E656B636A627278646B71203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[8441]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-amjrxmovpxaoeusiajrzznekcjbrxdkq ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8441]: CRED_REFR pid=8441 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[8441]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8441]: USER_START pid=8441 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8442]: ansible-systemd Invoked with name=quadlet-basic-mysql.service scope=user state=started daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Starting quadlet-basic-network.service... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 75. Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm quadlet-basic-network[8445]: systemd-quadlet-basic Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Finished quadlet-basic-network.service. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 75. Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Starting quadlet-basic-mysql.service... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 74. Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm quadlet-basic-mysql[8452]: Error: running container create option: no secret with name or id "mysql_container_root_password": no such secret Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm podman[8452]: 2024-02-06 16:10:54.679558348 +0000 UTC m=+0.029502179 image pull dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 quay.io/linux-system-roles/mysql:5.6 Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: quadlet-basic-mysql.service: Main process exited, code=exited, status=125/n/a ░░ Subject: Unit process exited ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ An ExecStart= process belonging to unit UNIT has exited. ░░ ░░ The process' exit code is 'exited' and its exit status is 125. Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: quadlet-basic-mysql.service: Failed with result 'exit-code'. ░░ Subject: Unit failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit UNIT has entered the 'failed' state with result 'exit-code'. Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm systemd[7298]: Failed to start quadlet-basic-mysql.service. ░░ Subject: A start job for unit UNIT has failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished with a failure. ░░ ░░ The job identifier is 74 and the job result is failed. Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm sudo[8441]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8441]: USER_END pid=8441 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[8441]: CRED_DISP pid=8441 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_END pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGOUT pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_LOGIN pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: USER_START pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm audit[871]: CRYPTO_KEY_USER pid=871 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:05:61:b4:12:ee:a1:37:dc:85:cc:a0:32:7c:6c:e0:98:23:7e:92:22:d7:32:a6:ba:17:cc:7f:df:0f:32:14:7c direction=? spid=8467 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:10:54 79e2dbdf-849d-4be6-8d2e-c7fad7b98441.testing-farm python3[8483]: ansible-ansible.legacy.command Invoked with _raw_params=journalctl -ex _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None TASK [Cleanup user] ************************************************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:249 Tuesday 06 February 2024 16:10:55 +0000 (0:00:00.258) 0:02:13.308 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 16:10:55 +0000 (0:00:00.051) 0:02:13.359 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 16:10:55 +0000 (0:00:00.033) 0:02:13.392 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 16:10:55 +0000 (0:00:00.024) 0:02:13.417 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 16:10:55 +0000 (0:00:00.019) 0:02:13.437 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 16:10:55 +0000 (0:00:00.019) 0:02:13.456 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 16:10:55 +0000 (0:00:00.041) 0:02:13.497 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 16:10:56 +0000 (0:00:00.864) 0:02:14.361 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 16:10:56 +0000 (0:00:00.020) 0:02:14.382 ****** skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 16:10:56 +0000 (0:00:00.023) 0:02:14.405 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032183", "end": "2024-02-06 16:10:56.342964", "rc": 0, "start": "2024-02-06 16:10:56.310781" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 16:10:56 +0000 (0:00:00.245) 0:02:14.651 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 16:10:56 +0000 (0:00:00.022) 0:02:14.673 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 16:10:56 +0000 (0:00:00.019) 0:02:14.692 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 16:10:56 +0000 (0:00:00.034) 0:02:14.727 ****** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 16:10:56 +0000 (0:00:00.036) 0:02:14.764 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:10:56 +0000 (0:00:00.039) 0:02:14.803 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:10:56 +0000 (0:00:00.023) 0:02:14.826 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:10:56 +0000 (0:00:00.023) 0:02:14.849 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:10:56 +0000 (0:00:00.026) 0:02:14.876 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:10:56 +0000 (0:00:00.222) 0:02:15.098 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:10:56 +0000 (0:00:00.028) 0:02:15.127 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.218) 0:02:15.346 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004151", "end": "2024-02-06 16:10:57.258196", "rc": 0, "start": "2024-02-06 16:10:57.254045" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.221) 0:02:15.567 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004090", "end": "2024-02-06 16:10:57.479877", "rc": 0, "start": "2024-02-06 16:10:57.475787" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.218) 0:02:15.786 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.059) 0:02:15.846 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.019) 0:02:15.865 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.018) 0:02:15.884 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.019) 0:02:15.903 ****** 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 [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.025) 0:02:15.928 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.035) 0:02:15.964 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.020) 0:02:15.984 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.019) 0:02:16.004 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.035) 0:02:16.039 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.019) 0:02:16.059 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.019) 0:02:16.079 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.036) 0:02:16.115 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.020) 0:02:16.136 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.018) 0:02:16.154 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.077) 0:02:16.231 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.020) 0:02:16.252 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 16:10:57 +0000 (0:00:00.020) 0:02:16.272 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 16:10:58 +0000 (0:00:00.019) 0:02:16.291 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 16:10:58 +0000 (0:00:00.019) 0:02:16.311 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 16:10:58 +0000 (0:00:00.018) 0:02:16.330 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 16:10:58 +0000 (0:00:00.019) 0:02:16.350 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 16:10:58 +0000 (0:00:00.020) 0:02:16.370 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:10:58 +0000 (0:00:00.059) 0:02:16.429 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:10:58 +0000 (0:00:00.024) 0:02:16.453 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:10:58 +0000 (0:00:00.022) 0:02:16.475 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:10:58 +0000 (0:00:00.026) 0:02:16.501 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:10:58 +0000 (0:00:00.031) 0:02:16.533 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:10:58 +0000 (0:00:00.020) 0:02:16.554 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:10:58 +0000 (0:00:00.020) 0:02:16.574 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:10:58 +0000 (0:00:00.024) 0:02:16.598 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235832.774175, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707235834.1011705, "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": 1707235834.1011705, "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 [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:10:58 +0000 (0:00:00.237) 0:02:16.835 ****** ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:10:58 +0000 (0:00:00.350) 0:02:17.185 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.052782", "end": "2024-02-06 16:10:59.164491", "rc": 0, "start": "2024-02-06 16:10:59.111709" } STDOUT: ID NAME DRIVER CREATED UPDATED dcd2f059856cc27b8f8eed478 json_secret file 23 seconds ago 23 seconds ago TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:10:59 +0000 (0:00:00.290) 0:02:17.475 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:10:59 +0000 (0:00:00.024) 0:02:17.500 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:10:59 +0000 (0:00:00.022) 0:02:17.523 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:10:59 +0000 (0:00:00.025) 0:02:17.549 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:10:59 +0000 (0:00:00.031) 0:02:17.580 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:10:59 +0000 (0:00:00.021) 0:02:17.602 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:10:59 +0000 (0:00:00.022) 0:02:17.624 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:10:59 +0000 (0:00:00.025) 0:02:17.649 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235832.774175, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707235834.1011705, "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": 1707235834.1011705, "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 [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:10:59 +0000 (0:00:00.227) 0:02:17.877 ****** changed: [sut] => { "changed": true } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:10:59 +0000 (0:00:00.300) 0:02:18.178 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.049632", "end": "2024-02-06 16:11:00.152679", "rc": 0, "start": "2024-02-06 16:11:00.103047" } STDOUT: ID NAME DRIVER CREATED UPDATED TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 16:11:00 +0000 (0:00:00.286) 0:02:18.464 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 16:11:00 +0000 (0:00:00.018) 0:02:18.483 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic-mysql', 'type': 'volume', 'Volume': {}, 'state': 'absent'}) included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic-mysql', 'type': 'container', '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', 'BAZ=test']}, 'state': 'absent'}) included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic', 'type': 'network', 'Network': {'Subnet': '192.168.29.0/24', 'Gateway': '192.168.29.1', 'Label': 'app=wordpress'}, 'state': 'absent'}) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:11:00 +0000 (0:00:00.066) 0:02:18.550 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:11:00 +0000 (0:00:00.027) 0:02:18.577 ****** 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 [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:11:00 +0000 (0:00:00.025) 0:02:18.602 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:11:00 +0000 (0:00:00.069) 0:02:18.671 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:11:00 +0000 (0:00:00.031) 0:02:18.703 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:11:00 +0000 (0:00:00.038) 0:02:18.741 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:11:00 +0000 (0:00:00.023) 0:02:18.765 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:11:00 +0000 (0:00:00.023) 0:02:18.789 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:11:00 +0000 (0:00:00.027) 0:02:18.816 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:11:00 +0000 (0:00:00.226) 0:02:19.042 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:11:00 +0000 (0:00:00.027) 0:02:19.070 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:11:01 +0000 (0:00:00.221) 0:02:19.291 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004209", "end": "2024-02-06 16:11:01.206367", "rc": 0, "start": "2024-02-06 16:11:01.202158" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:11:01 +0000 (0:00:00.223) 0:02:19.515 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004164", "end": "2024-02-06 16:11:01.428503", "rc": 0, "start": "2024-02-06 16:11:01.424339" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:11:01 +0000 (0:00:00.221) 0:02:19.736 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:11:01 +0000 (0:00:00.019) 0:02:19.755 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:11:01 +0000 (0:00:00.019) 0:02:19.775 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:11:01 +0000 (0:00:00.018) 0:02:19.794 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:11:01 +0000 (0:00:00.019) 0:02:19.813 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:11:01 +0000 (0:00:00.034) 0:02:19.848 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:11:01 +0000 (0:00:00.021) 0:02:19.869 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:11:01 +0000 (0:00:00.018) 0:02:19.888 ****** 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 [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:11:01 +0000 (0:00:00.089) 0:02:19.977 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:11:01 +0000 (0:00:00.041) 0:02:20.019 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235832.774175, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707235834.1011705, "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": 1707235834.1011705, "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 [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:11:01 +0000 (0:00:00.225) 0:02:20.244 ****** 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": "Tue 2024-02-06 16:10:43 UTC", "ActiveEnterTimestampMonotonic": "817265480", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "run-user-1111.mount basic.target app.slice -.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2024-02-06 16:10:43 UTC", "AssertTimestampMonotonic": "817211274", "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": "42627000", "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": "Tue 2024-02-06 16:10:43 UTC", "ConditionTimestampMonotonic": "817211268", "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": "Tue 2024-02-06 16:10:43 UTC", "ExecMainExitTimestampMonotonic": "817265325", "ExecMainPID": "8038", "ExecMainStartTimestamp": "Tue 2024-02-06 16:10:43 UTC", "ExecMainStartTimestampMonotonic": "817218153", "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": "Tue 2024-02-06 16:10:43 UTC", "InactiveExitTimestampMonotonic": "817218527", "InvocationID": "be3a95c9450a4bda8858c0dd3b9acf53", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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": "Tue 2024-02-06 16:10:43 UTC", "StateChangeTimestampMonotonic": "817265480", "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": "4434", "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 [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:11:02 +0000 (0:00:00.562) 0:02:20.807 ****** changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:11:02 +0000 (0:00:00.222) 0:02:21.030 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:11:02 +0000 (0:00:00.032) 0:02:21.062 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:11:02 +0000 (0:00:00.022) 0:02:21.085 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:11:02 +0000 (0:00:00.021) 0:02:21.107 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:11:02 +0000 (0:00:00.025) 0:02:21.132 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:11:03 +0000 (0:00:00.522) 0:02:21.655 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.049260", "end": "2024-02-06 16:11:03.630682", "rc": 0, "start": "2024-02-06 16:11:03.581422" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:11:03 +0000 (0:00:00.286) 0:02:21.941 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:11:03 +0000 (0:00:00.021) 0:02:21.962 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:11:03 +0000 (0:00:00.019) 0:02:21.981 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:11:03 +0000 (0:00:00.025) 0:02:22.007 ****** 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 [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:11:03 +0000 (0:00:00.025) 0:02:22.033 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:11:03 +0000 (0:00:00.019) 0:02:22.052 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:11:03 +0000 (0:00:00.073) 0:02:22.125 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:11:03 +0000 (0:00:00.036) 0:02:22.162 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:11:03 +0000 (0:00:00.023) 0:02:22.185 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:11:03 +0000 (0:00:00.022) 0:02:22.208 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:11:03 +0000 (0:00:00.028) 0:02:22.236 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:11:04 +0000 (0:00:00.221) 0:02:22.457 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:11:04 +0000 (0:00:00.029) 0:02:22.486 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:11:04 +0000 (0:00:00.221) 0:02:22.708 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003905", "end": "2024-02-06 16:11:04.619187", "rc": 0, "start": "2024-02-06 16:11:04.615282" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:11:04 +0000 (0:00:00.216) 0:02:22.925 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003990", "end": "2024-02-06 16:11:04.836343", "rc": 0, "start": "2024-02-06 16:11:04.832353" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:11:04 +0000 (0:00:00.218) 0:02:23.144 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:11:04 +0000 (0:00:00.019) 0:02:23.163 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:11:04 +0000 (0:00:00.019) 0:02:23.182 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:11:04 +0000 (0:00:00.019) 0:02:23.202 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:11:04 +0000 (0:00:00.020) 0:02:23.222 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:11:04 +0000 (0:00:00.036) 0:02:23.259 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:11:05 +0000 (0:00:00.020) 0:02:23.280 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:11:05 +0000 (0:00:00.018) 0:02:23.298 ****** 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 [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:11:05 +0000 (0:00:00.045) 0:02:23.344 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:11:05 +0000 (0:00:00.081) 0:02:23.426 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235832.774175, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707235834.1011705, "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": 1707235834.1011705, "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 [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:11:05 +0000 (0:00:00.223) 0:02:23.649 ****** 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", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "failed", "After": "app.slice -.mount run-user-1111.mount basic.target quadlet-basic-mysql-volume.service quadlet-basic-network.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2024-02-06 16:10:54 UTC", "AssertTimestampMonotonic": "828589948", "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": "92451000", "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": "Tue 2024-02-06 16:10:54 UTC", "ConditionTimestampMonotonic": "828589944", "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": "Tue 2024-02-06 16:10:54 UTC", "ExecMainExitTimestampMonotonic": "828643246", "ExecMainPID": "8452", "ExecMainStartTimestamp": "Tue 2024-02-06 16:10:54 UTC", "ExecMainStartTimestampMonotonic": "828597464", "ExecMainStatus": "125", "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": "Tue 2024-02-06 16:10:54 UTC", "InactiveEnterTimestampMonotonic": "828687976", "InactiveExitTimestamp": "Tue 2024-02-06 16:10:54 UTC", "InactiveExitTimestampMonotonic": "828597856", "InvocationID": "c2b2fa702ed94414a7b78928fb7e3140", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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": "app.slice basic.target quadlet-basic-mysql-volume.service quadlet-basic-network.service", "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": "Tue 2024-02-06 16:10:54 UTC", "StateChangeTimestampMonotonic": "828687976", "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": "4434", "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 [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:11:05 +0000 (0:00:00.544) 0:02:24.194 ****** changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:11:06 +0000 (0:00:00.219) 0:02:24.413 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:11:06 +0000 (0:00:00.031) 0:02:24.445 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:11:06 +0000 (0:00:00.020) 0:02:24.466 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:11:06 +0000 (0:00:00.020) 0:02:24.486 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:11:06 +0000 (0:00:00.024) 0:02:24.511 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:11:06 +0000 (0:00:00.513) 0:02:25.025 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.051587", "end": "2024-02-06 16:11:07.001488", "rc": 0, "start": "2024-02-06 16:11:06.949901" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:11:07 +0000 (0:00:00.287) 0:02:25.313 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_type == \"network\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:11:07 +0000 (0:00:00.020) 0:02:25.334 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:11:07 +0000 (0:00:00.019) 0:02:25.353 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:11:07 +0000 (0:00:00.026) 0:02:25.379 ****** 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 [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:11:07 +0000 (0:00:00.025) 0:02:25.405 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:11:07 +0000 (0:00:00.020) 0:02:25.425 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:11:07 +0000 (0:00:00.029) 0:02:25.454 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:11:07 +0000 (0:00:00.078) 0:02:25.533 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:11:07 +0000 (0:00:00.024) 0:02:25.557 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:11:07 +0000 (0:00:00.023) 0:02:25.580 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:11:07 +0000 (0:00:00.027) 0:02:25.608 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:11:07 +0000 (0:00:00.221) 0:02:25.829 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:11:07 +0000 (0:00:00.027) 0:02:25.857 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:11:07 +0000 (0:00:00.219) 0:02:26.077 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004091", "end": "2024-02-06 16:11:07.988553", "rc": 0, "start": "2024-02-06 16:11:07.984462" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:11:08 +0000 (0:00:00.218) 0:02:26.295 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004082", "end": "2024-02-06 16:11:08.208198", "rc": 0, "start": "2024-02-06 16:11:08.204116" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:11:08 +0000 (0:00:00.220) 0:02:26.516 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:11:08 +0000 (0:00:00.019) 0:02:26.536 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:11:08 +0000 (0:00:00.018) 0:02:26.554 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:11:08 +0000 (0:00:00.019) 0:02:26.573 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:11:08 +0000 (0:00:00.018) 0:02:26.592 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:11:08 +0000 (0:00:00.036) 0:02:26.628 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:11:08 +0000 (0:00:00.021) 0:02:26.650 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:11:08 +0000 (0:00:00.018) 0:02:26.668 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:11:08 +0000 (0:00:00.046) 0:02:26.715 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:11:08 +0000 (0:00:00.082) 0:02:26.798 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235832.774175, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707235834.1011705, "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": 1707235834.1011705, "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 [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:11:08 +0000 (0:00:00.224) 0:02:27.022 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_service_name | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:11:08 +0000 (0:00:00.021) 0:02:27.043 ****** changed: [sut] => { "changed": true, "path": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:11:08 +0000 (0:00:00.220) 0:02:27.264 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:11:09 +0000 (0:00:00.031) 0:02:27.295 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:11:09 +0000 (0:00:00.021) 0:02:27.317 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:11:09 +0000 (0:00:00.020) 0:02:27.337 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:11:09 +0000 (0:00:00.024) 0:02:27.362 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:11:09 +0000 (0:00:00.510) 0:02:27.873 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.051433", "end": "2024-02-06 16:11:09.848762", "rc": 0, "start": "2024-02-06 16:11:09.797329" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:11:09 +0000 (0:00:00.287) 0:02:28.160 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.052544", "end": "2024-02-06 16:11:10.137152", "rc": 0, "start": "2024-02-06 16:11:10.084608" } STDOUT: systemd-quadlet-basic TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:11:10 +0000 (0:00:00.287) 0:02:28.448 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 06 February 2024 16:11:10 +0000 (0:00:00.019) 0:02:28.467 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml for sut => (item=user_quadlet_basic) TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Tuesday 06 February 2024 16:11:10 +0000 (0:00:00.053) 0:02:28.520 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_linger_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set cancel linger vars] *************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Tuesday 06 February 2024 16:11:10 +0000 (0:00:00.023) 0:02:28.544 ****** ok: [sut] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Tuesday 06 February 2024 16:11:10 +0000 (0:00:00.025) 0:02:28.570 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235832.774175, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707235834.1011705, "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": 1707235834.1011705, "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 [fedora.linux_system_roles.podman : Gather facts for containers] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Tuesday 06 February 2024 16:11:10 +0000 (0:00:00.221) 0:02:28.791 ****** ok: [sut] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Tuesday 06 February 2024 16:11:10 +0000 (0:00:00.430) 0:02:29.222 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.049695", "end": "2024-02-06 16:11:11.194446", "rc": 0, "start": "2024-02-06 16:11:11.144751" } STDOUT: podman TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Tuesday 06 February 2024 16:11:11 +0000 (0:00:00.282) 0:02:29.505 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.052101", "end": "2024-02-06 16:11:11.479660", "rc": 0, "start": "2024-02-06 16:11:11.427559" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Tuesday 06 February 2024 16:11:11 +0000 (0:00:00.286) 0:02:29.791 ****** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "user_quadlet_basic" ], "delta": "0:00:00.007947", "end": "2024-02-06 16:11:11.710964", "rc": 0, "start": "2024-02-06 16:11:11.703017" } TASK [Remove test user] ******************************************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:258 Tuesday 06 February 2024 16:11:11 +0000 (0:00:00.251) 0:02:30.042 ****** changed: [sut] => { "changed": true, "force": false, "name": "user_quadlet_basic", "remove": false, "state": "absent" } TASK [Cleanup system - root] *************************************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:264 Tuesday 06 February 2024 16:11:12 +0000 (0:00:00.362) 0:02:30.404 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 16:11:12 +0000 (0:00:00.056) 0:02:30.461 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 16:11:12 +0000 (0:00:00.034) 0:02:30.495 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 16:11:12 +0000 (0:00:00.024) 0:02:30.520 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 16:11:12 +0000 (0:00:00.020) 0:02:30.540 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 16:11:12 +0000 (0:00:00.019) 0:02:30.560 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 16:11:12 +0000 (0:00:00.043) 0:02:30.603 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 16:11:13 +0000 (0:00:00.821) 0:02:31.424 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 16:11:13 +0000 (0:00:00.065) 0:02:31.490 ****** skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 16:11:13 +0000 (0:00:00.023) 0:02:31.514 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033305", "end": "2024-02-06 16:11:13.452972", "rc": 0, "start": "2024-02-06 16:11:13.419667" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 16:11:13 +0000 (0:00:00.247) 0:02:31.761 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 16:11:13 +0000 (0:00:00.022) 0:02:31.784 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 16:11:13 +0000 (0:00:00.018) 0:02:31.803 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_version is version(\"4.4\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 16:11:13 +0000 (0:00:00.035) 0:02:31.839 ****** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 16:11:13 +0000 (0:00:00.035) 0:02:31.874 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:11:13 +0000 (0:00:00.038) 0:02:31.913 ****** ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:11:13 +0000 (0:00:00.222) 0:02:32.135 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:11:13 +0000 (0:00:00.023) 0:02:32.158 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:11:13 +0000 (0:00:00.028) 0:02:32.187 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.218) 0:02:32.405 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.026) 0:02:32.432 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.218) 0:02:32.651 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.018) 0:02:32.670 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.018) 0:02:32.688 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.018) 0:02:32.707 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.062) 0:02:32.769 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.020) 0:02:32.789 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.018) 0:02:32.807 ****** 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 [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.025) 0:02:32.833 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.035) 0:02:32.869 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.020) 0:02:32.889 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.019) 0:02:32.909 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.036) 0:02:32.945 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.020) 0:02:32.965 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.019) 0:02:32.985 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.036) 0:02:33.021 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.019) 0:02:33.041 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.019) 0:02:33.061 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.037) 0:02:33.099 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.065) 0:02:33.164 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.020) 0:02:33.185 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.020) 0:02:33.205 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.019) 0:02:33.225 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.020) 0:02:33.245 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 16:11:14 +0000 (0:00:00.019) 0:02:33.265 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.019) 0:02:33.284 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.060) 0:02:33.345 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.023) 0:02:33.368 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.022) 0:02:33.391 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.025) 0:02:33.416 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.031) 0:02:33.447 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.018) 0:02:33.466 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.019) 0:02:33.485 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.018) 0:02:33.503 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.018) 0:02:33.522 ****** ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.274) 0:02:33.797 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.039161", "end": "2024-02-06 16:11:15.746028", "rc": 0, "start": "2024-02-06 16:11:15.706867" } STDOUT: ID NAME DRIVER CREATED UPDATED TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.304) 0:02:34.101 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.025) 0:02:34.127 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.022) 0:02:34.149 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.026) 0:02:34.175 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.031) 0:02:34.206 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.019) 0:02:34.226 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.018) 0:02:34.244 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:11:15 +0000 (0:00:00.018) 0:02:34.263 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:11:16 +0000 (0:00:00.018) 0:02:34.281 ****** ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:11:16 +0000 (0:00:00.268) 0:02:34.550 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.039363", "end": "2024-02-06 16:11:16.499651", "rc": 0, "start": "2024-02-06 16:11:16.460288" } STDOUT: ID NAME DRIVER CREATED UPDATED TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 16:11:16 +0000 (0:00:00.259) 0:02:34.809 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 16:11:16 +0000 (0:00:00.017) 0:02:34.827 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic-mysql', 'type': 'volume', 'Volume': {}, 'state': 'absent'}) included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic-mysql', 'type': 'container', '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', 'BAZ=test']}, 'state': 'absent'}) included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'name': 'quadlet-basic', 'type': 'network', 'Network': {'Subnet': '192.168.29.0/24', 'Gateway': '192.168.29.1', 'Label': 'app=wordpress'}, 'state': 'absent'}) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:11:16 +0000 (0:00:00.065) 0:02:34.892 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:11:16 +0000 (0:00:00.026) 0:02:34.919 ****** 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 [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:11:16 +0000 (0:00:00.025) 0:02:34.944 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:11:16 +0000 (0:00:00.020) 0:02:34.964 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:11:16 +0000 (0:00:00.076) 0:02:35.041 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:11:16 +0000 (0:00:00.037) 0:02:35.078 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:11:16 +0000 (0:00:00.022) 0:02:35.101 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:11:16 +0000 (0:00:00.021) 0:02:35.123 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:11:16 +0000 (0:00:00.028) 0:02:35.151 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:11:17 +0000 (0:00:00.220) 0:02:35.372 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:11:17 +0000 (0:00:00.027) 0:02:35.399 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:11:17 +0000 (0:00:00.219) 0:02:35.618 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:11:17 +0000 (0:00:00.019) 0:02:35.638 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:11:17 +0000 (0:00:00.019) 0:02:35.657 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:11:17 +0000 (0:00:00.019) 0:02:35.676 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:11:17 +0000 (0:00:00.018) 0:02:35.694 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:11:17 +0000 (0:00:00.019) 0:02:35.714 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:11:17 +0000 (0:00:00.018) 0:02:35.732 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:11:17 +0000 (0:00:00.036) 0:02:35.768 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:11:17 +0000 (0:00:00.020) 0:02:35.789 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:11:17 +0000 (0:00:00.018) 0:02:35.808 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:11:17 +0000 (0:00:00.094) 0:02:35.902 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:11:17 +0000 (0:00:00.040) 0:02:35.943 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:11:17 +0000 (0:00:00.018) 0:02:35.962 ****** ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service quadlet-basic-mysql-volume.service: host TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.368) 0:02:36.330 ****** ok: [sut] => { "changed": false, "path": "/etc/containers/systemd/quadlet-basic-mysql.volume", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.219) 0:02:36.550 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.031) 0:02:36.581 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.018) 0:02:36.600 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.019) 0:02:36.619 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.019) 0:02:36.638 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.019) 0:02:36.658 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.020) 0:02:36.678 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.019) 0:02:36.698 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.018) 0:02:36.717 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.026) 0:02:36.744 ****** 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 [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.024) 0:02:36.769 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.020) 0:02:36.789 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.029) 0:02:36.818 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.084) 0:02:36.903 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.024) 0:02:36.927 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.023) 0:02:36.950 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.027) 0:02:36.977 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.226) 0:02:37.204 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:11:18 +0000 (0:00:00.028) 0:02:37.232 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:11:19 +0000 (0:00:00.224) 0:02:37.457 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:11:19 +0000 (0:00:00.020) 0:02:37.477 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:11:19 +0000 (0:00:00.019) 0:02:37.496 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:11:19 +0000 (0:00:00.019) 0:02:37.516 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:11:19 +0000 (0:00:00.018) 0:02:37.535 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:11:19 +0000 (0:00:00.021) 0:02:37.556 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:11:19 +0000 (0:00:00.019) 0:02:37.576 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:11:19 +0000 (0:00:00.037) 0:02:37.613 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:11:19 +0000 (0:00:00.023) 0:02:37.637 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:11:19 +0000 (0:00:00.019) 0:02:37.656 ****** 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 [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:11:19 +0000 (0:00:00.047) 0:02:37.704 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:11:19 +0000 (0:00:00.103) 0:02:37.807 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:11:19 +0000 (0:00:00.021) 0:02:37.829 ****** ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service quadlet-basic-mysql.service: host TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:11:19 +0000 (0:00:00.367) 0:02:38.196 ****** ok: [sut] => { "changed": false, "path": "/etc/containers/systemd/quadlet-basic-mysql.container", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.223) 0:02:38.419 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.033) 0:02:38.452 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.020) 0:02:38.473 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.020) 0:02:38.493 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.020) 0:02:38.513 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.019) 0:02:38.533 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.021) 0:02:38.555 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.022) 0:02:38.578 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.019) 0:02:38.597 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.028) 0:02:38.625 ****** 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 [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.027) 0:02:38.652 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.020) 0:02:38.673 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.030) 0:02:38.703 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.085) 0:02:38.789 ****** skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.023) 0:02:38.812 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.022) 0:02:38.835 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.026) 0:02:38.862 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.221) 0:02:39.084 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:11:20 +0000 (0:00:00.027) 0:02:39.112 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235808.439266, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707235769.472412, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203308, "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": "3136702498", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.218) 0:02:39.330 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.019) 0:02:39.350 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.018) 0:02:39.368 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.019) 0:02:39.387 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.018) 0:02:39.406 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.019) 0:02:39.425 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.020) 0:02:39.445 ****** 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 [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.036) 0:02:39.481 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.023) 0:02:39.505 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.021) 0:02:39.526 ****** ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Cleanup quadlets] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.048) 0:02:39.574 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.041) 0:02:39.616 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.075) 0:02:39.691 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_service_name | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.021) 0:02:39.713 ****** ok: [sut] => { "changed": false, "path": "/etc/containers/systemd/quadlet-basic.network", "state": "absent" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.220) 0:02:39.934 ****** included: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.031) 0:02:39.965 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.019) 0:02:39.985 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.018) 0:02:40.004 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.019) 0:02:40.023 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.020) 0:02:40.043 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.019) 0:02:40.063 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_file_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.020) 0:02:40.083 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.017) 0:02:40.101 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } to retry, use: --limit @/tmp/tests_quadlet_basic.retry PLAY RECAP ********************************************************************* sut : ok=434 changed=35 unreachable=0 failed=1 skipped=422 rescued=1 ignored=0 Tuesday 06 February 2024 16:11:21 +0000 (0:00:00.017) 0:02:40.119 ****** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 83.21s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.podman : Ensure container images are present --- 7.66s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 fedora.linux_system_roles.podman : Manage each secret ------------------- 1.03s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.91s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Gathering Facts --------------------------------------------------------- 0.87s /WORKDIR/git-fix-linger-handlinggx0awxme/tests/tests_quadlet_basic.yml:9 ------ fedora.linux_system_roles.podman : Gather the package facts ------------- 0.86s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.85s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.82s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.82s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Stop and disable service ------------- 0.81s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.79s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.78s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.77s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.77s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Debug -------------------------------- 0.76s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 0.70s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 0.67s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 fedora.linux_system_roles.podman : Ensure container images are present --- 0.66s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 0.58s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 0.57s /WORKDIR/git-fix-linger-handlinggx0awxme/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: TASK: fedora.linux_system_roles.podman : Set platform/version specific variables: 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]: 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 ---^---^---^---^---^---