# 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-handlingir2v_7u3/.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-handlingir2v_7u3/tests/tests_quadlet_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/tests/tests_quadlet_basic.yml:4 Monday 05 February 2024 04:20:43 +0000 (0:00:00.016) 0:00:00.016 ******* 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-handlingir2v_7u3/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-handlingir2v_7u3/tests/tests_quadlet_basic.yml:9 Monday 05 February 2024 04:20:43 +0000 (0:00:00.016) 0:00:00.033 ******* ok: [sut] TASK [Run role - do not pull images] ******************************************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/tests/tests_quadlet_basic.yml:57 Monday 05 February 2024 04:20:43 +0000 (0:00:00.908) 0:00:00.941 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:20:44 +0000 (0:00:00.032) 0:00:00.973 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:20:44 +0000 (0:00:00.023) 0:00:00.997 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:20:44 +0000 (0:00:00.022) 0:00:01.019 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:20:44 +0000 (0:00:00.280) 0:00:01.300 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:20:44 +0000 (0:00:00.019) 0:00:01.320 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:20:44 +0000 (0:00:00.029) 0:00:01.349 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:20:45 +0000 (0:00:00.943) 0:00:02.293 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:20:45 +0000 (0:00:00.030) 0:00:02.323 ******* 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: netavark-1.9.0-1.fc38.x86_64", "Installed: criu-libs-3.18-1.fc38.x86_64", "Installed: slirp4netns-1.2.2-1.fc38.x86_64", "Installed: libnet-1.3-1.fc38.x86_64", "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: qemu-user-static-arm-2:7.2.7-1.fc38.x86_64", "Installed: conmon-2:2.1.8-2.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: passt-0^20231230.gf091893-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: passt-selinux-0^20231230.gf091893-1.fc38.noarch", "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: 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: qemu-user-static-xtensa-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: yajl-2.1.0-21.fc38.x86_64", "Installed: shadow-utils-subid-2:4.13-6.fc38.x86_64", "Installed: libbsd-0.11.7-4.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:22:10 +0000 (0:01:24.647) 0:01:26.971 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.057107", "end": "2024-02-05 04:22:10.363870", "rc": 0, "start": "2024-02-05 04:22:10.306763" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:22:10 +0000 (0:00:00.403) 0:01:27.374 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:22:10 +0000 (0:00:00.022) 0:01:27.397 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:22:10 +0000 (0:00:00.022) 0:01:27.419 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:22:10 +0000 (0:00:00.031) 0:01:27.451 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:22:10 +0000 (0:00:00.035) 0:01:27.486 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:22:10 +0000 (0:00:00.045) 0:01:27.531 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:22:10 +0000 (0:00:00.309) 0:01:27.841 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:22:10 +0000 (0:00:00.040) 0:01:27.882 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:22:10 +0000 (0:00:00.029) 0:01:27.911 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:22:11 +0000 (0:00:00.226) 0:01:28.137 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:22:11 +0000 (0:00:00.027) 0:01:28.165 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1678060800.0, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:22:11 +0000 (0:00:00.223) 0:01:28.389 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:22:11 +0000 (0:00:00.019) 0:01:28.409 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:22:11 +0000 (0:00:00.018) 0:01:28.428 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:22:11 +0000 (0:00:00.019) 0:01:28.447 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:22:11 +0000 (0:00:00.018) 0:01:28.466 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:22:11 +0000 (0:00:00.019) 0:01:28.485 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:22:11 +0000 (0:00:00.018) 0:01:28.503 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:22:11 +0000 (0:00:00.042) 0:01:28.546 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:22:11 +0000 (0:00:00.041) 0:01:28.587 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:22:11 +0000 (0:00:00.021) 0:01:28.608 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:22:11 +0000 (0:00:00.021) 0:01:28.629 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:22:11 +0000 (0:00:00.050) 0:01:28.680 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:22:11 +0000 (0:00:00.023) 0:01:28.703 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:22:11 +0000 (0:00:00.023) 0:01:28.727 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:22:11 +0000 (0:00:00.063) 0:01:28.790 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:22:11 +0000 (0:00:00.021) 0:01:28.811 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:22:11 +0000 (0:00:00.020) 0:01:28.832 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:22:11 +0000 (0:00:00.045) 0:01:28.877 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:22:11 +0000 (0:00:00.020) 0:01:28.898 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:22:11 +0000 (0:00:00.020) 0:01:28.918 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:22:11 +0000 (0:00:00.020) 0:01:28.939 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:22:11 +0000 (0:00:00.020) 0:01:28.959 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:22:12 +0000 (0:00:00.020) 0:01:28.979 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:22:12 +0000 (0:00:00.020) 0:01:28.999 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:22:12 +0000 (0:00:00.020) 0:01:29.020 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:22:12 +0000 (0:00:00.025) 0:01:29.046 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:22:12 +0000 (0:00:00.019) 0:01:29.066 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:22:12 +0000 (0:00:00.056) 0:01:29.122 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:22:12 +0000 (0:00:00.029) 0:01:29.151 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:22:12 +0000 (0:00:00.050) 0:01:29.202 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:22:12 +0000 (0:00:00.030) 0:01:29.233 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:22:12 +0000 (0:00:00.036) 0:01:29.269 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:22:12 +0000 (0:00:00.042) 0:01:29.312 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:22:12 +0000 (0:00:00.024) 0:01:29.337 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:22:12 +0000 (0:00:00.022) 0:01:29.360 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:22:12 +0000 (0:00:00.028) 0:01:29.388 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:22:12 +0000 (0:00:00.225) 0:01:29.613 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:22:12 +0000 (0:00:00.029) 0:01:29.643 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:22:12 +0000 (0:00:00.222) 0:01:29.866 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:22:12 +0000 (0:00:00.020) 0:01:29.886 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:22:12 +0000 (0:00:00.019) 0:01:29.906 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:22:12 +0000 (0:00:00.019) 0:01:29.926 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:22:12 +0000 (0:00:00.020) 0:01:29.946 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:22:12 +0000 (0:00:00.020) 0:01:29.967 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:22:13 +0000 (0:00:00.020) 0:01:29.987 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:22:13 +0000 (0:00:00.037) 0:01:30.024 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:22:13 +0000 (0:00:00.023) 0:01:30.048 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:22:13 +0000 (0:00:00.020) 0:01:30.069 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:22:13 +0000 (0:00:00.092) 0:01:30.161 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:22:13 +0000 (0:00:00.020) 0:01:30.182 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 05 February 2024 04:22:13 +0000 (0:00:00.053) 0:01:30.236 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:22:13 +0000 (0:00:00.039) 0:01:30.275 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:22:13 +0000 (0:00:00.020) 0:01:30.295 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:22:13 +0000 (0:00:00.020) 0:01:30.316 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 05 February 2024 04:22:13 +0000 (0:00:00.019) 0:01:30.335 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Monday 05 February 2024 04:22:13 +0000 (0:00:00.018) 0:01:30.354 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Monday 05 February 2024 04:22:13 +0000 (0:00:00.024) 0:01:30.378 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Monday 05 February 2024 04:22:13 +0000 (0:00:00.347) 0:01:30.726 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Monday 05 February 2024 04:22:13 +0000 (0:00:00.022) 0:01:30.748 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Monday 05 February 2024 04:22:13 +0000 (0:00:00.021) 0:01:30.769 ******* 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-1707106933.8379827-7024-161920477196443/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Monday 05 February 2024 04:22:14 +0000 (0:00:00.692) 0:01:31.462 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Monday 05 February 2024 04:22:14 +0000 (0:00:00.026) 0:01:31.489 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Monday 05 February 2024 04:22:14 +0000 (0:00:00.025) 0:01:31.514 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:22:14 +0000 (0:00:00.025) 0:01:31.539 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify image not pulled] ************************************************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/tests/tests_quadlet_basic.yml:73 Monday 05 February 2024 04:22:14 +0000 (0:00:00.057) 0:01:31.597 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run role - try to pull bogus image] ************************************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/tests/tests_quadlet_basic.yml:77 Monday 05 February 2024 04:22:14 +0000 (0:00:00.022) 0:01:31.619 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:22:14 +0000 (0:00:00.055) 0:01:31.675 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:22:14 +0000 (0:00:00.036) 0:01:31.711 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:22:14 +0000 (0:00:00.025) 0:01:31.737 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:22:14 +0000 (0:00:00.020) 0:01:31.757 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:22:14 +0000 (0:00:00.019) 0:01:31.777 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:22:14 +0000 (0:00:00.047) 0:01:31.824 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:22:15 +0000 (0:00:00.792) 0:01:32.616 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:22:15 +0000 (0:00:00.022) 0:01:32.639 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:22:15 +0000 (0:00:00.028) 0:01:32.667 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032580", "end": "2024-02-05 04:22:15.912343", "rc": 0, "start": "2024-02-05 04:22:15.879763" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:22:15 +0000 (0:00:00.250) 0:01:32.918 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:22:15 +0000 (0:00:00.024) 0:01:32.943 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:22:15 +0000 (0:00:00.021) 0:01:32.964 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:22:16 +0000 (0:00:00.045) 0:01:33.010 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:22:16 +0000 (0:00:00.026) 0:01:33.036 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:22:16 +0000 (0:00:00.049) 0:01:33.085 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:22:16 +0000 (0:00:00.025) 0:01:33.111 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:22:16 +0000 (0:00:00.024) 0:01:33.135 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:22:16 +0000 (0:00:00.030) 0:01:33.166 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:22:16 +0000 (0:00:00.228) 0:01:33.394 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:22:16 +0000 (0:00:00.030) 0:01:33.425 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:22:16 +0000 (0:00:00.224) 0:01:33.649 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:22:16 +0000 (0:00:00.021) 0:01:33.671 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:22:16 +0000 (0:00:00.020) 0:01:33.691 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:22:16 +0000 (0:00:00.021) 0:01:33.712 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:22:16 +0000 (0:00:00.019) 0:01:33.731 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:22:16 +0000 (0:00:00.020) 0:01:33.752 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:22:16 +0000 (0:00:00.019) 0:01:33.771 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:22:16 +0000 (0:00:00.029) 0:01:33.801 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:22:16 +0000 (0:00:00.065) 0:01:33.867 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:22:16 +0000 (0:00:00.023) 0:01:33.890 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:22:16 +0000 (0:00:00.021) 0:01:33.911 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:22:16 +0000 (0:00:00.045) 0:01:33.957 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:22:17 +0000 (0:00:00.021) 0:01:33.978 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:22:17 +0000 (0:00:00.021) 0:01:33.999 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:22:17 +0000 (0:00:00.043) 0:01:34.043 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:22:17 +0000 (0:00:00.020) 0:01:34.064 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:22:17 +0000 (0:00:00.020) 0:01:34.085 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:22:17 +0000 (0:00:00.047) 0:01:34.132 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:22:17 +0000 (0:00:00.021) 0:01:34.154 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:22:17 +0000 (0:00:00.020) 0:01:34.175 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:22:17 +0000 (0:00:00.020) 0:01:34.195 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:22:17 +0000 (0:00:00.022) 0:01:34.218 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:22:17 +0000 (0:00:00.020) 0:01:34.238 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:22:17 +0000 (0:00:00.044) 0:01:34.283 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:22:17 +0000 (0:00:00.023) 0:01:34.307 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:22:17 +0000 (0:00:00.018) 0:01:34.325 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:22:17 +0000 (0:00:00.018) 0:01:34.344 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:22:17 +0000 (0:00:00.055) 0:01:34.399 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:22:17 +0000 (0:00:00.029) 0:01:34.429 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:22:17 +0000 (0:00:00.029) 0:01:34.458 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:22:17 +0000 (0:00:00.021) 0:01:34.479 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:22:17 +0000 (0:00:00.035) 0:01:34.515 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:22:17 +0000 (0:00:00.041) 0:01:34.557 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:22:17 +0000 (0:00:00.025) 0:01:34.582 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:22:17 +0000 (0:00:00.024) 0:01:34.607 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:22:17 +0000 (0:00:00.029) 0:01:34.637 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:22:17 +0000 (0:00:00.224) 0:01:34.861 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:22:17 +0000 (0:00:00.031) 0:01:34.893 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:22:18 +0000 (0:00:00.226) 0:01:35.119 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:22:18 +0000 (0:00:00.044) 0:01:35.164 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:22:18 +0000 (0:00:00.022) 0:01:35.186 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:22:18 +0000 (0:00:00.020) 0:01:35.207 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:22:18 +0000 (0:00:00.019) 0:01:35.227 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:22:18 +0000 (0:00:00.020) 0:01:35.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 : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:22:18 +0000 (0:00:00.021) 0:01:35.268 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:22:18 +0000 (0:00:00.040) 0:01:35.309 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:22:18 +0000 (0:00:00.024) 0:01:35.333 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:22:18 +0000 (0:00:00.024) 0:01:35.357 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:22:18 +0000 (0:00:00.058) 0:01:35.416 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:22:18 +0000 (0:00:00.020) 0:01:35.436 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 05 February 2024 04:22:18 +0000 (0:00:00.051) 0:01:35.488 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:22:18 +0000 (0:00:00.037) 0:01:35.525 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:22:18 +0000 (0:00:00.020) 0:01:35.546 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:22:18 +0000 (0:00:00.021) 0:01:35.567 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 05 February 2024 04:22:18 +0000 (0:00:00.020) 0:01:35.587 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Monday 05 February 2024 04:22:18 +0000 (0:00:00.018) 0:01:35.605 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Monday 05 February 2024 04:22:19 +0000 (0:00:00.656) 0:01:36.261 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Monday 05 February 2024 04:22:19 +0000 (0:00:00.236) 0:01:36.498 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Monday 05 February 2024 04:22:19 +0000 (0:00:00.022) 0:01:36.520 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Monday 05 February 2024 04:22:19 +0000 (0:00:00.023) 0:01:36.544 ******* 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-1707106939.613064-7136-159980023604799/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Monday 05 February 2024 04:22:20 +0000 (0:00:00.585) 0:01:37.129 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Monday 05 February 2024 04:22:20 +0000 (0:00:00.025) 0:01:37.155 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Monday 05 February 2024 04:22:20 +0000 (0:00:00.025) 0:01:37.180 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:22:20 +0000 (0:00:00.027) 0:01:37.207 ******* 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-handlingir2v_7u3/tests/tests_quadlet_basic.yml:93 Monday 05 February 2024 04:22:20 +0000 (0:00:00.031) 0:01:37.239 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/tests/tests_quadlet_basic.yml:100 Monday 05 February 2024 04:22:20 +0000 (0:00:00.024) 0:01:37.263 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:22:20 +0000 (0:00:00.104) 0:01:37.367 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:22:20 +0000 (0:00:00.040) 0:01:37.408 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:22:20 +0000 (0:00:00.029) 0:01:37.438 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:22:20 +0000 (0:00:00.021) 0:01:37.459 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:22:20 +0000 (0:00:00.048) 0:01:37.508 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:22:20 +0000 (0:00:00.051) 0:01:37.560 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:22:21 +0000 (0:00:00.798) 0:01:38.358 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:22:21 +0000 (0:00:00.022) 0:01:38.380 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:22:21 +0000 (0:00:00.025) 0:01:38.405 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033332", "end": "2024-02-05 04:22:21.654546", "rc": 0, "start": "2024-02-05 04:22:21.621214" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:22:21 +0000 (0:00:00.254) 0:01:38.660 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:22:21 +0000 (0:00:00.024) 0:01:38.685 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:22:21 +0000 (0:00:00.021) 0:01:38.706 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:22:21 +0000 (0:00:00.022) 0:01:38.729 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:22:21 +0000 (0:00:00.027) 0:01:38.757 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:22:21 +0000 (0:00:00.048) 0:01:38.806 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:22:21 +0000 (0:00:00.025) 0:01:38.832 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:22:21 +0000 (0:00:00.025) 0:01:38.857 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:22:21 +0000 (0:00:00.030) 0:01:38.887 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:22:22 +0000 (0:00:00.255) 0:01:39.143 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:22:22 +0000 (0:00:00.031) 0:01:39.175 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:22:22 +0000 (0:00:00.226) 0:01:39.402 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:22:22 +0000 (0:00:00.022) 0:01:39.424 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:22:22 +0000 (0:00:00.021) 0:01:39.445 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:22:22 +0000 (0:00:00.021) 0:01:39.467 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:22:22 +0000 (0:00:00.020) 0:01:39.487 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:22:22 +0000 (0:00:00.020) 0:01:39.508 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:22:22 +0000 (0:00:00.021) 0:01:39.530 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:22:22 +0000 (0:00:00.028) 0:01:39.559 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:22:22 +0000 (0:00:00.045) 0:01:39.604 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:22:22 +0000 (0:00:00.021) 0:01:39.626 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:22:22 +0000 (0:00:00.022) 0:01:39.648 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:22:22 +0000 (0:00:00.045) 0:01:39.694 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:22:22 +0000 (0:00:00.021) 0:01:39.716 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:22:22 +0000 (0:00:00.021) 0:01:39.737 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:22:22 +0000 (0:00:00.071) 0:01:39.809 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:22:22 +0000 (0:00:00.023) 0:01:39.832 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:22:22 +0000 (0:00:00.021) 0:01:39.854 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:22:22 +0000 (0:00:00.050) 0:01:39.904 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:22:22 +0000 (0:00:00.021) 0:01:39.926 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:22:22 +0000 (0:00:00.023) 0:01:39.949 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:22:23 +0000 (0:00:00.022) 0:01:39.972 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:22:23 +0000 (0:00:00.022) 0:01:39.994 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:22:23 +0000 (0:00:00.022) 0:01:40.017 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:22:23 +0000 (0:00:00.020) 0:01:40.038 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:22:23 +0000 (0:00:00.022) 0:01:40.060 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:22:23 +0000 (0:00:00.018) 0:01:40.079 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:22:23 +0000 (0:00:00.019) 0:01:40.098 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:22:23 +0000 (0:00:00.053) 0:01:40.151 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:22:23 +0000 (0:00:00.029) 0:01:40.181 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:22:23 +0000 (0:00:00.027) 0:01:40.208 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:22:23 +0000 (0:00:00.050) 0:01:40.259 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:22:23 +0000 (0:00:00.036) 0:01:40.296 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:22:23 +0000 (0:00:00.041) 0:01:40.337 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:22:23 +0000 (0:00:00.024) 0:01:40.361 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:22:23 +0000 (0:00:00.026) 0:01:40.388 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:22:23 +0000 (0:00:00.031) 0:01:40.419 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:22:23 +0000 (0:00:00.227) 0:01:40.647 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:22:23 +0000 (0:00:00.033) 0:01:40.680 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:22:23 +0000 (0:00:00.224) 0:01:40.905 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:22:23 +0000 (0:00:00.022) 0:01:40.928 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:22:23 +0000 (0:00:00.021) 0:01:40.949 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:22:24 +0000 (0:00:00.021) 0:01:40.971 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:22:24 +0000 (0:00:00.023) 0:01:40.994 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:22:24 +0000 (0:00:00.020) 0:01:41.015 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:22:24 +0000 (0:00:00.021) 0:01:41.037 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:22:24 +0000 (0:00:00.041) 0:01:41.078 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:22:24 +0000 (0:00:00.024) 0:01:41.103 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:22:24 +0000 (0:00:00.021) 0:01:41.125 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:22:24 +0000 (0:00:00.119) 0:01:41.244 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:22:24 +0000 (0:00:00.050) 0:01:41.294 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:22:24 +0000 (0:00:00.573) 0:01:41.868 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:22:25 +0000 (0:00:00.228) 0:01:42.096 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:22:25 +0000 (0:00:00.037) 0:01:42.134 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:22:25 +0000 (0:00:00.021) 0:01:42.155 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:22:25 +0000 (0:00:00.022) 0:01:42.177 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:22:25 +0000 (0:00:00.021) 0:01:42.198 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:22:26 +0000 (0:00:00.808) 0:01:43.007 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.040882", "end": "2024-02-05 04:22:26.269382", "rc": 0, "start": "2024-02-05 04:22:26.228500" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:22:26 +0000 (0:00:00.268) 0:01:43.276 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:22:26 +0000 (0:00:00.024) 0:01:43.300 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:22:26 +0000 (0:00:00.021) 0:01:43.321 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:22:26 +0000 (0:00:00.032) 0:01:43.353 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:22:26 +0000 (0:00:00.041) 0:01:43.395 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:22:26 +0000 (0:00:00.058) 0:01:43.454 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:22:26 +0000 (0:00:00.023) 0:01:43.477 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:22:26 +0000 (0:00:00.022) 0:01:43.499 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:22:26 +0000 (0:00:00.050) 0:01:43.550 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:22:27 +0000 (0:00:00.787) 0:01:44.337 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:22:27 +0000 (0:00:00.022) 0:01:44.360 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:22:27 +0000 (0:00:00.025) 0:01:44.386 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033211", "end": "2024-02-05 04:22:27.633007", "rc": 0, "start": "2024-02-05 04:22:27.599796" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:22:27 +0000 (0:00:00.253) 0:01:44.639 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:22:27 +0000 (0:00:00.025) 0:01:44.664 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:22:27 +0000 (0:00:00.020) 0:01:44.685 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:22:27 +0000 (0:00:00.022) 0:01:44.708 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:22:27 +0000 (0:00:00.027) 0:01:44.736 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:22:27 +0000 (0:00:00.047) 0:01:44.783 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:22:27 +0000 (0:00:00.025) 0:01:44.809 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:22:27 +0000 (0:00:00.088) 0:01:44.897 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:22:27 +0000 (0:00:00.033) 0:01:44.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:22:28 +0000 (0:00:00.227) 0:01:45.158 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:22:28 +0000 (0:00:00.032) 0:01:45.191 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:22:28 +0000 (0:00:00.225) 0:01:45.416 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:22:28 +0000 (0:00:00.021) 0:01:45.438 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:22:28 +0000 (0:00:00.023) 0:01:45.461 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:22:28 +0000 (0:00:00.020) 0:01:45.481 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:22:28 +0000 (0:00:00.021) 0:01:45.503 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:22:28 +0000 (0:00:00.019) 0:01:45.522 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:22:28 +0000 (0:00:00.020) 0:01:45.543 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:22:28 +0000 (0:00:00.029) 0:01:45.573 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:22:28 +0000 (0:00:00.045) 0:01:45.618 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:22:28 +0000 (0:00:00.022) 0:01:45.641 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:22:28 +0000 (0:00:00.021) 0:01:45.662 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:22:28 +0000 (0:00:00.044) 0:01:45.707 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:22:28 +0000 (0:00:00.052) 0:01:45.760 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:22:28 +0000 (0:00:00.023) 0:01:45.783 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:22:28 +0000 (0:00:00.046) 0:01:45.830 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:22:28 +0000 (0:00:00.021) 0:01:45.852 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:22:28 +0000 (0:00:00.021) 0:01:45.874 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:22:28 +0000 (0:00:00.049) 0:01:45.924 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:22:28 +0000 (0:00:00.023) 0:01:45.947 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:22:28 +0000 (0:00:00.021) 0:01:45.969 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:22:29 +0000 (0:00:00.022) 0:01:45.992 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:22:29 +0000 (0:00:00.022) 0:01:46.014 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:22:29 +0000 (0:00:00.021) 0:01:46.036 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:22:29 +0000 (0:00:00.021) 0:01:46.057 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:22:29 +0000 (0:00:00.022) 0:01:46.080 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:22:29 +0000 (0:00:00.019) 0:01:46.099 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:22:29 +0000 (0:00:00.018) 0:01:46.117 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:22:29 +0000 (0:00:00.084) 0:01:46.202 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:22:29 +0000 (0:00:00.031) 0:01:46.233 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:22:29 +0000 (0:00:00.028) 0:01:46.262 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:22:29 +0000 (0:00:00.023) 0:01:46.286 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:22:29 +0000 (0:00:00.035) 0:01:46.322 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:22:29 +0000 (0:00:00.042) 0:01:46.364 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:22:29 +0000 (0:00:00.025) 0:01:46.390 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:22:29 +0000 (0:00:00.024) 0:01:46.414 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:22:29 +0000 (0:00:00.032) 0:01:46.447 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:22:29 +0000 (0:00:00.227) 0:01:46.675 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:22:29 +0000 (0:00:00.033) 0:01:46.708 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:22:29 +0000 (0:00:00.225) 0:01:46.933 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:22:29 +0000 (0:00:00.021) 0:01:46.955 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:22:30 +0000 (0:00:00.020) 0:01:46.975 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:22:30 +0000 (0:00:00.019) 0:01:46.995 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:22:30 +0000 (0:00:00.020) 0:01:47.015 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:22:30 +0000 (0:00:00.020) 0:01:47.036 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:22:30 +0000 (0:00:00.019) 0:01:47.055 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:22:30 +0000 (0:00:00.069) 0:01:47.125 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:22:30 +0000 (0:00:00.024) 0:01:47.150 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:22:30 +0000 (0:00:00.020) 0:01:47.171 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:22:30 +0000 (0:00:00.056) 0:01:47.228 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:22:30 +0000 (0:00:00.046) 0:01:47.274 ******* 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": "basic.target system.slice -.mount systemd-journald.socket sysinit.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": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:22:31 +0000 (0:00:00.811) 0:01:48.086 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:22:31 +0000 (0:00:00.227) 0:01:48.313 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:22:31 +0000 (0:00:00.036) 0:01:48.349 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:22:31 +0000 (0:00:00.021) 0:01:48.371 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:22:31 +0000 (0:00:00.020) 0:01:48.391 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:22:31 +0000 (0:00:00.020) 0:01:48.412 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:22:32 +0000 (0:00:00.838) 0:01:49.251 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.039765", "end": "2024-02-05 04:22:32.509303", "rc": 0, "start": "2024-02-05 04:22:32.469538" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:22:32 +0000 (0:00:00.263) 0:01:49.514 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:22:32 +0000 (0:00:00.024) 0:01:49.539 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:22:32 +0000 (0:00:00.019) 0:01:49.558 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Create user for testing] ************************************************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/tests/tests_quadlet_basic.yml:112 Monday 05 February 2024 04:22:32 +0000 (0:00:00.030) 0:01:49.589 ******* 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 [Run the role - user] ***************************************************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/tests/tests_quadlet_basic.yml:117 Monday 05 February 2024 04:22:33 +0000 (0:00:00.527) 0:01:50.117 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:22:33 +0000 (0:00:00.056) 0:01:50.174 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:22:33 +0000 (0:00:00.040) 0:01:50.214 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:22:33 +0000 (0:00:00.027) 0:01:50.241 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:22:33 +0000 (0:00:00.022) 0:01:50.264 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:22:33 +0000 (0:00:00.022) 0:01:50.286 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:22:33 +0000 (0:00:00.050) 0:01:50.337 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:22:34 +0000 (0:00:00.789) 0:01:51.127 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:22:34 +0000 (0:00:00.023) 0:01:51.150 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:22:34 +0000 (0:00:00.025) 0:01:51.175 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033465", "end": "2024-02-05 04:22:34.421282", "rc": 0, "start": "2024-02-05 04:22:34.387817" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:22:34 +0000 (0:00:00.250) 0:01:51.426 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:22:34 +0000 (0:00:00.024) 0:01:51.451 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:22:34 +0000 (0:00:00.021) 0:01:51.472 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:22:34 +0000 (0:00:00.073) 0:01:51.545 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:22:34 +0000 (0:00:00.043) 0:01:51.588 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:22:34 +0000 (0:00:00.048) 0:01:51.637 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:22:34 +0000 (0:00:00.229) 0:01:51.866 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:22:34 +0000 (0:00:00.026) 0:01:51.893 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:22:34 +0000 (0:00:00.030) 0:01:51.923 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:22:35 +0000 (0:00:00.228) 0:01:52.151 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:22:35 +0000 (0:00:00.029) 0:01:52.181 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:22:35 +0000 (0:00:00.225) 0:01:52.407 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004339", "end": "2024-02-05 04:22:35.628580", "rc": 0, "start": "2024-02-05 04:22:35.624241" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:22:35 +0000 (0:00:00.226) 0:01:52.634 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004265", "end": "2024-02-05 04:22:35.854317", "rc": 0, "start": "2024-02-05 04:22:35.850052" } 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:22:35 +0000 (0:00:00.224) 0:01:52.858 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:22:35 +0000 (0:00:00.020) 0:01:52.878 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:22:35 +0000 (0:00:00.020) 0:01:52.899 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:22:35 +0000 (0:00:00.021) 0:01:52.920 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:22:35 +0000 (0:00:00.020) 0:01:52.941 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:22:35 +0000 (0:00:00.028) 0:01:52.970 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:22:36 +0000 (0:00:00.072) 0:01:53.042 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:22:36 +0000 (0:00:00.022) 0:01:53.065 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:22:36 +0000 (0:00:00.021) 0:01:53.087 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:22:36 +0000 (0:00:00.043) 0:01:53.130 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:22:36 +0000 (0:00:00.021) 0:01:53.152 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:22:36 +0000 (0:00:00.021) 0:01:53.174 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:22:36 +0000 (0:00:00.043) 0:01:53.218 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:22:36 +0000 (0:00:00.022) 0:01:53.240 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:22:36 +0000 (0:00:00.021) 0:01:53.261 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:22:36 +0000 (0:00:00.046) 0:01:53.308 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:22:36 +0000 (0:00:00.021) 0:01:53.329 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:22:36 +0000 (0:00:00.021) 0:01:53.351 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:22:36 +0000 (0:00:00.020) 0:01:53.372 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:22:36 +0000 (0:00:00.020) 0:01:53.393 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:22:36 +0000 (0:00:00.020) 0:01:53.413 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:22:36 +0000 (0:00:00.052) 0:01:53.466 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:22:36 +0000 (0:00:00.022) 0:01:53.489 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:22:36 +0000 (0:00:00.068) 0:01:53.557 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:22:36 +0000 (0:00:00.027) 0:01:53.584 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:22:36 +0000 (0:00:00.025) 0:01:53.609 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:22:36 +0000 (0:00:00.028) 0:01:53.638 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:22:36 +0000 (0:00:00.035) 0:01:53.674 ******* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": "0:00:00.022047", "end": "2024-02-05 04:22:36.914908", "rc": 0, "start": "2024-02-05 04:22:36.892861" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:22:36 +0000 (0:00:00.246) 0:01:53.921 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:22:36 +0000 (0:00:00.029) 0:01:53.950 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:22:37 +0000 (0:00:00.023) 0:01:53.974 ******* 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 0] ***************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:22:37 +0000 (0:00:00.888) 0:01:54.863 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:22:37 +0000 (0:00:00.028) 0:01:54.891 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:22:37 +0000 (0:00:00.024) 0:01:54.916 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:22:37 +0000 (0:00:00.030) 0:01:54.947 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:22:38 +0000 (0:00:00.036) 0:01:54.984 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:22:38 +0000 (0:00:00.253) 0:01:55.237 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:22:38 +0000 (0:00:00.029) 0:01:55.266 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:22:38 +0000 (0:00:00.024) 0:01:55.291 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:22:39 +0000 (0:00:00.910) 0:01:56.201 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:22:39 +0000 (0:00:00.019) 0:01:56.220 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.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-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:22:39 +0000 (0:00:00.074) 0:01:56.295 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:22:39 +0000 (0:00:00.029) 0:01:56.324 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:22:39 +0000 (0:00:00.028) 0:01:56.353 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:22:39 +0000 (0:00:00.021) 0:01:56.374 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:22:39 +0000 (0:00:00.035) 0:01:56.410 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:22:39 +0000 (0:00:00.042) 0:01:56.452 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:22:39 +0000 (0:00:00.024) 0:01:56.477 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:22:39 +0000 (0:00:00.024) 0:01:56.502 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:22:39 +0000 (0:00:00.031) 0:01:56.534 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:22:39 +0000 (0:00:00.230) 0:01:56.764 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:22:39 +0000 (0:00:00.030) 0:01:56.795 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:22:40 +0000 (0:00:00.262) 0:01:57.058 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004464", "end": "2024-02-05 04:22:40.280907", "rc": 0, "start": "2024-02-05 04:22:40.276443" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:22:40 +0000 (0:00:00.226) 0:01:57.284 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004415", "end": "2024-02-05 04:22:40.506048", "rc": 0, "start": "2024-02-05 04:22:40.501633" } 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:22:40 +0000 (0:00:00.228) 0:01:57.512 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:22:40 +0000 (0:00:00.022) 0:01:57.534 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:22:40 +0000 (0:00:00.021) 0:01:57.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:22:40 +0000 (0:00:00.022) 0:01:57.579 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:22:40 +0000 (0:00:00.020) 0:01:57.599 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:22:40 +0000 (0:00:00.042) 0:01:57.641 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:22:40 +0000 (0:00:00.023) 0:01:57.665 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:22:40 +0000 (0:00:00.024) 0:01:57.690 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:22:40 +0000 (0:00:00.058) 0:01:57.749 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:22:40 +0000 (0:00:00.022) 0:01:57.771 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 05 February 2024 04:22:40 +0000 (0:00:00.051) 0:01:57.822 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:22:40 +0000 (0:00:00.040) 0:01:57.863 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:22:41 +0000 (0:00:00.222) 0:01:58.085 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:22:41 +0000 (0:00:00.029) 0:01:58.114 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 05 February 2024 04:22:41 +0000 (0:00:00.022) 0:01:58.137 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Monday 05 February 2024 04:22:41 +0000 (0:00:00.056) 0:01:58.193 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Monday 05 February 2024 04:22:41 +0000 (0:00:00.023) 0:01:58.216 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Monday 05 February 2024 04:22:41 +0000 (0:00:00.237) 0:01:58.454 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Monday 05 February 2024 04:22:41 +0000 (0:00:00.024) 0:01:58.478 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Monday 05 February 2024 04:22:41 +0000 (0:00:00.023) 0:01:58.501 ******* 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-1707106961.569684-7443-262880170795658/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Monday 05 February 2024 04:22:42 +0000 (0:00:00.580) 0:01:59.081 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Monday 05 February 2024 04:22:42 +0000 (0:00:00.520) 0:01:59.602 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Monday 05 February 2024 04:22:42 +0000 (0:00:00.025) 0:01:59.628 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:22:42 +0000 (0:00:00.025) 0:01:59.654 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:22:42 +0000 (0:00:00.030) 0:01:59.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:22:42 +0000 (0:00:00.030) 0:01:59.715 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:22:42 +0000 (0:00:00.021) 0:01:59.737 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:22:42 +0000 (0:00:00.035) 0:01:59.773 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:22:42 +0000 (0:00:00.043) 0:01:59.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:22:42 +0000 (0:00:00.025) 0:01:59.842 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:22:42 +0000 (0:00:00.024) 0:01:59.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:22:42 +0000 (0:00:00.030) 0:01:59.897 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:22:43 +0000 (0:00:00.226) 0:02:00.123 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:22:43 +0000 (0:00:00.065) 0:02:00.188 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:22:43 +0000 (0:00:00.227) 0:02:00.416 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004301", "end": "2024-02-05 04:22:43.639206", "rc": 0, "start": "2024-02-05 04:22:43.634905" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:22:43 +0000 (0:00:00.228) 0:02:00.644 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004283", "end": "2024-02-05 04:22:43.867237", "rc": 0, "start": "2024-02-05 04:22:43.862954" } 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:22:43 +0000 (0:00:00.229) 0:02:00.874 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:22:43 +0000 (0:00:00.021) 0:02:00.895 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:22:43 +0000 (0:00:00.020) 0:02:00.916 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:22:43 +0000 (0:00:00.021) 0:02:00.938 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:22:43 +0000 (0:00:00.021) 0:02:00.959 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:22:44 +0000 (0:00:00.041) 0:02:01.001 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:22:44 +0000 (0:00:00.023) 0:02:01.025 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:22:44 +0000 (0:00:00.023) 0:02:01.048 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:22:44 +0000 (0:00:00.056) 0:02:01.105 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:22:44 +0000 (0:00:00.021) 0:02:01.126 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 05 February 2024 04:22:44 +0000 (0:00:00.050) 0:02:01.176 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:22:44 +0000 (0:00:00.041) 0:02:01.217 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:22:44 +0000 (0:00:00.222) 0:02:01.440 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:22:44 +0000 (0:00:00.064) 0:02:01.504 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 05 February 2024 04:22:44 +0000 (0:00:00.024) 0:02:01.529 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Monday 05 February 2024 04:22:44 +0000 (0:00:00.020) 0:02:01.549 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Monday 05 February 2024 04:22:44 +0000 (0:00:00.020) 0:02:01.570 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Monday 05 February 2024 04:22:44 +0000 (0:00:00.234) 0:02:01.804 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Monday 05 February 2024 04:22:44 +0000 (0:00:00.023) 0:02:01.828 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Monday 05 February 2024 04:22:44 +0000 (0:00:00.022) 0:02:01.851 ******* 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-1707106964.919689-7494-134311161572688/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Monday 05 February 2024 04:22:45 +0000 (0:00:00.581) 0:02:02.432 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Monday 05 February 2024 04:22:45 +0000 (0:00:00.517) 0:02:02.950 ******* 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 run-user-1111.mount basic.target -.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": "app.slice basic.target", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql-volume", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Monday 05 February 2024 04:22:46 +0000 (0:00:00.461) 0:02:03.411 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:22:46 +0000 (0:00:00.023) 0:02:03.435 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:22:46 +0000 (0:00:00.029) 0:02:03.465 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:22:46 +0000 (0:00:00.029) 0:02:03.494 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:22:46 +0000 (0:00:00.021) 0:02:03.515 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:22:46 +0000 (0:00:00.036) 0:02:03.552 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:22:46 +0000 (0:00:00.042) 0:02:03.594 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:22:46 +0000 (0:00:00.025) 0:02:03.619 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:22:46 +0000 (0:00:00.024) 0:02:03.643 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:22:46 +0000 (0:00:00.066) 0:02:03.710 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:22:46 +0000 (0:00:00.227) 0:02:03.937 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:22:47 +0000 (0:00:00.033) 0:02:03.971 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:22:47 +0000 (0:00:00.227) 0:02:04.198 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004339", "end": "2024-02-05 04:22:47.419568", "rc": 0, "start": "2024-02-05 04:22:47.415229" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:22:47 +0000 (0:00:00.225) 0:02:04.424 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004482", "end": "2024-02-05 04:22:47.644834", "rc": 0, "start": "2024-02-05 04:22:47.640352" } 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:22:47 +0000 (0:00:00.224) 0:02:04.649 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:22:47 +0000 (0:00:00.020) 0:02:04.670 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:22:47 +0000 (0:00:00.020) 0:02:04.690 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:22:47 +0000 (0:00:00.021) 0:02:04.712 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:22:47 +0000 (0:00:00.019) 0:02:04.731 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:22:47 +0000 (0:00:00.041) 0:02:04.773 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:22:47 +0000 (0:00:00.023) 0:02:04.796 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:22:47 +0000 (0:00:00.023) 0:02:04.820 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:22:47 +0000 (0:00:00.057) 0:02:04.877 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:22:47 +0000 (0:00:00.020) 0:02:04.898 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 05 February 2024 04:22:47 +0000 (0:00:00.046) 0:02:04.944 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:22:48 +0000 (0:00:00.070) 0:02:05.015 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:22:48 +0000 (0:00:00.221) 0:02:05.236 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:22:48 +0000 (0:00:00.029) 0:02:05.265 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 05 February 2024 04:22:48 +0000 (0:00:00.023) 0:02:05.289 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Monday 05 February 2024 04:22:48 +0000 (0:00:00.020) 0:02:05.309 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Monday 05 February 2024 04:22:56 +0000 (0:00:08.557) 0:02:13.867 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Monday 05 February 2024 04:22:57 +0000 (0:00:00.233) 0:02:14.101 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Monday 05 February 2024 04:22:57 +0000 (0:00:00.024) 0:02:14.125 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Monday 05 February 2024 04:22:57 +0000 (0:00:00.023) 0:02:14.149 ******* 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-1707106977.2202199-7547-168344570498465/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Monday 05 February 2024 04:22:57 +0000 (0:00:00.588) 0:02:14.737 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Monday 05 February 2024 04:22:58 +0000 (0:00:00.520) 0:02:15.257 ******* 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-handlingir2v_7u3/tests/tests_quadlet_basic.yml:182 Monday 05 February 2024 04:22:58 +0000 (0:00:00.546) 0:02:15.803 ******* ok: [sut] => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.033217", "end": "2024-02-05 04:22:59.051764", "rc": 0, "start": "2024-02-05 04:22:59.018547" } STDOUT: Feb 05 04:22:08 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System. ░░ Subject: A start job for unit proc-sys-fs-binfmt_misc.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit proc-sys-fs-binfmt_misc.mount has finished successfully. ░░ ░░ The job identifier is 1972. Feb 05 04:22:08 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=run-rd2d3d3c11d98403c9565c0ed531d4e80 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 05 04:22:08 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: Started run-rd2d3d3c11d98403c9565c0ed531d4e80.service - /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-rd2d3d3c11d98403c9565c0ed531d4e80.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit run-rd2d3d3c11d98403c9565c0ed531d4e80.service has finished successfully. ░░ ░░ The job identifier is 1976. Feb 05 04:22:08 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 2060. Feb 05 04:22:08 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: Reloading requested from client PID 6044 (unit session-6.scope)... Feb 05 04:22:08 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: Reloading... Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: Reloading finished in 438 ms. Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=93 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=73 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=94 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=70 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=95 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=69 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=96 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=84 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=97 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=98 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=85 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=86 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=99 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=81 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=100 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=101 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=82 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=83 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=102 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=77 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=103 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=74 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=104 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=105 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=75 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=76 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=106 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=107 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=71 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=72 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=108 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=78 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=109 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=110 op=LOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=79 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=80 op=UNLOAD Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 2144. Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: Queuing reload/restart jobs for marked units… Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[782]: 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 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[782]: 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 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm dbus-broker-launch[6087]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm dbus-broker-launch[6087]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[782]: 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 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm dbus-broker-launch[6087]: Ready Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[782]: Reloading requested from client PID 6086 ('systemctl')... Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[782]: Reloading... Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 2144. Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[782]: Reloading finished in 156 ms. Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[782]: Queuing reload/restart jobs for marked units… Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:09 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6105 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6121]: 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 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: man-db-cache-update.service: Consumed 1.129s 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 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: run-rd2d3d3c11d98403c9565c0ed531d4e80.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit run-rd2d3d3c11d98403c9565c0ed531d4e80.service has successfully entered the 'dead' state. Feb 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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-rd2d3d3c11d98403c9565c0ed531d4e80 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6130 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6146]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Feb 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:10 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6148 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:11 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6164]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:22:11 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:11 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:11 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:11 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:11 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6166 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:11 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6182]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:11 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:11 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:12 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:12 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:12 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6185 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:12 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6201]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:22:12 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:12 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:12 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:12 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:12 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6203 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:12 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6219]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:12 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:12 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6222 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6238]: 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 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6239 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6255 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:13 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6277 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6293]: 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 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6294 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6310 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6327 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6343]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707106933.8379827-7024-161920477196443/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 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6344 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:14 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6361 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:15 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:15 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:15 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:15 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:15 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6378 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:15 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6394]: 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 05 04:22:15 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:15 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:16 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:16 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:16 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6401 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:16 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6417]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:22:16 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:16 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:16 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:16 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:16 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6419 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:16 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6435]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:16 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:16 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:17 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:17 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:17 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6438 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:17 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6454]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:22:17 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:17 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:17 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:17 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:17 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6456 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:18 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6472]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:18 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:18 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:18 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:18 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:18 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6475 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:18 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6491]: 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 05 04:22:18 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6491]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image ls this_is_a_bogus_image:latest --format json Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm podman[6492]: 2024-02-05 04:22:19.14869271 +0000 UTC m=+0.192120381 system refresh Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6491]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image exists this_is_a_bogus_image:latest Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6491]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman pull this_is_a_bogus_image:latest -q Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6515 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6531]: 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 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6532 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6548 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6570 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6586]: 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 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6587 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6603 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:19 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6620 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:20 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6636]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707106939.613064-7136-159980023604799/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 05 04:22:20 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 05 04:22:20 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:20 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:20 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:20 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:20 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6637 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:20 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:20 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:20 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:20 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:20 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6654 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:21 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:21 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:21 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:21 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:21 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6671 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:21 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6687]: 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 05 04:22:21 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:21 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:21 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:21 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:21 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6694 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:22 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6710]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:22:22 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:22 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:22 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:22 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:22 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6712 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:22 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6728]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:22 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:22 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:23 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:23 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:23 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6731 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:23 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6747]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:22:23 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:23 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:23 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:23 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:23 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6749 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:23 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6765]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:23 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:23 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:24 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:24 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:24 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6768 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:24 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6784]: 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 05 04:22:24 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:24 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:24 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:24 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:24 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6786 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6802]: 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 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6803 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6819]: 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 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: Reloading requested from client PID 6820 (unit session-6.scope)... Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: Reloading... Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: Reloading finished in 391 ms. Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=111 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=93 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=112 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=94 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=113 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=95 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=114 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=102 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=115 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=96 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=116 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=117 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=97 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=98 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=118 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=119 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=106 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=107 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=120 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=103 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=121 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=122 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=104 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=105 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=123 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=99 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=124 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=125 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=100 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=101 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=126 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=108 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=127 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=128 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=109 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=110 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=129 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=115 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=130 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=131 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=116 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=117 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=132 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=123 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=133 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=134 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=124 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=125 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=135 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=114 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=136 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=137 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=118 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=119 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=138 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=120 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=139 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=140 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=121 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=122 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=141 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=126 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=142 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=143 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=127 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=128 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=144 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=135 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=145 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=138 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=146 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=147 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=139 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=140 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=148 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=149 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=136 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=137 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=150 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=141 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=151 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=152 op=LOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=142 op=UNLOAD Feb 05 04:22:25 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=143 op=UNLOAD Feb 05 04:22:26 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:26 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:26 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:26 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:26 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6853 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:26 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6869]: 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 05 04:22:26 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 05 04:22:26 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:26 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:26 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:26 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:26 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6876 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:27 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:27 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:27 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:27 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:27 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6893 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:27 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6909]: 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 05 04:22:27 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:27 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:27 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:27 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:27 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6916 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:28 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6932]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:22:28 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:28 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:28 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:28 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:28 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6934 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:28 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6950]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:28 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:28 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:29 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:29 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:29 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6953 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:29 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6969]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:22:29 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:29 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:29 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:29 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:29 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6971 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:29 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[6987]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:29 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:29 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:30 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:30 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:30 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=6990 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:30 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7006]: 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 05 04:22:30 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: Reloading requested from client PID 7009 (unit session-6.scope)... Feb 05 04:22:30 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: Reloading... Feb 05 04:22:30 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm quadlet-generator[6825]: 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 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: Reloading finished in 382 ms. Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=153 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=111 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=154 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=112 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=155 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=113 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=156 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=129 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=157 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=158 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=130 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=131 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=159 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=132 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=160 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=161 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=133 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=134 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=162 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=144 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=163 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=145 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=164 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=165 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=146 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=147 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=166 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=167 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=148 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=149 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=168 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=150 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=169 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=170 op=LOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=151 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=152 op=UNLOAD Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7042 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7058]: 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 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7059 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7075]: 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 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: Reloading requested from client PID 7076 (unit session-6.scope)... Feb 05 04:22:31 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: Reloading... Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[1]: Reloading finished in 384 ms. Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=171 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=153 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=172 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=154 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=173 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=155 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=174 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=156 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=175 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=176 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=157 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=158 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=177 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=159 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=178 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=179 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=160 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=161 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=180 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=162 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=181 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=163 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=182 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=183 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=164 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=165 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=184 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=185 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=166 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=167 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=186 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=168 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=187 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=188 op=LOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=169 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit: BPF prog-id=170 op=UNLOAD Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7110 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7126]: 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 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7134 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7150]: 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 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm useradd[7152]: new group: name=user_quadlet_basic, GID=1111 Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7152]: ADD_GROUP pid=7152 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 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm useradd[7152]: new user: name=user_quadlet_basic, UID=1111, GID=1111, home=/home/user_quadlet_basic, shell=/bin/bash, from=none Feb 05 04:22:32 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7152]: ADD_USER pid=7152 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 05 04:22:33 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7152]: USER_MGMT pid=7152 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 05 04:22:33 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:33 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:33 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:33 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:33 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7159 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:34 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:34 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:34 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:34 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:34 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7176 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:34 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7192]: 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 05 04:22:34 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:34 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:34 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:34 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:34 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7199 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:34 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7215]: ansible-getent Invoked with database=passwd key=user_quadlet_basic fail_key=False service=None split=None Feb 05 04:22:34 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:34 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:34 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:34 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:34 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7217 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7233]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7235 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7251]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7254 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7270]: 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 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7272 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7288]: 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 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:35 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:36 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:36 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:36 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7290 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:36 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7306]: 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 05 04:22:36 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 2231. Feb 05 04:22:36 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 2235. Feb 05 04:22:36 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:36 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:36 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 2235. Feb 05 04:22:36 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 05 04:22:36 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7309]: USER_ACCT pid=7309 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 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7309]: CRED_ACQ pid=7309 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 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7309]: USER_ROLE_CHANGE pid=7309 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 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm (systemd)[7309]: pam_unix(systemd-user:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7309]: USER_START pid=7309 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 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Queued start job for default target default.target. Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 7. Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 12. Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 13. Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 14. Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 11. Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 6. Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 10. Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 6. Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 5. Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 10. Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Startup finished in 95ms. ░░ 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 95772 microseconds. Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.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 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7323 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7339]: USER_ACCT pid=7339 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 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[7339]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ugudicatvmmgaepgehvamaujaxwwenzg ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7339]: USER_CMD pid=7339 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D7567756469636174766D6D6761657067656876616D61756A61787777656E7A67203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7339]: CRED_REFR pid=7339 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 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[7339]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7339]: USER_START pid=7339 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 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[7339]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7339]: USER_END pid=7339 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 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7339]: CRED_DISP pid=7339 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 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:37 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:38 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:38 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:38 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7347 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:38 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7363]: 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 05 04:22:38 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:38 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:38 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:38 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:38 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7364 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:38 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7380]: USER_ACCT pid=7380 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 05 04:22:38 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7380]: USER_CMD pid=7380 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D6C627A7479666274697A6D65667864786467726D73666A6F6F7162787369746D203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 05 04:22:38 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[7380]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lbztyfbtizmefxdxdgrmsfjooqbxsitm ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 05 04:22:38 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7380]: CRED_REFR pid=7380 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 05 04:22:38 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[7380]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:22:38 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7380]: USER_START pid=7380 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 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm podman[7395]: 2024-02-05 04:22:39.022014622 +0000 UTC m=+0.116873889 system refresh Feb 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm dbus-broker-launch[7411]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored Feb 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm dbus-broker-launch[7411]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored Feb 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm dbus-broker-launch[7411]: Ready Feb 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: podman-7395.scope: unit configures an IP firewall, but not running as root. Feb 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: (This warning is only shown for the first unit using IP firewalling.) Feb 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Started podman-7395.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 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Started podman-pause-560de3bf.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 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Started podman-7413.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 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Started podman-7421.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 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[7380]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7380]: USER_END pid=7380 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 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7380]: CRED_DISP pid=7380 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 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7428 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7444]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:39 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7446 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7462]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7465 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7481]: 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 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7483 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7499]: 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 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:40 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7501 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7517]: 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 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7518 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7534]: 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 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7535 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7551 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7573 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7589]: 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 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7590 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7606 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:41 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7623 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7639]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707106961.569684-7443-262880170795658/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 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7640 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7657 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7673]: USER_ACCT pid=7673 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 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7673]: USER_CMD pid=7673 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D716B747261656E6E7064747866786C6C6E676B746C6777686A6D69686B626475203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[7673]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qktraennpdtxfxllngktlgwhjmihkbdu ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7673]: CRED_REFR pid=7673 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 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[7673]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7673]: USER_START pid=7673 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 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7674]: 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 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Reloading requested from client PID 7675... Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Reloading... Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Reloading finished in 123 ms. Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[7673]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7673]: USER_END pid=7673 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 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7673]: CRED_DISP pid=7673 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 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:42 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7685 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7701]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7703 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7719]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7722 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7738]: 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 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7740 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7756]: 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 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:43 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7758 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7774]: 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 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7775 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7791]: 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 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7792 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7808 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:44 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7830 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7846]: 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 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7847 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7863 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7880 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7896]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707106964.919689-7494-134311161572688/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 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7897 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7914 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7930]: USER_ACCT pid=7930 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 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7930]: USER_CMD pid=7930 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D7A6A6F74706B7862686F7865747564706175706F756D6A667376647070727A77203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[7930]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zjotpkxbhoxetudpaupoumjfsvdpprzw ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7930]: CRED_REFR pid=7930 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 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[7930]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7930]: USER_START pid=7930 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 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7931]: 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 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Reloading requested from client PID 7932... Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Reloading... Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Reloading finished in 121 ms. Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[7930]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7930]: USER_END pid=7930 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 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7930]: CRED_DISP pid=7930 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 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:45 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7942 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7958]: USER_ACCT pid=7958 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 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7958]: USER_CMD pid=7958 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D6473756367627368726B716970726A76747975636A736279696D647763727972203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[7958]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-dsucgbshrkqiprjvtyucjsbyimdwcryr ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7958]: CRED_REFR pid=7958 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 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[7958]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7958]: USER_START pid=7958 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 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7959]: 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 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 38. Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm podman[7962]: 2024-02-05 04:22:46.389935503 +0000 UTC m=+0.034338449 volume create systemd-quadlet-basic-mysql Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm quadlet-basic-mysql-volume[7962]: systemd-quadlet-basic-mysql Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 38. Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[7958]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7958]: USER_END pid=7958 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 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[7958]: CRED_DISP pid=7958 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 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7970 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[7986]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:46 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=7988 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[8004]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=8007 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[8023]: 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 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=8025 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[8041]: 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 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:47 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=8043 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[8059]: 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 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=8060 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8076]: USER_ACCT pid=8076 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 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8076]: USER_CMD pid=8076 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D7176646D756D717975707179676865667475776A746C726D656B776B776E7574203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[8076]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qvdmumqyupqygheftuwjtlrmekwkwnut ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8076]: CRED_REFR pid=8076 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 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[8076]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8076]: USER_START pid=8076 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 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[8077]: 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 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[8077]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json Feb 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Started podman-8078.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 50. Feb 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[8077]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image exists quay.io/linux-system-roles/mysql:5.6 Feb 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Started podman-8085.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 54. Feb 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[8077]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q Feb 05 04:22:48 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Started podman-8092.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 05 04:22:56 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm podman[8092]: 2024-02-05 04:22:56.775384749 +0000 UTC m=+8.097015048 image pull dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 quay.io/linux-system-roles/mysql:5.6 Feb 05 04:22:56 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[8077]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json Feb 05 04:22:56 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: podman-8092.scope: Consumed 11.511s 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 05 04:22:56 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Started podman-8172.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 05 04:22:56 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[8076]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:22:56 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8076]: USER_END pid=8076 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 05 04:22:56 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8076]: CRED_DISP pid=8076 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 05 04:22:56 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:56 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:56 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:56 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:56 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=8180 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[8196]: 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 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=8197 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=8213 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=8235 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[8251]: 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 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=8252 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=8268 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=8285 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[8301]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707106977.2202199-7547-168344570498465/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 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=8302 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=8319 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8335]: USER_ACCT pid=8335 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 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8335]: USER_CMD pid=8335 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D77766C626162756F6167637A71747263726D666C676C677270736973746A6664203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[8335]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wvlbabuoagczqtrcrmflglgrpsistjfd ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8335]: CRED_REFR pid=8335 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 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[8335]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:22:57 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8335]: USER_START pid=8335 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 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[8336]: 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 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Reloading requested from client PID 8337... Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Reloading... Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: Reloading finished in 125 ms. Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[8335]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8335]: USER_END pid=8335 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 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8335]: CRED_DISP pid=8335 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 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=8347 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8363]: USER_ACCT pid=8363 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 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8363]: USER_CMD pid=8363 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D74687A746365656976686B6379766D6B626A77777174657A65776C7477797868203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[8363]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-thztceeivhkcyvmkbjwwqtezewltwyxh ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8363]: CRED_REFR pid=8363 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 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[8363]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8363]: USER_START pid=8363 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 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[8364]: 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 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 67. Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm quadlet-basic-network[8367]: systemd-quadlet-basic Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 67. Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 66. Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm quadlet-basic-mysql[8374]: Error: running container create option: no secret with name or id "mysql_container_root_password": no such secret Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm podman[8374]: 2024-02-05 04:22:58.741169932 +0000 UTC m=+0.031956260 image pull dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 quay.io/linux-system-roles/mysql:5.6 Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm systemd[7309]: 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 66 and the job result is failed. Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm sudo[8363]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8363]: USER_END pid=8363 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 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[8363]: CRED_DISP pid=8363 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 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_END pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGOUT pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_LOGIN pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: USER_START pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=ssh res=success' Feb 05 04:22:58 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm audit[881]: CRYPTO_KEY_USER pid=881 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:11:14:3a:cd:e3:05:d8:3b:65:44:b8:33:cb:46:a2:e5:75:c6:2a:2d:07:c4:f4:ab:2d:e7:24:19:e0:a8:96:ab direction=? spid=8388 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.167 terminal=? res=success' Feb 05 04:22:59 c60aa107-592d-4b8e-8aff-ec8453fa2ae1.testing-farm python3[8404]: 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-handlingir2v_7u3/tests/tests_quadlet_basic.yml:187 Monday 05 February 2024 04:22:59 +0000 (0:00:00.269) 0:02:16.073 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:22:59 +0000 (0:00:00.061) 0:02:16.135 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:22:59 +0000 (0:00:00.040) 0:02:16.175 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:22:59 +0000 (0:00:00.030) 0:02:16.206 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:22:59 +0000 (0:00:00.064) 0:02:16.270 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:22:59 +0000 (0:00:00.024) 0:02:16.294 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:22:59 +0000 (0:00:00.052) 0:02:16.347 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:23:00 +0000 (0:00:00.799) 0:02:17.147 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:23:00 +0000 (0:00:00.022) 0:02:17.170 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:23:00 +0000 (0:00:00.025) 0:02:17.196 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033016", "end": "2024-02-05 04:23:00.443951", "rc": 0, "start": "2024-02-05 04:23:00.410935" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:23:00 +0000 (0:00:00.253) 0:02:17.449 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:23:00 +0000 (0:00:00.025) 0:02:17.475 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:23:00 +0000 (0:00:00.021) 0:02:17.496 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:23:00 +0000 (0:00:00.042) 0:02:17.539 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:23:00 +0000 (0:00:00.055) 0:02:17.595 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:23:00 +0000 (0:00:00.049) 0:02:17.644 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:23:00 +0000 (0:00:00.028) 0:02:17.673 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:23:00 +0000 (0:00:00.065) 0:02:17.739 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:23:00 +0000 (0:00:00.033) 0:02:17.772 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:23:01 +0000 (0:00:00.230) 0:02:18.002 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:23:01 +0000 (0:00:00.030) 0:02:18.033 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:23:01 +0000 (0:00:00.226) 0:02:18.260 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004480", "end": "2024-02-05 04:23:01.483858", "rc": 0, "start": "2024-02-05 04:23:01.479378" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:23:01 +0000 (0:00:00.228) 0:02:18.489 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004444", "end": "2024-02-05 04:23:01.710910", "rc": 0, "start": "2024-02-05 04:23:01.706466" } 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:23:01 +0000 (0:00:00.234) 0:02:18.724 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:23:01 +0000 (0:00:00.032) 0:02:18.756 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:23:01 +0000 (0:00:00.033) 0:02:18.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:23:01 +0000 (0:00:00.032) 0:02:18.822 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:23:01 +0000 (0:00:00.030) 0:02:18.853 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:23:01 +0000 (0:00:00.031) 0:02:18.884 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:23:01 +0000 (0:00:00.043) 0:02:18.928 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:23:01 +0000 (0:00:00.023) 0:02:18.952 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:23:02 +0000 (0:00:00.021) 0:02:18.974 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:23:02 +0000 (0:00:00.045) 0:02:19.019 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:23:02 +0000 (0:00:00.022) 0:02:19.042 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:23:02 +0000 (0:00:00.065) 0:02:19.107 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:23:02 +0000 (0:00:00.050) 0:02:19.158 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:23:02 +0000 (0:00:00.031) 0:02:19.190 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:23:02 +0000 (0:00:00.023) 0:02:19.213 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:23:02 +0000 (0:00:00.046) 0:02:19.260 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:23:02 +0000 (0:00:00.024) 0:02:19.284 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:23:02 +0000 (0:00:00.023) 0:02:19.308 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:23:02 +0000 (0:00:00.022) 0:02:19.330 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:23:02 +0000 (0:00:00.023) 0:02:19.353 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:23:02 +0000 (0:00:00.022) 0:02:19.376 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:23:02 +0000 (0:00:00.023) 0:02:19.399 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:23:02 +0000 (0:00:00.023) 0:02:19.422 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:23:02 +0000 (0:00:00.071) 0:02:19.494 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:23:02 +0000 (0:00:00.028) 0:02:19.523 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:23:02 +0000 (0:00:00.031) 0:02:19.554 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:23:02 +0000 (0:00:00.030) 0:02:19.584 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:23:02 +0000 (0:00:00.070) 0:02:19.655 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:23:02 +0000 (0:00:00.023) 0:02:19.679 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:23:02 +0000 (0:00:00.024) 0:02:19.703 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:23:02 +0000 (0:00:00.027) 0:02:19.730 ******* 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 0] ***************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:23:03 +0000 (0:00:00.332) 0:02:20.062 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:23:03 +0000 (0:00:00.029) 0:02:20.091 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:23:03 +0000 (0:00:00.027) 0:02:20.119 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:23:03 +0000 (0:00:00.032) 0:02:20.151 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:23:03 +0000 (0:00:00.039) 0:02:20.191 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:23:03 +0000 (0:00:00.027) 0:02:20.219 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:23:03 +0000 (0:00:00.026) 0:02:20.245 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:23:03 +0000 (0:00:00.033) 0:02:20.279 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:23:03 +0000 (0:00:00.355) 0:02:20.634 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:23:03 +0000 (0:00:00.020) 0:02:20.655 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.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-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:23:03 +0000 (0:00:00.083) 0:02:20.739 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:23:03 +0000 (0:00:00.071) 0:02:20.810 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:23:03 +0000 (0:00:00.031) 0:02:20.842 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:23:03 +0000 (0:00:00.023) 0:02:20.865 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:23:03 +0000 (0:00:00.038) 0:02:20.904 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:23:03 +0000 (0:00:00.043) 0:02:20.947 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:23:04 +0000 (0:00:00.028) 0:02:20.975 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:23:04 +0000 (0:00:00.025) 0:02:21.001 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:23:04 +0000 (0:00:00.032) 0:02:21.034 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:23:04 +0000 (0:00:00.237) 0:02:21.271 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:23:04 +0000 (0:00:00.034) 0:02:21.306 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:23:04 +0000 (0:00:00.228) 0:02:21.534 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004320", "end": "2024-02-05 04:23:04.757088", "rc": 0, "start": "2024-02-05 04:23:04.752768" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:23:04 +0000 (0:00:00.227) 0:02:21.762 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004267", "end": "2024-02-05 04:23:04.984061", "rc": 0, "start": "2024-02-05 04:23:04.979794" } 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:23:05 +0000 (0:00:00.228) 0:02:21.990 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:23:05 +0000 (0:00:00.021) 0:02:22.012 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:23:05 +0000 (0:00:00.022) 0:02:22.034 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:23:05 +0000 (0:00:00.021) 0:02:22.055 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:23:05 +0000 (0:00:00.021) 0:02:22.077 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:23:05 +0000 (0:00:00.119) 0:02:22.197 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:23:05 +0000 (0:00:00.026) 0:02:22.223 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:23:05 +0000 (0:00:00.024) 0:02:22.248 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:23:05 +0000 (0:00:00.062) 0:02:22.310 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:23:05 +0000 (0:00:00.047) 0:02:22.358 ******* 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": "Mon 2024-02-05 04:22:46 UTC", "ActiveEnterTimestampMonotonic": "880349309", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount basic.target run-user-1111.mount app.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-02-05 04:22:46 UTC", "AssertTimestampMonotonic": "880297354", "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": "44096000", "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": "Mon 2024-02-05 04:22:46 UTC", "ConditionTimestampMonotonic": "880297348", "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": "Mon 2024-02-05 04:22:46 UTC", "ExecMainExitTimestampMonotonic": "880349134", "ExecMainPID": "7962", "ExecMainStartTimestamp": "Mon 2024-02-05 04:22:46 UTC", "ExecMainStartTimestampMonotonic": "880304195", "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": "Mon 2024-02-05 04:22:46 UTC", "InactiveExitTimestampMonotonic": "880304583", "InvocationID": "d7895892a0c34fbe8bda5160241a9db7", "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": "app.slice basic.target", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-02-05 04:22:46 UTC", "StateChangeTimestampMonotonic": "880349309", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:23:05 +0000 (0:00:00.567) 0:02:22.925 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:23:06 +0000 (0:00:00.230) 0:02:23.156 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:23:06 +0000 (0:00:00.038) 0:02:23.194 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:23:06 +0000 (0:00:00.025) 0:02:23.219 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:23:06 +0000 (0:00:00.022) 0:02:23.242 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:23:06 +0000 (0:00:00.028) 0:02:23.270 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:23:06 +0000 (0:00:00.556) 0:02:23.827 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.053271", "end": "2024-02-05 04:23:07.115934", "rc": 0, "start": "2024-02-05 04:23:07.062663" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:23:07 +0000 (0:00:00.299) 0:02:24.126 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:23:07 +0000 (0:00:00.024) 0:02:24.150 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:23:07 +0000 (0:00:00.020) 0:02:24.171 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:23:07 +0000 (0:00:00.031) 0:02:24.203 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:23:07 +0000 (0:00:00.029) 0:02:24.233 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:23:07 +0000 (0:00:00.080) 0:02:24.313 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:23:07 +0000 (0:00:00.039) 0:02:24.353 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:23:07 +0000 (0:00:00.047) 0:02:24.401 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:23:07 +0000 (0:00:00.026) 0:02:24.427 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:23:07 +0000 (0:00:00.025) 0:02:24.453 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:23:07 +0000 (0:00:00.031) 0:02:24.484 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:23:07 +0000 (0:00:00.241) 0:02:24.725 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:23:07 +0000 (0:00:00.047) 0:02:24.773 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:23:08 +0000 (0:00:00.231) 0:02:25.005 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004251", "end": "2024-02-05 04:23:08.228930", "rc": 0, "start": "2024-02-05 04:23:08.224679" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:23:08 +0000 (0:00:00.230) 0:02:25.235 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004328", "end": "2024-02-05 04:23:08.459072", "rc": 0, "start": "2024-02-05 04:23:08.454744" } 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:23:08 +0000 (0:00:00.230) 0:02:25.466 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:23:08 +0000 (0:00:00.022) 0:02:25.488 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:23:08 +0000 (0:00:00.020) 0:02:25.509 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:23:08 +0000 (0:00:00.021) 0:02:25.530 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:23:08 +0000 (0:00:00.020) 0:02:25.551 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:23:08 +0000 (0:00:00.039) 0:02:25.591 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:23:08 +0000 (0:00:00.026) 0:02:25.617 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:23:08 +0000 (0:00:00.020) 0:02:25.638 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:23:08 +0000 (0:00:00.105) 0:02:25.743 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:23:08 +0000 (0:00:00.050) 0:02:25.794 ******* 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": "quadlet-basic-mysql-volume.service app.slice run-user-1111.mount quadlet-basic-network.service basic.target -.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-02-05 04:22:58 UTC", "AssertTimestampMonotonic": "892654600", "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": "95196000", "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": "Mon 2024-02-05 04:22:58 UTC", "ConditionTimestampMonotonic": "892654595", "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": "Mon 2024-02-05 04:22:58 UTC", "ExecMainExitTimestampMonotonic": "892707337", "ExecMainPID": "8374", "ExecMainStartTimestamp": "Mon 2024-02-05 04:22:58 UTC", "ExecMainStartTimestampMonotonic": "892658206", "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": "Mon 2024-02-05 04:22:58 UTC", "InactiveEnterTimestampMonotonic": "892745929", "InactiveExitTimestamp": "Mon 2024-02-05 04:22:58 UTC", "InactiveExitTimestampMonotonic": "892658572", "InvocationID": "6a69e5352f7248919101176ad9b7f5e9", "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": "basic.target quadlet-basic-network.service app.slice quadlet-basic-mysql-volume.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": "Mon 2024-02-05 04:22:58 UTC", "StateChangeTimestampMonotonic": "892745929", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:23:09 +0000 (0:00:00.562) 0:02:26.356 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:23:09 +0000 (0:00:00.235) 0:02:26.592 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:23:09 +0000 (0:00:00.038) 0:02:26.630 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:23:09 +0000 (0:00:00.024) 0:02:26.655 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:23:09 +0000 (0:00:00.025) 0:02:26.681 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:23:09 +0000 (0:00:00.031) 0:02:26.712 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:23:10 +0000 (0:00:00.524) 0:02:27.236 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.051616", "end": "2024-02-05 04:23:10.522383", "rc": 0, "start": "2024-02-05 04:23:10.470767" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:23:10 +0000 (0:00:00.307) 0:02:27.544 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:23:10 +0000 (0:00:00.030) 0:02:27.574 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:23:10 +0000 (0:00:00.023) 0:02:27.598 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:23:10 +0000 (0:00:00.030) 0:02:27.629 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:23:10 +0000 (0:00:00.030) 0:02:27.659 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:23:10 +0000 (0:00:00.021) 0:02:27.681 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:23:10 +0000 (0:00:00.035) 0:02:27.716 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:23:10 +0000 (0:00:00.083) 0:02:27.799 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:23:10 +0000 (0:00:00.028) 0:02:27.827 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:23:10 +0000 (0:00:00.025) 0:02:27.852 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:23:10 +0000 (0:00:00.030) 0:02:27.883 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:23:11 +0000 (0:00:00.227) 0:02:28.111 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:23:11 +0000 (0:00:00.031) 0:02:28.142 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:23:11 +0000 (0:00:00.227) 0:02:28.369 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004261", "end": "2024-02-05 04:23:11.590451", "rc": 0, "start": "2024-02-05 04:23:11.586190" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:23:11 +0000 (0:00:00.225) 0:02:28.595 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004334", "end": "2024-02-05 04:23:11.817590", "rc": 0, "start": "2024-02-05 04:23:11.813256" } 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:23:11 +0000 (0:00:00.229) 0:02:28.825 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:23:11 +0000 (0:00:00.034) 0:02:28.859 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:23:11 +0000 (0:00:00.023) 0:02:28.882 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:23:11 +0000 (0:00:00.023) 0:02:28.906 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:23:11 +0000 (0:00:00.022) 0:02:28.928 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:23:12 +0000 (0:00:00.046) 0:02:28.975 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:23:12 +0000 (0:00:00.026) 0:02:29.001 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:23:12 +0000 (0:00:00.021) 0:02:29.023 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:23:12 +0000 (0:00:00.058) 0:02:29.082 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:23:12 +0000 (0:00:00.090) 0:02:29.172 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:23:12 +0000 (0:00:00.025) 0:02:29.197 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:23:12 +0000 (0:00:00.230) 0:02:29.427 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:23:12 +0000 (0:00:00.038) 0:02:29.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 as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:23:12 +0000 (0:00:00.023) 0:02:29.489 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:23:12 +0000 (0:00:00.022) 0:02:29.511 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:23:12 +0000 (0:00:00.028) 0:02:29.539 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:23:13 +0000 (0:00:00.524) 0:02:30.064 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.054843", "end": "2024-02-05 04:23:13.353644", "rc": 0, "start": "2024-02-05 04:23:13.298801" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:23:13 +0000 (0:00:00.298) 0:02:30.362 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.051528", "end": "2024-02-05 04:23:13.650081", "rc": 0, "start": "2024-02-05 04:23:13.598553" } STDOUT: systemd-quadlet-basic TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:23:13 +0000 (0:00:00.296) 0:02:30.659 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:23:13 +0000 (0:00:00.021) 0:02:30.681 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Monday 05 February 2024 04:23:13 +0000 (0:00:00.068) 0:02:30.749 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Monday 05 February 2024 04:23:13 +0000 (0:00:00.027) 0:02:30.776 ******* ok: [sut] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Gather facts for containers] ********** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Monday 05 February 2024 04:23:13 +0000 (0:00:00.042) 0:02:30.818 ******* ok: [sut] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:24 Monday 05 February 2024 04:23:14 +0000 (0:00:00.420) 0:02:31.239 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.050924", "end": "2024-02-05 04:23:14.521494", "rc": 0, "start": "2024-02-05 04:23:14.470570" } STDOUT: podman TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:33 Monday 05 February 2024 04:23:14 +0000 (0:00:00.291) 0:02:31.531 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.049762", "end": "2024-02-05 04:23:14.813596", "rc": 0, "start": "2024-02-05 04:23:14.763834" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:42 Monday 05 February 2024 04:23:14 +0000 (0:00:00.335) 0:02:31.867 ******* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "user_quadlet_basic" ], "delta": "0:00:00.008398", "end": "2024-02-05 04:23:15.100008", "rc": 0, "start": "2024-02-05 04:23:15.091610" } TASK [Remove test user] ******************************************************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/tests/tests_quadlet_basic.yml:196 Monday 05 February 2024 04:23:15 +0000 (0:00:00.259) 0:02:32.126 ******* changed: [sut] => { "changed": true, "force": false, "name": "user_quadlet_basic", "remove": false, "state": "absent" } TASK [Cleanup system - root] *************************************************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/tests/tests_quadlet_basic.yml:202 Monday 05 February 2024 04:23:15 +0000 (0:00:00.356) 0:02:32.483 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:23:15 +0000 (0:00:00.069) 0:02:32.552 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:23:15 +0000 (0:00:00.040) 0:02:32.593 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:23:15 +0000 (0:00:00.030) 0:02:32.623 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:23:15 +0000 (0:00:00.022) 0:02:32.646 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:23:15 +0000 (0:00:00.024) 0:02:32.670 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:23:15 +0000 (0:00:00.052) 0:02:32.722 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:23:16 +0000 (0:00:00.792) 0:02:33.515 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:23:16 +0000 (0:00:00.023) 0:02:33.538 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:23:16 +0000 (0:00:00.025) 0:02:33.563 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033862", "end": "2024-02-05 04:23:16.814760", "rc": 0, "start": "2024-02-05 04:23:16.780898" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:23:16 +0000 (0:00:00.308) 0:02:33.872 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:23:16 +0000 (0:00:00.026) 0:02:33.898 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:23:16 +0000 (0:00:00.024) 0:02:33.922 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:23:16 +0000 (0:00:00.043) 0:02:33.965 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:23:17 +0000 (0:00:00.047) 0:02:34.013 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:23:17 +0000 (0:00:00.049) 0:02:34.062 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:23:17 +0000 (0:00:00.233) 0:02:34.295 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:23:17 +0000 (0:00:00.029) 0:02:34.325 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:23:17 +0000 (0:00:00.034) 0:02:34.360 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:23:17 +0000 (0:00:00.230) 0:02:34.590 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:23:17 +0000 (0:00:00.031) 0:02:34.622 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:23:17 +0000 (0:00:00.227) 0:02:34.849 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:23:17 +0000 (0:00:00.024) 0:02:34.873 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:23:17 +0000 (0:00:00.022) 0:02:34.896 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:23:17 +0000 (0:00:00.020) 0:02:34.916 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:23:17 +0000 (0:00:00.020) 0:02:34.937 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:23:17 +0000 (0:00:00.020) 0:02:34.957 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:23:18 +0000 (0:00:00.059) 0:02:35.017 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:23:18 +0000 (0:00:00.030) 0:02:35.048 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:23:18 +0000 (0:00:00.043) 0:02:35.091 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:23:18 +0000 (0:00:00.021) 0:02:35.113 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:23:18 +0000 (0:00:00.022) 0:02:35.135 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:23:18 +0000 (0:00:00.047) 0:02:35.182 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:23:18 +0000 (0:00:00.025) 0:02:35.208 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:23:18 +0000 (0:00:00.023) 0:02:35.231 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:23:18 +0000 (0:00:00.061) 0:02:35.293 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:23:18 +0000 (0:00:00.023) 0:02:35.316 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:23:18 +0000 (0:00:00.022) 0:02:35.339 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:23:18 +0000 (0:00:00.049) 0:02:35.388 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:23:18 +0000 (0:00:00.024) 0:02:35.413 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:23:18 +0000 (0:00:00.022) 0:02:35.435 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:23:18 +0000 (0:00:00.064) 0:02:35.500 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:23:18 +0000 (0:00:00.025) 0:02:35.525 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:23:18 +0000 (0:00:00.023) 0:02:35.549 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:23:18 +0000 (0:00:00.023) 0:02:35.573 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:23:18 +0000 (0:00:00.033) 0:02:35.606 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:23:18 +0000 (0:00:00.076) 0:02:35.683 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:23:18 +0000 (0:00:00.030) 0:02:35.713 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:23:18 +0000 (0:00:00.028) 0:02:35.741 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:23:18 +0000 (0:00:00.033) 0:02:35.775 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:23:18 +0000 (0:00:00.038) 0:02:35.813 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:23:18 +0000 (0:00:00.023) 0:02:35.836 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:23:18 +0000 (0:00:00.022) 0:02:35.858 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:23:18 +0000 (0:00:00.022) 0:02:35.881 ******* 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 0] ***************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:23:19 +0000 (0:00:00.280) 0:02:36.162 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:23:19 +0000 (0:00:00.028) 0:02:36.190 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:23:19 +0000 (0:00:00.026) 0:02:36.216 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:23:19 +0000 (0:00:00.029) 0:02:36.246 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:23:19 +0000 (0:00:00.078) 0:02:36.324 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:23:19 +0000 (0:00:00.021) 0:02:36.346 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:23:19 +0000 (0:00:00.022) 0:02:36.369 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:23:19 +0000 (0:00:00.019) 0:02:36.389 ******* 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 : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:23:19 +0000 (0:00:00.273) 0:02:36.663 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:23:19 +0000 (0:00:00.020) 0:02:36.683 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.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-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:23:19 +0000 (0:00:00.078) 0:02:36.761 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:23:19 +0000 (0:00:00.031) 0:02:36.793 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:23:19 +0000 (0:00:00.028) 0:02:36.821 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:23:19 +0000 (0:00:00.023) 0:02:36.845 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:23:19 +0000 (0:00:00.037) 0:02:36.883 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:23:19 +0000 (0:00:00.046) 0:02:36.930 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:23:19 +0000 (0:00:00.029) 0:02:36.959 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:23:20 +0000 (0:00:00.031) 0:02:36.991 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:23:20 +0000 (0:00:00.034) 0:02:37.025 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:23:20 +0000 (0:00:00.275) 0:02:37.301 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:23:20 +0000 (0:00:00.032) 0:02:37.333 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:23:20 +0000 (0:00:00.227) 0:02:37.561 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:23:20 +0000 (0:00:00.022) 0:02:37.583 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:23:20 +0000 (0:00:00.021) 0:02:37.604 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:23:20 +0000 (0:00:00.022) 0:02:37.626 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:23:20 +0000 (0:00:00.020) 0:02:37.647 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:23:20 +0000 (0:00:00.022) 0:02:37.670 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:23:20 +0000 (0:00:00.021) 0:02:37.692 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:23:20 +0000 (0:00:00.044) 0:02:37.736 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:23:20 +0000 (0:00:00.025) 0:02:37.762 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:23:20 +0000 (0:00:00.020) 0:02:37.782 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:23:20 +0000 (0:00:00.058) 0:02:37.841 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:23:20 +0000 (0:00:00.048) 0:02:37.889 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:23:21 +0000 (0:00:00.378) 0:02:38.267 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:23:21 +0000 (0:00:00.226) 0:02:38.493 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:23:21 +0000 (0:00:00.057) 0:02:38.551 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:23:21 +0000 (0:00:00.082) 0:02:38.634 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:23:21 +0000 (0:00:00.023) 0:02:38.658 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:23:21 +0000 (0:00:00.023) 0:02:38.682 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:23:21 +0000 (0:00:00.024) 0:02:38.706 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:23:21 +0000 (0:00:00.024) 0:02:38.730 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:23:21 +0000 (0:00:00.037) 0:02:38.768 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:23:21 +0000 (0:00:00.033) 0:02:38.802 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:23:21 +0000 (0:00:00.042) 0:02:38.845 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:23:21 +0000 (0:00:00.046) 0:02:38.891 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:23:21 +0000 (0:00:00.024) 0:02:38.916 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:23:21 +0000 (0:00:00.038) 0:02:38.954 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:23:22 +0000 (0:00:00.043) 0:02:38.998 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:23:22 +0000 (0:00:00.025) 0:02:39.024 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:23:22 +0000 (0:00:00.025) 0:02:39.049 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:23:22 +0000 (0:00:00.031) 0:02:39.080 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:23:22 +0000 (0:00:00.230) 0:02:39.311 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:23:22 +0000 (0:00:00.034) 0:02:39.346 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:23:22 +0000 (0:00:00.272) 0:02:39.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:23:22 +0000 (0:00:00.022) 0:02:39.641 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:23:22 +0000 (0:00:00.022) 0:02:39.663 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:23:22 +0000 (0:00:00.021) 0:02:39.685 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:23:22 +0000 (0:00:00.021) 0:02:39.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:23:22 +0000 (0:00:00.021) 0:02:39.729 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:23:22 +0000 (0:00:00.024) 0:02:39.753 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:23:22 +0000 (0:00:00.057) 0:02:39.810 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:23:22 +0000 (0:00:00.030) 0:02:39.840 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:23:22 +0000 (0:00:00.023) 0:02:39.864 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:23:22 +0000 (0:00:00.067) 0:02:39.932 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:23:23 +0000 (0:00:00.048) 0:02:39.981 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:23:23 +0000 (0:00:00.375) 0:02:40.356 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:23:23 +0000 (0:00:00.239) 0:02:40.595 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:23:23 +0000 (0:00:00.040) 0:02:40.635 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:23:23 +0000 (0:00:00.023) 0:02:40.658 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:23:23 +0000 (0:00:00.021) 0:02:40.680 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:23:23 +0000 (0:00:00.070) 0:02:40.751 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:23:23 +0000 (0:00:00.025) 0:02:40.776 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:23:23 +0000 (0:00:00.024) 0:02:40.801 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:23:23 +0000 (0:00:00.024) 0:02:40.826 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:23:23 +0000 (0:00:00.023) 0:02:40.849 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:23:23 +0000 (0:00:00.032) 0:02:40.882 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:23:23 +0000 (0:00:00.029) 0:02:40.912 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:23:23 +0000 (0:00:00.024) 0:02:40.936 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:23:24 +0000 (0:00:00.038) 0:02:40.975 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:23:24 +0000 (0:00:00.046) 0:02:41.022 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:23:24 +0000 (0:00:00.030) 0:02:41.052 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:23:24 +0000 (0:00:00.036) 0:02:41.088 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:23:24 +0000 (0:00:00.034) 0:02:41.122 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:23:24 +0000 (0:00:00.233) 0:02:41.356 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:23:24 +0000 (0:00:00.031) 0:02:41.388 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707106931.3778427, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1707106892.6942892, "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": "3712026275", "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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:23:24 +0000 (0:00:00.227) 0:02:41.616 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:23:24 +0000 (0:00:00.021) 0:02:41.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:23:24 +0000 (0:00:00.020) 0:02:41.658 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:23:24 +0000 (0:00:00.066) 0:02:41.725 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:23:24 +0000 (0:00:00.023) 0:02:41.748 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:23:24 +0000 (0:00:00.024) 0:02:41.773 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:23:24 +0000 (0:00:00.025) 0:02:41.798 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:23:24 +0000 (0:00:00.051) 0:02:41.850 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:23:24 +0000 (0:00:00.027) 0:02:41.878 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:23:24 +0000 (0:00:00.022) 0:02:41.900 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:23:24 +0000 (0:00:00.060) 0:02:41.961 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:23:25 +0000 (0:00:00.049) 0:02:42.010 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:23:25 +0000 (0:00:00.026) 0:02:42.036 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:23:25 +0000 (0:00:00.229) 0:02:42.266 ******* included: /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:23:25 +0000 (0:00:00.038) 0:02:42.304 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:23:25 +0000 (0:00:00.021) 0:02:42.326 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:23:25 +0000 (0:00:00.021) 0:02:42.347 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:23:25 +0000 (0:00:00.024) 0:02:42.371 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:23:25 +0000 (0:00:00.029) 0:02:42.400 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:23:25 +0000 (0:00:00.024) 0:02:42.425 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:23:25 +0000 (0:00:00.073) 0:02:42.498 ******* 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-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:23:25 +0000 (0:00:00.024) 0:02:42.523 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } PLAY RECAP ********************************************************************* sut : ok=421 changed=29 unreachable=0 failed=0 skipped=411 rescued=1 ignored=0 Monday 05 February 2024 04:23:25 +0000 (0:00:00.066) 0:02:42.589 ******* =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 84.65s /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.podman : Ensure container images are present --- 8.56s /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.94s /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Manage each secret ------------------- 0.91s /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Gathering Facts --------------------------------------------------------- 0.91s /WORKDIR/git-fix-linger-handlingir2v_7u3/tests/tests_quadlet_basic.yml:9 ------ fedora.linux_system_roles.podman : Manage each secret ------------------- 0.89s /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.84s /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 fedora.linux_system_roles.podman : Stop and disable service ------------- 0.81s /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.81s /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.80s /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.80s /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.79s /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.79s /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.79s /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.79s /WORKDIR/git-fix-linger-handlingir2v_7u3/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 0.69s /WORKDIR/git-fix-linger-handlingir2v_7u3/.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-handlingir2v_7u3/.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.59s /WORKDIR/git-fix-linger-handlingir2v_7u3/.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.59s /WORKDIR/git-fix-linger-handlingir2v_7u3/.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.58s /WORKDIR/git-fix-linger-handlingir2v_7u3/.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. ---^---^---^---^---^---