# 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-handlinge7ocb7du/.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-handlinge7ocb7du/tests/tests_quadlet_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_basic.yml:4 Tuesday 06 February 2024 16:06:19 +0000 (0:00:00.012) 0:00:00.012 ****** 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-handlinge7ocb7du/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-handlinge7ocb7du/tests/tests_quadlet_basic.yml:9 Tuesday 06 February 2024 16:06:19 +0000 (0:00:00.015) 0:00:00.027 ****** ok: [sut] TASK [Run role - do not pull images] ******************************************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_basic.yml:57 Tuesday 06 February 2024 16:06:20 +0000 (0:00:00.907) 0:00:00.935 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 16:06:20 +0000 (0:00:00.024) 0:00:00.959 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 16:06:20 +0000 (0:00:00.015) 0:00:00.975 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 16:06:20 +0000 (0:00:00.017) 0:00:00.993 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 16:06:21 +0000 (0:00:00.284) 0:00:01.277 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 16:06:21 +0000 (0:00:00.014) 0:00:01.292 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinge7ocb7du/.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_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 16:06:21 +0000 (0:00:00.022) 0:00:01.315 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 16:06:22 +0000 (0:00:00.953) 0:00:02.269 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 16:06:22 +0000 (0:00:00.024) 0:00:02.294 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: netavark-1.10.1-5.fc39.x86_64", "Installed: libbsd-0.11.7-5.fc39.x86_64", "Installed: conmon-2:2.1.8-2.fc39.x86_64", "Installed: container-selinux-2:2.229.0-1.fc39.noarch", "Installed: libnet-1.3-1.fc39.x86_64", "Installed: aardvark-dns-1.10.0-1.fc39.x86_64", "Installed: catatonit-0.1.7-18.fc39.x86_64", "Installed: passt-0^20231230.gf091893-1.fc39.x86_64", "Installed: passt-selinux-0^20231230.gf091893-1.fc39.noarch", "Installed: qemu-user-static-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-aarch64-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-alpha-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-arm-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-cris-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-hexagon-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-hppa-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-loongarch64-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-m68k-2:8.1.3-2.fc39.x86_64", "Installed: libslirp-4.7.0-4.fc39.x86_64", "Installed: qemu-user-static-microblaze-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-mips-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-nios2-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-or1k-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-ppc-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-riscv-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-s390x-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-sh4-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-sparc-2:8.1.3-2.fc39.x86_64", "Installed: fuse-common-3.16.1-1.fc39.x86_64", "Installed: qemu-user-static-x86-2:8.1.3-2.fc39.x86_64", "Installed: qemu-user-static-xtensa-2:8.1.3-2.fc39.x86_64", "Installed: shadow-utils-subid-2:4.14.0-2.fc39.x86_64", "Installed: fuse-overlayfs-1.12-2.fc39.x86_64", "Installed: fuse3-3.16.1-1.fc39.x86_64", "Installed: criu-3.19-2.fc39.x86_64", "Installed: fuse3-libs-3.16.1-1.fc39.x86_64", "Installed: criu-libs-3.19-2.fc39.x86_64", "Installed: gvisor-tap-vsock-6:0.7.2-1.fc39.x86_64", "Installed: gvisor-tap-vsock-gvforwarder-6:0.7.2-1.fc39.x86_64", "Installed: crun-1.14-1.fc39.x86_64", "Installed: slirp4netns-1.2.2-1.fc39.x86_64", "Installed: yajl-2.1.0-22.fc39.x86_64", "Installed: podman-5:4.9.0-1.fc39.x86_64", "Installed: containers-common-4:1-95.fc39.noarch", "Installed: containers-common-extra-4:1-95.fc39.noarch", "Installed: libmd-1.1.0-2.fc39.x86_64" ] } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 16:07:49 +0000 (0:01:26.786) 0:01:29.080 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.060914", "end": "2024-02-06 16:07:49.507673", "rc": 0, "start": "2024-02-06 16:07:49.446759" } STDOUT: podman version 4.9.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 16:07:49 +0000 (0:00:00.522) 0:01:29.602 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 16:07:49 +0000 (0:00:00.021) 0:01:29.624 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 16:07:49 +0000 (0:00:00.020) 0:01:29.644 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 16:07:49 +0000 (0:00:00.028) 0:01:29.672 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 16:07:49 +0000 (0:00:00.030) 0:01:29.703 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:07:49 +0000 (0:00:00.038) 0:01:29.742 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:07:50 +0000 (0:00:00.346) 0:01:30.088 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:07:50 +0000 (0:00:00.057) 0:01:30.145 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:07:50 +0000 (0:00:00.025) 0:01:30.171 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:07:50 +0000 (0:00:00.376) 0:01:30.547 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:07:50 +0000 (0:00:00.024) 0:01:30.572 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1696291200.0, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:07:50 +0000 (0:00:00.289) 0:01:30.861 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:07:50 +0000 (0:00:00.017) 0:01:30.879 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:07:50 +0000 (0:00:00.020) 0:01:30.900 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:07:50 +0000 (0:00:00.017) 0:01:30.917 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:07:50 +0000 (0:00:00.016) 0:01:30.934 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:07:50 +0000 (0:00:00.017) 0:01:30.952 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 16:07:50 +0000 (0:00:00.017) 0:01:30.970 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 16:07:50 +0000 (0:00:00.036) 0:01:31.006 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 16:07:50 +0000 (0:00:00.034) 0:01:31.041 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.018) 0:01:31.059 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.018) 0:01:31.077 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.034) 0:01:31.112 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.017) 0:01:31.130 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.042) 0:01:31.172 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.040) 0:01:31.213 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.018) 0:01:31.232 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.017) 0:01:31.249 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.037) 0:01:31.287 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.019) 0:01:31.306 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.017) 0:01:31.324 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.019) 0:01:31.344 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.018) 0:01:31.363 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.019) 0:01:31.382 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.018) 0:01:31.401 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.019) 0:01:31.420 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.015) 0:01:31.436 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.015) 0:01:31.452 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.044) 0:01:31.497 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.025) 0:01:31.522 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.049) 0:01:31.571 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.020) 0:01:31.591 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.029) 0:01:31.621 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.034) 0:01:31.655 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.021) 0:01:31.677 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.033) 0:01:31.710 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.026) 0:01:31.736 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.244) 0:01:31.981 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:07:51 +0000 (0:00:00.025) 0:01:32.006 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.243) 0:01:32.250 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.017) 0:01:32.267 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.016) 0:01:32.284 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.016) 0:01:32.301 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.016) 0:01:32.318 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.017) 0:01:32.335 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.016) 0:01:32.351 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.033) 0:01:32.385 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.019) 0:01:32.405 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.044) 0:01:32.450 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.045) 0:01:32.495 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.016) 0:01:32.512 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.039) 0:01:32.552 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.031) 0:01:32.583 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.017) 0:01:32.601 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.017) 0:01:32.619 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.017) 0:01:32.636 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.016) 0:01:32.653 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.020) 0:01:32.673 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.350) 0:01:33.024 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Tuesday 06 February 2024 16:07:52 +0000 (0:00:00.018) 0:01:33.043 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Tuesday 06 February 2024 16:07:53 +0000 (0:00:00.018) 0:01:33.061 ****** 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-1707235673.0434167-6769-275293994934548/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Tuesday 06 February 2024 16:07:53 +0000 (0:00:00.704) 0:01:33.766 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Tuesday 06 February 2024 16:07:53 +0000 (0:00:00.020) 0:01:33.786 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Tuesday 06 February 2024 16:07:53 +0000 (0:00:00.020) 0:01:33.807 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 06 February 2024 16:07:53 +0000 (0:00:00.020) 0:01:33.827 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify image not pulled] ************************************************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_basic.yml:73 Tuesday 06 February 2024 16:07:53 +0000 (0:00:00.048) 0:01:33.876 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run role - try to pull bogus image] ************************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_basic.yml:77 Tuesday 06 February 2024 16:07:53 +0000 (0:00:00.020) 0:01:33.896 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 16:07:53 +0000 (0:00:00.045) 0:01:33.941 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 16:07:53 +0000 (0:00:00.031) 0:01:33.973 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 16:07:53 +0000 (0:00:00.023) 0:01:33.996 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 16:07:53 +0000 (0:00:00.018) 0:01:34.014 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 16:07:53 +0000 (0:00:00.017) 0:01:34.031 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinge7ocb7du/.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_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 16:07:54 +0000 (0:00:00.039) 0:01:34.071 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 16:07:54 +0000 (0:00:00.821) 0:01:34.892 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 16:07:54 +0000 (0:00:00.019) 0:01:34.912 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 16:07:54 +0000 (0:00:00.021) 0:01:34.933 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030255", "end": "2024-02-06 16:07:55.113718", "rc": 0, "start": "2024-02-06 16:07:55.083463" } STDOUT: podman version 4.9.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.266) 0:01:35.200 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.020) 0:01:35.220 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.044) 0:01:35.265 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.021) 0:01:35.286 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.021) 0:01:35.308 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.037) 0:01:35.345 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.022) 0:01:35.367 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.021) 0:01:35.389 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.026) 0:01:35.415 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.245) 0:01:35.660 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.027) 0:01:35.688 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.243) 0:01:35.931 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.018) 0:01:35.949 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.018) 0:01:35.968 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.017) 0:01:35.985 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.018) 0:01:36.003 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.017) 0:01:36.021 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 16:07:55 +0000 (0:00:00.016) 0:01:36.038 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.050) 0:01:36.088 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.036) 0:01:36.125 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.019) 0:01:36.144 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.018) 0:01:36.162 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.036) 0:01:36.199 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.019) 0:01:36.218 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.018) 0:01:36.236 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.036) 0:01:36.273 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.018) 0:01:36.292 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.018) 0:01:36.310 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.038) 0:01:36.349 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.019) 0:01:36.368 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.018) 0:01:36.386 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.019) 0:01:36.405 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.018) 0:01:36.424 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.045) 0:01:36.470 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.019) 0:01:36.490 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.018) 0:01:36.508 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.016) 0:01:36.525 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.015) 0:01:36.541 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.046) 0:01:36.587 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.025) 0:01:36.613 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.024) 0:01:36.638 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.019) 0:01:36.658 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.029) 0:01:36.687 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.035) 0:01:36.723 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.023) 0:01:36.746 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.023) 0:01:36.770 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.029) 0:01:36.799 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:07:56 +0000 (0:00:00.243) 0:01:37.043 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.027) 0:01:37.071 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.270) 0:01:37.342 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.018) 0:01:37.360 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.018) 0:01:37.379 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.018) 0:01:37.398 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.018) 0:01:37.416 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.018) 0:01:37.435 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.018) 0:01:37.453 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.037) 0:01:37.491 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.022) 0:01:37.514 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.020) 0:01:37.535 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.049) 0:01:37.584 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.018) 0:01:37.603 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.040) 0:01:37.643 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.032) 0:01:37.676 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.018) 0:01:37.694 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.018) 0:01:37.712 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.018) 0:01:37.731 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Tuesday 06 February 2024 16:07:57 +0000 (0:00:00.045) 0:01:37.776 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Tuesday 06 February 2024 16:07:58 +0000 (0:00:00.780) 0:01:38.557 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Tuesday 06 February 2024 16:07:58 +0000 (0:00:00.256) 0:01:38.813 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Tuesday 06 February 2024 16:07:58 +0000 (0:00:00.020) 0:01:38.833 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Tuesday 06 February 2024 16:07:58 +0000 (0:00:00.019) 0:01:38.852 ****** 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-1707235678.8347995-6870-154862956447382/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Tuesday 06 February 2024 16:07:59 +0000 (0:00:00.615) 0:01:39.468 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Tuesday 06 February 2024 16:07:59 +0000 (0:00:00.021) 0:01:39.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Tuesday 06 February 2024 16:07:59 +0000 (0:00:00.021) 0:01:39.511 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 06 February 2024 16:07:59 +0000 (0:00:00.023) 0:01:39.534 ****** 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-handlinge7ocb7du/tests/tests_quadlet_basic.yml:93 Tuesday 06 February 2024 16:07:59 +0000 (0:00:00.027) 0:01:39.562 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_basic.yml:100 Tuesday 06 February 2024 16:07:59 +0000 (0:00:00.021) 0:01:39.584 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 16:07:59 +0000 (0:00:00.078) 0:01:39.663 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 16:07:59 +0000 (0:00:00.033) 0:01:39.696 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 16:07:59 +0000 (0:00:00.023) 0:01:39.719 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 16:07:59 +0000 (0:00:00.048) 0:01:39.767 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 16:07:59 +0000 (0:00:00.019) 0:01:39.787 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinge7ocb7du/.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_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 16:07:59 +0000 (0:00:00.042) 0:01:39.829 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 16:08:00 +0000 (0:00:00.822) 0:01:40.652 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 16:08:00 +0000 (0:00:00.020) 0:01:40.672 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 16:08:00 +0000 (0:00:00.024) 0:01:40.696 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029993", "end": "2024-02-06 16:08:00.877291", "rc": 0, "start": "2024-02-06 16:08:00.847298" } STDOUT: podman version 4.9.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 16:08:00 +0000 (0:00:00.266) 0:01:40.963 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 16:08:00 +0000 (0:00:00.022) 0:01:40.986 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 16:08:00 +0000 (0:00:00.018) 0:01:41.004 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 16:08:00 +0000 (0:00:00.021) 0:01:41.025 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 16:08:00 +0000 (0:00:00.022) 0:01:41.048 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.038) 0:01:41.087 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.023) 0:01:41.110 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.056) 0:01:41.167 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.027) 0:01:41.194 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.253) 0:01:41.448 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.027) 0:01:41.475 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.246) 0:01:41.722 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.019) 0:01:41.742 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.019) 0:01:41.761 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.020) 0:01:41.781 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.018) 0:01:41.799 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.018) 0:01:41.818 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.018) 0:01:41.836 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.025) 0:01:41.862 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.036) 0:01:41.898 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.019) 0:01:41.918 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.019) 0:01:41.937 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.037) 0:01:41.975 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 16:08:01 +0000 (0:00:00.019) 0:01:41.994 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.065) 0:01:42.060 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.040) 0:01:42.100 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.020) 0:01:42.121 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.019) 0:01:42.140 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.040) 0:01:42.181 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.019) 0:01:42.201 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.024) 0:01:42.226 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.022) 0:01:42.248 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.023) 0:01:42.271 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.020) 0:01:42.291 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.020) 0:01:42.311 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.023) 0:01:42.334 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.019) 0:01:42.354 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.018) 0:01:42.372 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.047) 0:01:42.419 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.063) 0:01:42.482 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.025) 0:01:42.508 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.021) 0:01:42.530 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.029) 0:01:42.559 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.036) 0:01:42.596 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.022) 0:01:42.618 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.022) 0:01:42.640 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.026) 0:01:42.667 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.245) 0:01:42.913 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:08:02 +0000 (0:00:00.028) 0:01:42.942 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:08:03 +0000 (0:00:00.241) 0:01:43.184 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:08:03 +0000 (0:00:00.021) 0:01:43.205 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:08:03 +0000 (0:00:00.019) 0:01:43.224 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:08:03 +0000 (0:00:00.019) 0:01:43.244 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:08:03 +0000 (0:00:00.018) 0:01:43.263 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:08:03 +0000 (0:00:00.020) 0:01:43.284 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:08:03 +0000 (0:00:00.019) 0:01:43.303 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:08:03 +0000 (0:00:00.036) 0:01:43.339 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:08:03 +0000 (0:00:00.053) 0:01:43.392 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:08:03 +0000 (0:00:00.019) 0:01:43.412 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:08:03 +0000 (0:00:00.047) 0:01:43.459 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:08:03 +0000 (0:00:00.040) 0:01:43.499 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:08:03 +0000 (0:00:00.018) 0:01:43.518 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:08:04 +0000 (0:00:00.581) 0:01:44.100 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:08:04 +0000 (0:00:00.247) 0:01:44.347 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:08:04 +0000 (0:00:00.031) 0:01:44.378 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:08:04 +0000 (0:00:00.018) 0:01:44.397 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:08:04 +0000 (0:00:00.018) 0:01:44.415 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:08:04 +0000 (0:00:00.018) 0:01:44.433 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:08:05 +0000 (0:00:00.865) 0:01:45.299 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.037014", "end": "2024-02-06 16:08:05.494401", "rc": 0, "start": "2024-02-06 16:08:05.457387" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:08:05 +0000 (0:00:00.283) 0:01:45.582 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:08:05 +0000 (0:00:00.021) 0:01:45.603 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 06 February 2024 16:08:05 +0000 (0:00:00.017) 0:01:45.620 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 16:08:05 +0000 (0:00:00.026) 0:01:45.647 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 16:08:05 +0000 (0:00:00.064) 0:01:45.712 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 16:08:05 +0000 (0:00:00.024) 0:01:45.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 16:08:05 +0000 (0:00:00.019) 0:01:45.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 16:08:05 +0000 (0:00:00.021) 0:01:45.778 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinge7ocb7du/.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_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 16:08:05 +0000 (0:00:00.042) 0:01:45.820 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 16:08:06 +0000 (0:00:00.822) 0:01:46.643 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 16:08:06 +0000 (0:00:00.019) 0:01:46.662 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 16:08:06 +0000 (0:00:00.022) 0:01:46.685 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029594", "end": "2024-02-06 16:08:06.865913", "rc": 0, "start": "2024-02-06 16:08:06.836319" } STDOUT: podman version 4.9.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 16:08:06 +0000 (0:00:00.266) 0:01:46.951 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 16:08:06 +0000 (0:00:00.021) 0:01:46.973 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 16:08:06 +0000 (0:00:00.018) 0:01:46.991 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 16:08:06 +0000 (0:00:00.020) 0:01:47.012 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 16:08:06 +0000 (0:00:00.022) 0:01:47.034 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.070) 0:01:47.105 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.023) 0:01:47.129 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.021) 0:01:47.150 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.027) 0:01:47.178 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.246) 0:01:47.424 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.026) 0:01:47.451 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.246) 0:01:47.697 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.018) 0:01:47.716 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.018) 0:01:47.735 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.019) 0:01:47.754 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.018) 0:01:47.772 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.018) 0:01:47.791 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.018) 0:01:47.810 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.025) 0:01:47.835 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.035) 0:01:47.871 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.019) 0:01:47.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.018) 0:01:47.909 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.069) 0:01:47.979 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.020) 0:01:47.999 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 16:08:07 +0000 (0:00:00.020) 0:01:48.020 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.037) 0:01:48.057 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.019) 0:01:48.076 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.019) 0:01:48.096 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.038) 0:01:48.135 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.019) 0:01:48.155 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.020) 0:01:48.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.019) 0:01:48.194 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.019) 0:01:48.214 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.018) 0:01:48.233 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.019) 0:01:48.253 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.019) 0:01:48.272 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.016) 0:01:48.288 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.049) 0:01:48.338 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.046) 0:01:48.385 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.026) 0:01:48.412 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.025) 0:01:48.437 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.021) 0:01:48.458 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.030) 0:01:48.489 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.037) 0:01:48.526 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.022) 0:01:48.548 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.022) 0:01:48.571 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.026) 0:01:48.598 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.244) 0:01:48.842 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:08:08 +0000 (0:00:00.026) 0:01:48.868 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:08:09 +0000 (0:00:00.244) 0:01:49.113 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:08:09 +0000 (0:00:00.019) 0:01:49.132 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:08:09 +0000 (0:00:00.018) 0:01:49.150 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:08:09 +0000 (0:00:00.018) 0:01:49.169 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:08:09 +0000 (0:00:00.017) 0:01:49.187 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:08:09 +0000 (0:00:00.050) 0:01:49.237 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:08:09 +0000 (0:00:00.019) 0:01:49.256 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:08:09 +0000 (0:00:00.035) 0:01:49.292 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:08:09 +0000 (0:00:00.021) 0:01:49.313 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:08:09 +0000 (0:00:00.018) 0:01:49.332 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:08:09 +0000 (0:00:00.047) 0:01:49.379 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:08:09 +0000 (0:00:00.039) 0:01:49.419 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:08:09 +0000 (0:00:00.019) 0:01:49.438 ****** 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": "system.slice sysinit.target -.mount systemd-journald.socket basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "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", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "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": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "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", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "bogus.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "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": "4433", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:08:10 +0000 (0:00:00.872) 0:01:50.311 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:08:10 +0000 (0:00:00.246) 0:01:50.558 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:08:10 +0000 (0:00:00.031) 0:01:50.589 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:08:10 +0000 (0:00:00.019) 0:01:50.608 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:08:10 +0000 (0:00:00.018) 0:01:50.626 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:08:10 +0000 (0:00:00.018) 0:01:50.645 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:08:11 +0000 (0:00:00.887) 0:01:51.533 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.037479", "end": "2024-02-06 16:08:11.725381", "rc": 0, "start": "2024-02-06 16:08:11.687902" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:08:11 +0000 (0:00:00.279) 0:01:51.812 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:08:11 +0000 (0:00:00.061) 0:01:51.874 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 06 February 2024 16:08:11 +0000 (0:00:00.020) 0:01:51.894 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Create user for testing] ************************************************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_basic.yml:112 Tuesday 06 February 2024 16:08:11 +0000 (0:00:00.028) 0:01:51.922 ****** changed: [sut] => { "changed": true, "comment": "", "create_home": true, "group": 1111, "home": "/home/user_quadlet_basic", "name": "user_quadlet_basic", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1111 } TASK [Get local machine ID] **************************************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_basic.yml:125 Tuesday 06 February 2024 16:08:12 +0000 (0:00:00.558) 0:01:52.481 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts[\"distribution_version\"] is version(\"9\", \"<\")", "skip_reason": "Conditional result was False" } TASK [Skip test if cannot reboot] ********************************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_basic.yml:131 Tuesday 06 February 2024 16:08:12 +0000 (0:00:00.029) 0:01:52.510 ****** META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Enable cgroup controllers] *********************************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_basic.yml:137 Tuesday 06 February 2024 16:08:12 +0000 (0:00:00.026) 0:01:52.537 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts[\"distribution_version\"] is version(\"9\", \"<\")", "skip_reason": "Conditional result was False" } TASK [Configure cgroups in kernel] ********************************************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_basic.yml:169 Tuesday 06 February 2024 16:08:12 +0000 (0:00:00.026) 0:01:52.563 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts[\"distribution_version\"] is version(\"9\", \"<\")", "skip_reason": "Conditional result was False" } TASK [Reboot] ****************************************************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_basic.yml:175 Tuesday 06 February 2024 16:08:12 +0000 (0:00:00.025) 0:01:52.588 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts[\"distribution_version\"] is version(\"9\", \"<\")", "skip_reason": "Conditional result was False" } TASK [Run the role - user] ***************************************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_basic.yml:178 Tuesday 06 February 2024 16:08:12 +0000 (0:00:00.025) 0:01:52.614 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 16:08:12 +0000 (0:00:00.043) 0:01:52.657 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 16:08:12 +0000 (0:00:00.033) 0:01:52.690 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 16:08:12 +0000 (0:00:00.023) 0:01:52.714 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 16:08:12 +0000 (0:00:00.019) 0:01:52.733 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 16:08:12 +0000 (0:00:00.018) 0:01:52.751 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinge7ocb7du/.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_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 16:08:12 +0000 (0:00:00.113) 0:01:52.864 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 16:08:13 +0000 (0:00:00.834) 0:01:53.699 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 16:08:13 +0000 (0:00:00.022) 0:01:53.722 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 16:08:13 +0000 (0:00:00.027) 0:01:53.749 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031063", "end": "2024-02-06 16:08:13.932747", "rc": 0, "start": "2024-02-06 16:08:13.901684" } STDOUT: podman version 4.9.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 16:08:13 +0000 (0:00:00.269) 0:01:54.019 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 16:08:13 +0000 (0:00:00.023) 0:01:54.042 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 16:08:14 +0000 (0:00:00.019) 0:01:54.061 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 16:08:14 +0000 (0:00:00.036) 0:01:54.098 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 16:08:14 +0000 (0:00:00.035) 0:01:54.134 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:08:14 +0000 (0:00:00.041) 0:01:54.175 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:08:14 +0000 (0:00:00.246) 0:01:54.422 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:08:14 +0000 (0:00:00.026) 0:01:54.449 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:08:14 +0000 (0:00:00.031) 0:01:54.480 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:08:14 +0000 (0:00:00.282) 0:01:54.762 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:08:14 +0000 (0:00:00.027) 0:01:54.790 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:08:14 +0000 (0:00:00.243) 0:01:55.033 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004031", "end": "2024-02-06 16:08:15.190886", "rc": 0, "start": "2024-02-06 16:08:15.186855" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.241) 0:01:55.275 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004244", "end": "2024-02-06 16:08:15.433042", "rc": 0, "start": "2024-02-06 16:08:15.428798" } 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.242) 0:01:55.518 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.019) 0:01:55.537 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.019) 0:01:55.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.019) 0:01:55.576 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.018) 0:01:55.594 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.025) 0:01:55.620 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.035) 0:01:55.655 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.019) 0:01:55.675 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.018) 0:01:55.694 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.035) 0:01:55.729 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.019) 0:01:55.749 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.018) 0:01:55.767 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.072) 0:01:55.840 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.020) 0:01:55.861 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.021) 0:01:55.882 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.039) 0:01:55.921 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.020) 0:01:55.941 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.019) 0:01:55.961 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.019) 0:01:55.980 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.020) 0:01:56.000 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.018) 0:01:56.019 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 16:08:15 +0000 (0:00:00.019) 0:01:56.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 16:08:16 +0000 (0:00:00.021) 0:01:56.060 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:08:16 +0000 (0:00:00.060) 0:01:56.121 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:08:16 +0000 (0:00:00.025) 0:01:56.146 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:08:16 +0000 (0:00:00.022) 0:01:56.168 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:08:16 +0000 (0:00:00.025) 0:01:56.194 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:08:16 +0000 (0:00:00.065) 0:01:56.259 ****** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": "0:00:00.022217", "end": "2024-02-06 16:08:16.440038", "rc": 0, "start": "2024-02-06 16:08:16.417821" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:08:16 +0000 (0:00:00.267) 0:01:56.527 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:08:16 +0000 (0:00:00.025) 0:01:56.552 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:08:16 +0000 (0:00:00.020) 0:01:56.573 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235696.48035, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707235696.7223442, "dev": 48, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1707235696.7223442, "nlink": 3, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 80, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:08:16 +0000 (0:00:00.338) 0:01:56.911 ****** ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:08:17 +0000 (0:00:00.680) 0:01:57.592 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.648488", "end": "2024-02-06 16:08:18.410727", "rc": 0, "start": "2024-02-06 16:08:17.762239" } STDOUT: ID NAME DRIVER CREATED UPDATED TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:08:18 +0000 (0:00:00.908) 0:01:58.500 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:08:18 +0000 (0:00:00.024) 0:01:58.525 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:08:18 +0000 (0:00:00.022) 0:01:58.547 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:08:18 +0000 (0:00:00.027) 0:01:58.574 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:08:18 +0000 (0:00:00.031) 0:01:58.606 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:08:18 +0000 (0:00:00.240) 0:01:58.846 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:08:18 +0000 (0:00:00.026) 0:01:58.872 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:08:18 +0000 (0:00:00.021) 0:01:58.894 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235696.48035, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707235697.4923258, "dev": 48, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1707235697.4923258, "nlink": 5, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 120, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:08:19 +0000 (0:00:00.246) 0:01:59.140 ****** changed: [sut] => { "changed": true } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:08:19 +0000 (0:00:00.462) 0:01:59.603 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.050376", "end": "2024-02-06 16:08:19.827171", "rc": 0, "start": "2024-02-06 16:08:19.776795" } STDOUT: ID NAME DRIVER CREATED UPDATED faf7e10d09a0f0a52cbe07e85 json_secret file Less than a second ago Less than a second ago TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 16:08:19 +0000 (0:00:00.312) 0:01:59.915 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 16:08:19 +0000 (0:00:00.017) 0:01:59.932 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:08:19 +0000 (0:00:00.100) 0:02:00.033 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:08:20 +0000 (0:00:00.026) 0:02:00.060 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:08:20 +0000 (0:00:00.025) 0:02:00.085 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:08:20 +0000 (0:00:00.020) 0:02:00.106 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:08:20 +0000 (0:00:00.029) 0:02:00.135 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:08:20 +0000 (0:00:00.035) 0:02:00.171 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:08:20 +0000 (0:00:00.023) 0:02:00.195 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:08:20 +0000 (0:00:00.022) 0:02:00.217 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:08:20 +0000 (0:00:00.026) 0:02:00.244 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:08:20 +0000 (0:00:00.248) 0:02:00.492 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:08:20 +0000 (0:00:00.027) 0:02:00.520 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:08:20 +0000 (0:00:00.243) 0:02:00.763 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004168", "end": "2024-02-06 16:08:20.920849", "rc": 0, "start": "2024-02-06 16:08:20.916681" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:08:20 +0000 (0:00:00.243) 0:02:01.007 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003994", "end": "2024-02-06 16:08:21.164182", "rc": 0, "start": "2024-02-06 16:08:21.160188" } 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:08:21 +0000 (0:00:00.242) 0:02:01.250 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:08:21 +0000 (0:00:00.019) 0:02:01.269 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:08:21 +0000 (0:00:00.018) 0:02:01.287 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:08:21 +0000 (0:00:00.055) 0:02:01.342 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:08:21 +0000 (0:00:00.019) 0:02:01.361 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:08:21 +0000 (0:00:00.036) 0:02:01.397 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:08:21 +0000 (0:00:00.022) 0:02:01.420 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:08:21 +0000 (0:00:00.020) 0:02:01.440 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:08:21 +0000 (0:00:00.047) 0:02:01.488 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:08:21 +0000 (0:00:00.018) 0:02:01.507 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 06 February 2024 16:08:21 +0000 (0:00:00.041) 0:02:01.548 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:08:21 +0000 (0:00:00.032) 0:02:01.581 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:08:21 +0000 (0:00:00.239) 0:02:01.821 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:08:21 +0000 (0:00:00.027) 0:02:01.848 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 06 February 2024 16:08:21 +0000 (0:00:00.024) 0:02:01.873 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Tuesday 06 February 2024 16:08:21 +0000 (0:00:00.017) 0:02:01.890 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Tuesday 06 February 2024 16:08:21 +0000 (0:00:00.019) 0:02:01.910 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Tuesday 06 February 2024 16:08:22 +0000 (0:00:00.261) 0:02:02.171 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Tuesday 06 February 2024 16:08:22 +0000 (0:00:00.023) 0:02:02.195 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Tuesday 06 February 2024 16:08:22 +0000 (0:00:00.020) 0:02:02.215 ****** 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-1707235702.1980135-7191-221411114437533/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Tuesday 06 February 2024 16:08:22 +0000 (0:00:00.705) 0:02:02.920 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Tuesday 06 February 2024 16:08:23 +0000 (0:00:00.562) 0:02:03.482 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Tuesday 06 February 2024 16:08:23 +0000 (0:00:00.022) 0:02:03.504 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:08:23 +0000 (0:00:00.023) 0:02:03.528 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:08:23 +0000 (0:00:00.026) 0:02:03.554 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:08:23 +0000 (0:00:00.026) 0:02:03.581 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:08:23 +0000 (0:00:00.020) 0:02:03.602 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:08:23 +0000 (0:00:00.030) 0:02:03.632 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:08:23 +0000 (0:00:00.036) 0:02:03.669 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:08:23 +0000 (0:00:00.025) 0:02:03.694 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:08:23 +0000 (0:00:00.023) 0:02:03.717 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:08:23 +0000 (0:00:00.026) 0:02:03.744 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:08:23 +0000 (0:00:00.245) 0:02:03.989 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:08:23 +0000 (0:00:00.026) 0:02:04.016 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:08:24 +0000 (0:00:00.243) 0:02:04.259 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004096", "end": "2024-02-06 16:08:24.418817", "rc": 0, "start": "2024-02-06 16:08:24.414721" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:08:24 +0000 (0:00:00.245) 0:02:04.504 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004184", "end": "2024-02-06 16:08:24.662274", "rc": 0, "start": "2024-02-06 16:08:24.658090" } 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:08:24 +0000 (0:00:00.244) 0:02:04.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 user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:08:24 +0000 (0:00:00.058) 0:02:04.806 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:08:24 +0000 (0:00:00.019) 0:02:04.826 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:08:24 +0000 (0:00:00.019) 0:02:04.845 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:08:24 +0000 (0:00:00.018) 0:02:04.864 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:08:24 +0000 (0:00:00.036) 0:02:04.901 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:08:24 +0000 (0:00:00.026) 0:02:04.927 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:08:24 +0000 (0:00:00.020) 0:02:04.948 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:08:24 +0000 (0:00:00.047) 0:02:04.995 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:08:24 +0000 (0:00:00.018) 0:02:05.014 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 06 February 2024 16:08:25 +0000 (0:00:00.041) 0:02:05.055 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:08:25 +0000 (0:00:00.032) 0:02:05.087 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:08:25 +0000 (0:00:00.237) 0:02:05.325 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:08:25 +0000 (0:00:00.024) 0:02:05.349 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 06 February 2024 16:08:25 +0000 (0:00:00.020) 0:02:05.370 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Tuesday 06 February 2024 16:08:25 +0000 (0:00:00.017) 0:02:05.387 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Tuesday 06 February 2024 16:08:25 +0000 (0:00:00.018) 0:02:05.406 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Tuesday 06 February 2024 16:08:25 +0000 (0:00:00.252) 0:02:05.659 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Tuesday 06 February 2024 16:08:25 +0000 (0:00:00.058) 0:02:05.717 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Tuesday 06 February 2024 16:08:25 +0000 (0:00:00.020) 0:02:05.738 ****** 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-1707235705.721175-7242-156609178320367/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Tuesday 06 February 2024 16:08:26 +0000 (0:00:00.611) 0:02:06.350 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Tuesday 06 February 2024 16:08:26 +0000 (0:00:00.554) 0:02:06.905 ****** 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 -.mount basic.target run-user-1111.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "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", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "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": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "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", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "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": "4433", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Tuesday 06 February 2024 16:08:27 +0000 (0:00:00.496) 0:02:07.401 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:08:27 +0000 (0:00:00.020) 0:02:07.422 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:08:27 +0000 (0:00:00.032) 0:02:07.455 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:08:27 +0000 (0:00:00.027) 0:02:07.483 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:08:27 +0000 (0:00:00.021) 0:02:07.504 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:08:27 +0000 (0:00:00.032) 0:02:07.537 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:08:27 +0000 (0:00:00.037) 0:02:07.574 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:08:27 +0000 (0:00:00.024) 0:02:07.598 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:08:27 +0000 (0:00:00.025) 0:02:07.624 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:08:27 +0000 (0:00:00.029) 0:02:07.653 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:08:27 +0000 (0:00:00.246) 0:02:07.900 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:08:27 +0000 (0:00:00.027) 0:02:07.927 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:08:28 +0000 (0:00:00.246) 0:02:08.174 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004094", "end": "2024-02-06 16:08:28.333606", "rc": 0, "start": "2024-02-06 16:08:28.329512" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:08:28 +0000 (0:00:00.245) 0:02:08.420 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004081", "end": "2024-02-06 16:08:28.576562", "rc": 0, "start": "2024-02-06 16:08:28.572481" } 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:08:28 +0000 (0:00:00.291) 0:02:08.711 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:08:28 +0000 (0:00:00.021) 0:02:08.732 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:08:28 +0000 (0:00:00.018) 0:02:08.751 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:08:28 +0000 (0:00:00.019) 0:02:08.771 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:08:28 +0000 (0:00:00.018) 0:02:08.790 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:08:28 +0000 (0:00:00.036) 0:02:08.827 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:08:28 +0000 (0:00:00.023) 0:02:08.850 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:08:28 +0000 (0:00:00.020) 0:02:08.870 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:08:28 +0000 (0:00:00.048) 0:02:08.919 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:08:28 +0000 (0:00:00.019) 0:02:08.938 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Tuesday 06 February 2024 16:08:28 +0000 (0:00:00.042) 0:02:08.980 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:08:28 +0000 (0:00:00.034) 0:02:09.014 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:08:29 +0000 (0:00:00.240) 0:02:09.255 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:08:29 +0000 (0:00:00.025) 0:02:09.280 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Tuesday 06 February 2024 16:08:29 +0000 (0:00:00.026) 0:02:09.307 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Tuesday 06 February 2024 16:08:29 +0000 (0:00:00.017) 0:02:09.324 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Tuesday 06 February 2024 16:08:38 +0000 (0:00:09.672) 0:02:18.997 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Tuesday 06 February 2024 16:08:39 +0000 (0:00:00.252) 0:02:19.249 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Tuesday 06 February 2024 16:08:39 +0000 (0:00:00.021) 0:02:19.271 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Tuesday 06 February 2024 16:08:39 +0000 (0:00:00.023) 0:02:19.294 ****** 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-1707235719.2773244-7295-150559031752629/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Tuesday 06 February 2024 16:08:39 +0000 (0:00:00.622) 0:02:19.916 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Tuesday 06 February 2024 16:08:40 +0000 (0:00:00.566) 0:02:20.483 ****** 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-handlinge7ocb7du/tests/tests_quadlet_basic.yml:243 Tuesday 06 February 2024 16:08:40 +0000 (0:00:00.567) 0:02:21.050 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.048179", "end": "2024-02-06 16:08:41.256057", "failed_when_result": true, "rc": 0, "start": "2024-02-06 16:08:41.207878" } STDOUT: Feb 06 16:07:48 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[886]: Started dbus-broker.service - D-Bus User Message Bus. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 20. Feb 06 16:07:48 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm dbus-broker-launch[5937]: Ready Feb 06 16:07:48 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[886]: Reloading requested from client PID 5936 ('systemctl')... Feb 06 16:07:48 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[886]: Reloading... Feb 06 16:07:48 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[886]: Reloading finished in 181 ms. Feb 06 16:07:48 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm dnf[5930]: Failed determining last makecache time. Feb 06 16:07:48 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[886]: Queuing reload/restart jobs for marked units… Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm dnf[5930]: Beaker Client - Fedora8 1.5 kB/s | 244 B 00:00 Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm dnf[5930]: Errors during downloading metadata for repository 'beaker-client': Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm dnf[5930]: - Status code: 404 for http://download.eng.bos.redhat.com/beakerrepos/client/Fedora8/repodata/repomd.xml (IP: 10.19.165.239) Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm dnf[5930]: Error: Failed to download metadata for repo 'beaker-client': Cannot download repomd.xml: Status code: 404 for http://download.eng.bos.redhat.com/beakerrepos/client/Fedora8/repodata/repomd.xml (IP: 10.19.165.239) Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm dnf[5930]: Beaker tasks 47 kB/s | 1.3 kB 00:00 Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=5953 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm dnf[5930]: Fedora 39 - x86_64 217 kB/s | 24 kB 00:00 Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.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 2192. Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: man-db-cache-update.service: Consumed 1.171s CPU time. ░░ Subject: Resources consumed by unit runtime ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit man-db-cache-update.service completed and consumed the indicated resources. Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[5969]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: run-r765ae406eab64d70a3f4a80609f21870.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit run-r765ae406eab64d70a3f4a80609f21870.service has successfully entered the 'dead' state. Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.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-r765ae406eab64d70a3f4a80609f21870 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=5984 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm dnf[5930]: Fedora 39 openh264 (From Cisco) - x86_64 4.0 kB/s | 989 B 00:00 Feb 06 16:07:49 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6000]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm dnf[5930]: Fedora 39 - x86_64 - Updates 187 kB/s | 23 kB 00:00 Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6003 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6019]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6022 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm dnf[5930]: Copr repo for qa-tools owned by lpol 13 kB/s | 1.8 kB 00:00 Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm dnf[5930]: Ignoring repositories: beaker-client Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm dnf[5930]: Metadata cache created. Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: dnf-makecache.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit dnf-makecache.service has successfully entered the 'dead' state. Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6038]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dnf-makecache comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dnf-makecache comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: Finished dnf-makecache.service - dnf makecache. ░░ Subject: A start job for unit dnf-makecache.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit dnf-makecache.service has finished successfully. ░░ ░░ The job identifier is 2277. Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: dnf-makecache.service: Consumed 2.030s CPU time. ░░ Subject: Resources consumed by unit runtime ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit dnf-makecache.service completed and consumed the indicated resources. Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:50 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:51 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:51 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:51 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6043 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:51 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6059]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:07:51 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:51 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:51 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:51 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:51 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6061 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:52 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6077]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:07:52 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:52 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:52 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:52 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:52 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6080 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:52 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6096]: ansible-file Invoked with path=/etc/containers/systemd state=directory owner=root group=0 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:07:52 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:52 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6097 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6113 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6135 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6151]: ansible-ansible.legacy.stat Invoked with path=/etc/containers/systemd/nopull.container follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6152 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6168 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6185 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6201]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707235673.0434167-6769-275293994934548/source dest=/etc/containers/systemd/nopull.container owner=root group=0 mode=0644 follow=False _original_basename=systemd.j2 checksum=670d64fc68a9768edb20cad26df2acc703542d85 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6202 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:53 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:54 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:54 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:54 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6219 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:54 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:54 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:54 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:54 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:54 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6236 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:55 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6252]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:07:55 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:55 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:55 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:55 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:55 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6259 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:55 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6275]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:07:55 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:55 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:55 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:55 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:55 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6277 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:55 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6293]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:07:55 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:55 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:56 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:56 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:56 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6296 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:56 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6312]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:07:56 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:56 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:57 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:57 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:57 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6314 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:57 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6330]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:07:57 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:57 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:57 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:57 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:57 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6333 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6349]: ansible-containers.podman.podman_image Invoked with name=this_is_a_bogus_image force=True tag=latest pull=True push=False state=present executable=podman build={'force_rm': False, 'format': 'oci', 'cache': True, 'rm': True, 'annotation': None, 'file': None, 'volume': None, 'extra_args': None, 'target': None} push_args={'compress': None, 'format': None, 'remove_signatures': None, 'sign_by': None, 'dest': None, 'transport': None} arch=None path=None validate_certs=None auth_file=None username=None password=NOT_LOGGING_PARAMETER ca_cert_dir=None Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6349]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image ls this_is_a_bogus_image:latest --format json Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: var-lib-containers-storage-overlay-compat2966644491-merged.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-compat2966644491-merged.mount has successfully entered the 'dead' state. Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: var-lib-containers-storage-overlay-metacopy\x2dcheck2443426581-merged.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-metacopy\x2dcheck2443426581-merged.mount has successfully entered the 'dead' state. Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm podman[6350]: 2024-02-06 16:07:58.394074287 +0000 UTC m=+0.366531088 system refresh Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6349]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image exists this_is_a_bogus_image:latest Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6349]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman pull this_is_a_bogus_image:latest -q Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6373 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6389]: ansible-file Invoked with path=/etc/containers/systemd state=directory owner=root group=0 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6390 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6406 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:58 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6428 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6444]: ansible-ansible.legacy.stat Invoked with path=/etc/containers/systemd/bogus.container follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6445 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6461 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6478 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6494]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707235678.8347995-6870-154862956447382/source dest=/etc/containers/systemd/bogus.container owner=root group=0 mode=0644 follow=False _original_basename=systemd.j2 checksum=1d087e679d135214e8ac9ccaf33b2222916efb7f backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6495 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:07:59 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6512 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:00 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:00 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:00 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:00 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:00 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6529 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:00 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6545]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:08:00 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:00 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:01 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:01 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:01 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6552 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:01 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6568]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:08:01 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:01 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:01 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:01 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:01 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6570 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:01 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6586]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:08:01 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:01 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:02 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:02 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:02 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6589 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:02 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6605]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:08:02 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:02 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:02 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:02 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:02 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6607 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:03 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6623]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:08:03 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:03 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:03 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:03 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:03 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6626 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:03 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6642]: ansible-systemd Invoked with name=nopull.service scope=system state=stopped enabled=False daemon_reload=False daemon_reexec=False no_block=False force=None masked=None Feb 06 16:08:04 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:04 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:04 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:04 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:04 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6644 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:04 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6660]: ansible-file Invoked with path=/etc/containers/systemd/nopull.container state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:08:04 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:04 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:04 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:04 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:04 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6661 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:04 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6677]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 06 16:08:04 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: Reloading requested from client PID 6678 ('systemctl') (unit session-6.scope)... Feb 06 16:08:04 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: Reloading... Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: Reloading finished in 408 ms. Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=111 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=112 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=93 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=94 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=113 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=99 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=114 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=107 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=115 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=116 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=108 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=109 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=117 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=96 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=118 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=119 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=97 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=98 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=120 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=110 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=121 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=95 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=122 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=106 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=123 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=103 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=124 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=125 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=104 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=105 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=126 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=100 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=127 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=128 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=101 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=102 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=129 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=130 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=111 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=112 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=131 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=121 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=132 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=117 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=133 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=134 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=118 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=119 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=135 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=113 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=136 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=126 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=137 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=138 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=127 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=128 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=139 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=123 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=140 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=141 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=124 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=125 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=142 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=122 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=143 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=114 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=144 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=145 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=115 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=116 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=146 op=LOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=120 op=UNLOAD Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6727 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6743]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune -f _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:05 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6751 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:06 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:06 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:06 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:06 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:06 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6768 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:06 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6784]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:08:06 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:06 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:07 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:07 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:07 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6791 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:07 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6807]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:08:07 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:07 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:07 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:07 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:07 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6809 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:07 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6825]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:08:07 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:07 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:08 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:08 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:08 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6828 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:08 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6844]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 06 16:08:08 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:08 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:08 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:08 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:08 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6846 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:09 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6862]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:08:09 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:09 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:09 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:09 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:09 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6865 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:09 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6881]: ansible-systemd Invoked with name=bogus.service scope=system state=stopped enabled=False daemon_reload=False daemon_reexec=False no_block=False force=None masked=None Feb 06 16:08:09 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: Reloading requested from client PID 6884 ('systemctl') (unit session-6.scope)... Feb 06 16:08:09 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: Reloading... Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm quadlet-generator[6698]: Warning: bogus.container specifies the image "this_is_a_bogus_image" which not a fully qualified image name. This is not ideal for performance and security reasons. See the podman-pull manpage discussion of short-name-aliases.conf for details. Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: Reloading finished in 403 ms. Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=147 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=148 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=129 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=130 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=149 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=131 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=150 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=132 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=151 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=152 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=133 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=134 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=153 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=135 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=154 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=136 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=155 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=156 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=137 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=138 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=157 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=139 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=158 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=159 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=140 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=141 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=160 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=142 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=161 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=143 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=162 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=163 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=144 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=145 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=164 op=LOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=146 op=UNLOAD Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6933 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6949]: ansible-file Invoked with path=/etc/containers/systemd/bogus.container state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=6950 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[6966]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: Reloading requested from client PID 6967 ('systemctl') (unit session-6.scope)... Feb 06 16:08:10 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: Reloading... Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: Reloading finished in 405 ms. Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=165 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=166 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=147 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=148 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=167 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=149 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=168 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=150 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=169 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=170 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=151 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=152 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=171 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=153 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=172 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=154 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=173 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=174 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=155 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=156 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=175 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=157 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=176 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=177 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=158 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=159 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=178 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=160 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=179 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=161 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=180 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=181 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=162 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=163 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=182 op=LOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit: BPF prog-id=164 op=UNLOAD Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7016 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7032]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune -f _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:11 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:12 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:12 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:12 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7041 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:12 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7057]: 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 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm update_password=always group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=None password_expire_max=None password_expire_min=None password_expire_warn=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Feb 06 16:08:12 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm useradd[7059]: new group: name=user_quadlet_basic, GID=1111 Feb 06 16:08:12 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7059]: ADD_GROUP pid=7059 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=add-group acct="user_quadlet_basic" exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' Feb 06 16:08:12 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm useradd[7059]: new user: name=user_quadlet_basic, UID=1111, GID=1111, home=/home/user_quadlet_basic, shell=/bin/bash, from=none Feb 06 16:08:12 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7059]: ADD_USER pid=7059 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=add-user acct="user_quadlet_basic" exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' Feb 06 16:08:12 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7059]: USER_MGMT pid=7059 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=add-home-dir id=1111 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' Feb 06 16:08:12 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:12 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:12 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:12 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:12 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7066 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:13 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:13 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:13 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:13 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:13 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7083 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:13 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7099]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:08:13 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:13 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7106 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7122]: ansible-getent Invoked with database=passwd key=user_quadlet_basic fail_key=False service=None split=None Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7124 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7140]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7142 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7158]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:14 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7161 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:15 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7177]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:08:15 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:15 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:15 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:15 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:15 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7179 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:15 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7195]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:08:15 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:15 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7197 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7213]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.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 2449. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.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 2451. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.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 2451. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user-runtime-dir@1111 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.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 2364. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7219 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7217]: USER_ACCT pid=7217 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:accounting grantors=pam_unix acct="user_quadlet_basic" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7217]: CRED_ACQ pid=7217 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='op=PAM:setcred grantors=? acct="user_quadlet_basic" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7217]: USER_ROLE_CHANGE pid=7217 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='pam: default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm (systemd)[7217]: pam_unix(systemd-user:session): session opened for user user_quadlet_basic(uid=1111) by user_quadlet_basic(uid=0) Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7217]: USER_START pid=7217 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_umask,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Queued start job for default target default.target. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: 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 6. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: 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 14. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: 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 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Reached target paths.target - Paths. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 9. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: 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 12. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Starting dbus.socket - D-Bus User Message Bus Socket... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 11. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: 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 5. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: 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 5. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Listening on dbus.socket - D-Bus User Message Bus Socket. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 11. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Reached target sockets.target - Sockets. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 10. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Reached target basic.target - Basic System. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 4. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Reached target default.target - Main User Target. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 3. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Startup finished in 172ms. ░░ 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 172523 microseconds. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.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 2364. Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@1111 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7236]: ansible-stat Invoked with path=/run/user/1111 follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:16 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7253 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7269]: USER_ACCT pid=7269 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7269]: USER_CMD pid=7269 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D7A7A7064626B7970736A6C777765786A6F6A7A7A776F79777878717976756873203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7269]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zzpdbkypsjlwwexjojzzwoywxxqyvuhs ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7269]: CRED_REFR pid=7269 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7269]: USER_START pid=7269 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7269]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by root(uid=0) Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7270]: ansible-containers.podman.podman_secret Invoked with data=NOT_LOGGING_PARAMETER name=mysql_container_root_password skip_existing=True state=present executable=podman force=False debug=False driver=None driver_opts=None labels=None Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7270]: ansible-containers.podman.podman_secret [WARNING] Module remote_tmp /home/user_quadlet_basic/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7269]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7269]: USER_END pid=7269 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7269]: CRED_DISP pid=7269 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7277 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7293]: USER_ACCT pid=7293 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7293]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kfjnnuuwcvaohojlonhcjctaurgjowdd ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7293]: USER_CMD pid=7293 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D6B666A6E6E7575776376616F686F6A6C6F6E68636A6374617572676A6F776464203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7293]: CRED_REFR pid=7293 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7293]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by root(uid=0) Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7293]: USER_START pid=7293 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:17 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7294]: ansible-ansible.legacy.command Invoked with _raw_params=podman secret ls _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm podman[7302]: 2024-02-06 16:08:18.355593477 +0000 UTC m=+0.255762395 system refresh Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: 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 17. Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Starting dbus-broker.service - D-Bus User Message Bus... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 16. Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm dbus-broker-launch[7317]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm dbus-broker-launch[7317]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Started dbus-broker.service - D-Bus User Message Bus. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 16. Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm dbus-broker-launch[7317]: Ready Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Created slice user.slice - Slice /user. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 23. Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: podman-7302.scope: unit configures an IP firewall, but not running as root. Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: podman-7302.scope: (This warning is only shown for the first unit using IP firewalling.) Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Started podman-7302.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 22. Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Started podman-pause-627e91d9.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 26. Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7293]: USER_END pid=7293 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7293]: CRED_DISP pid=7293 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7293]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7319 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7335]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:18 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7336 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7352]: ansible-stat Invoked with path=/run/user/1111 follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7355 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7371]: USER_ACCT pid=7371 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7371]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vnbtkfqrhquntgkegysffomedhrbbnow ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7371]: USER_CMD pid=7371 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D766E62746B6671726871756E74676B6567797366666F6D6564687262626E6F77203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7371]: CRED_REFR pid=7371 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7371]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by root(uid=0) Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7371]: USER_START pid=7371 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7372]: ansible-containers.podman.podman_secret Invoked with data=NOT_LOGGING_PARAMETER name=json_secret state=present executable=podman force=False skip_existing=False debug=False driver=None driver_opts=None labels=None Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Started podman-7379.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 30. Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Started podman-7387.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 34. Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: 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 38. Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7371]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7371]: USER_END pid=7371 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7371]: CRED_DISP pid=7371 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7402 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7418]: USER_ACCT pid=7418 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7418]: USER_CMD pid=7418 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D6565686778666D767A70646A6679676A6C706477706A6768767076756567756B203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7418]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-eehgxfmvzpdjfygjlpdwpjghvpvueguk ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7418]: CRED_REFR pid=7418 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7418]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by root(uid=0) Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7418]: USER_START pid=7418 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7419]: ansible-ansible.legacy.command Invoked with _raw_params=podman secret ls _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Started podman-7420.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 42. Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7418]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7418]: USER_END pid=7418 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7418]: CRED_DISP pid=7418 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:19 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7427 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7443]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7445 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7461]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7464 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7480]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:20 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7482 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:21 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7498]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:08:21 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:21 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:21 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:21 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:21 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7500 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:21 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7516]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 06 16:08:21 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:21 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:21 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:21 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:21 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7517 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7533]: ansible-file Invoked with path=/home/user_quadlet_basic/.config/containers/systemd state=directory owner=user_quadlet_basic group=1111 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7534 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7550 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7572 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7588]: ansible-ansible.legacy.stat Invoked with path=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7589 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7605 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7622 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7638]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707235702.1980135-7191-221411114437533/source dest=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network owner=user_quadlet_basic group=1111 mode=0644 follow=False _original_basename=systemd.j2 checksum=527eda617bc3c33ce0c070878f5290eea6be16e5 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7639 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7656 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7672]: USER_ACCT pid=7672 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7672]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vbkxnixyamjxvrpksczsorcsnihftlnr ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7672]: USER_CMD pid=7672 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D76626B786E697879616D6A787672706B73637A736F7263736E696866746C6E72203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7672]: CRED_REFR pid=7672 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7672]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by root(uid=0) Feb 06 16:08:22 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7672]: USER_START pid=7672 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7673]: ansible-systemd Invoked with daemon_reload=True scope=user daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Reloading requested from client PID 7674 ('systemctl')... Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Reloading... Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Reloading finished in 124 ms. Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7672]: USER_END pid=7672 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7672]: CRED_DISP pid=7672 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7672]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7684 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7700]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:23 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7702 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:24 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7718]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:08:24 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:24 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:24 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:24 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:24 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7721 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:24 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7737]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:08:24 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:24 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:24 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:24 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:24 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7739 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:24 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7755]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:08:24 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:24 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7757 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7773]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7774 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7790]: ansible-file Invoked with path=/home/user_quadlet_basic/.config/containers/systemd state=directory owner=user_quadlet_basic group=1111 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7791 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7807 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7829 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7845]: ansible-ansible.legacy.stat Invoked with path=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:25 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7846 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7862 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7879 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7895]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707235705.721175-7242-156609178320367/source dest=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume owner=user_quadlet_basic group=1111 mode=0644 follow=False _original_basename=systemd.j2 checksum=fd0ae560360afa5541b866560b1e849d25e216ef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7896 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7913 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7929]: USER_ACCT pid=7929 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7929]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sfhapehlzylfxlhxcqqlmompirzntmgr ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7929]: USER_CMD pid=7929 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D736668617065686C7A796C66786C68786371716C6D6F6D7069727A6E746D6772203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7929]: CRED_REFR pid=7929 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7929]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by root(uid=0) Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7929]: USER_START pid=7929 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7930]: ansible-systemd Invoked with daemon_reload=True scope=user daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Reloading requested from client PID 7931 ('systemctl')... Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Reloading... Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Reloading finished in 124 ms. Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7929]: USER_END pid=7929 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7929]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7929]: CRED_DISP pid=7929 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7941 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7957]: USER_ACCT pid=7957 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7957]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wvesgcyqpvociizwumbrrryjcthcquou ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7957]: USER_CMD pid=7957 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D777665736763797170766F6369697A77756D62727272796A6374686371756F75203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7957]: CRED_REFR pid=7957 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7957]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by root(uid=0) Feb 06 16:08:26 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7957]: USER_START pid=7957 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7958]: ansible-systemd Invoked with name=quadlet-basic-mysql-volume.service scope=user state=started daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Starting quadlet-basic-mysql-volume.service... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 46. Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm podman[7961]: 2024-02-06 16:08:27.301140756 +0000 UTC m=+0.034019727 volume create systemd-quadlet-basic-mysql Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm quadlet-basic-mysql-volume[7961]: systemd-quadlet-basic-mysql Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Finished quadlet-basic-mysql-volume.service. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 46. Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[7957]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7957]: USER_END pid=7957 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[7957]: CRED_DISP pid=7957 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7969 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[7985]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:27 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=7987 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[8003]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=8006 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[8022]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=8024 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[8040]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:28 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=8042 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[8058]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=8059 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8075]: USER_ACCT pid=8075 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[8075]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-yplitjlfabtrpeebhocdcesylzubynqi ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8075]: USER_CMD pid=8075 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D79706C69746A6C666162747270656562686F6364636573796C7A7562796E7169203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8075]: CRED_REFR pid=8075 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[8075]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by root(uid=0) Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8075]: USER_START pid=8075 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[8076]: ansible-containers.podman.podman_image Invoked with name=quay.io/linux-system-roles/mysql:5.6 force=True tag=latest pull=True push=False state=present executable=podman build={'force_rm': False, 'format': 'oci', 'cache': True, 'rm': True, 'annotation': None, 'file': None, 'volume': None, 'extra_args': None, 'target': None} push_args={'compress': None, 'format': None, 'remove_signatures': None, 'sign_by': None, 'dest': None, 'transport': None} arch=None path=None validate_certs=None auth_file=None username=None password=NOT_LOGGING_PARAMETER ca_cert_dir=None Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[8076]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Started podman-8077.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 58. Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[8076]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image exists quay.io/linux-system-roles/mysql:5.6 Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Started podman-8084.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 62. Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[8076]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q Feb 06 16:08:29 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: 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 66. Feb 06 16:08:38 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm podman[8092]: 2024-02-06 16:08:38.79997541 +0000 UTC m=+9.173458389 image pull dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 quay.io/linux-system-roles/mysql:5.6 Feb 06 16:08:38 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: podman-8092.scope: Consumed 11.582s CPU time. ░░ Subject: Resources consumed by unit runtime ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit UNIT completed and consumed the indicated resources. Feb 06 16:08:38 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[8076]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json Feb 06 16:08:38 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Started podman-8175.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 70. Feb 06 16:08:38 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[8075]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:08:38 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8075]: USER_END pid=8075 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:38 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8075]: CRED_DISP pid=8075 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:38 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:38 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:38 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:38 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:38 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=8182 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[8198]: ansible-file Invoked with path=/home/user_quadlet_basic/.config/containers/systemd state=directory owner=user_quadlet_basic group=1111 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=8199 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=8215 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=8237 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[8253]: ansible-ansible.legacy.stat Invoked with path=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=8254 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=8270 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=8287 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[8303]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707235719.2773244-7295-150559031752629/source dest=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container owner=user_quadlet_basic group=1111 mode=0644 follow=False _original_basename=systemd.j2 checksum=45cd978d7b06ce53aa29035a1848234b096cce98 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=8304 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=8321 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8337]: USER_ACCT pid=8337 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[8337]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wsoazzaglhqgikgymdarpqyjcnrsvxvb ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8337]: USER_CMD pid=8337 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D77736F617A7A61676C687167696B67796D6461727071796A636E727376787662203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8337]: CRED_REFR pid=8337 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[8337]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by root(uid=0) Feb 06 16:08:39 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8337]: USER_START pid=8337 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[8338]: ansible-systemd Invoked with daemon_reload=True scope=user daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Reloading requested from client PID 8339 ('systemctl')... Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Reloading... Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Reloading finished in 129 ms. Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[8337]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8337]: USER_END pid=8337 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8337]: CRED_DISP pid=8337 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=8349 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8365]: USER_ACCT pid=8365 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8365]: USER_CMD pid=8365 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D677276686C6768726F6873686C65707A6C626E717661707962646E6C6E656474203B205844475F52554E54494D455F4449523D2F72756E2F757365722F31313131202F7573722F62696E2F707974686F6E33 exe="/usr/bin/sudo" terminal=? res=success' Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[8365]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-grvhlghrohshlepzlbnqvapybdnlnedt ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3' Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8365]: CRED_REFR pid=8365 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[8365]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by root(uid=0) Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8365]: USER_START pid=8365 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[8366]: ansible-systemd Invoked with name=quadlet-basic-mysql.service scope=user state=started daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Starting quadlet-basic-network.service... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 75. Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm quadlet-basic-network[8369]: systemd-quadlet-basic Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Finished quadlet-basic-network.service. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 75. Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Starting quadlet-basic-mysql.service... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 74. Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm quadlet-basic-mysql[8377]: Error: running container create option: no secret with name or id "mysql_container_root_password": no such secret Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm podman[8377]: 2024-02-06 16:08:40.911070237 +0000 UTC m=+0.028104311 image pull dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 quay.io/linux-system-roles/mysql:5.6 Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: quadlet-basic-mysql.service: Main process exited, code=exited, status=125/n/a ░░ Subject: Unit process exited ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ An ExecStart= process belonging to unit UNIT has exited. ░░ ░░ The process' exit code is 'exited' and its exit status is 125. Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: quadlet-basic-mysql.service: Failed with result 'exit-code'. ░░ Subject: Unit failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit UNIT has entered the 'failed' state with result 'exit-code'. Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm systemd[7217]: Failed to start quadlet-basic-mysql.service. ░░ Subject: A start job for unit UNIT has failed ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit UNIT has finished with a failure. ░░ ░░ The job identifier is 74 and the job result is failed. Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8365]: USER_END pid=8365 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[8365]: CRED_DISP pid=8365 uid=0 auid=0 ses=6 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_localuser,pam_unix acct="user_quadlet_basic" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm sudo[8365]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_END pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:40 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGOUT pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:41 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_LOGIN pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:41 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: USER_START pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=ssh res=success' Feb 06 16:08:41 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm audit[988]: CRYPTO_KEY_USER pid=988 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:4b:b2:c7:cc:8b:c1:8c:20:12:37:3e:fe:58:4f:52:c0:12:db:ff:a1:f2:76:1c:c6:2a:42:1e:a0:41:52:99:c5 direction=? spid=8393 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.172 terminal=? res=success' Feb 06 16:08:41 f7a53218-1916-4cfe-9c6a-9edcb1bfa81e.testing-farm python3[8409]: 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-handlinge7ocb7du/tests/tests_quadlet_basic.yml:249 Tuesday 06 February 2024 16:08:41 +0000 (0:00:00.311) 0:02:21.361 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 16:08:41 +0000 (0:00:00.053) 0:02:21.415 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 16:08:41 +0000 (0:00:00.037) 0:02:21.452 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 16:08:41 +0000 (0:00:00.028) 0:02:21.480 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 16:08:41 +0000 (0:00:00.022) 0:02:21.503 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 16:08:41 +0000 (0:00:00.029) 0:02:21.532 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinge7ocb7du/.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_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 16:08:41 +0000 (0:00:00.046) 0:02:21.579 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 16:08:42 +0000 (0:00:00.919) 0:02:22.499 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 16:08:42 +0000 (0:00:00.022) 0:02:22.521 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 16:08:42 +0000 (0:00:00.026) 0:02:22.548 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030304", "end": "2024-02-06 16:08:42.732832", "rc": 0, "start": "2024-02-06 16:08:42.702528" } STDOUT: podman version 4.9.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 16:08:42 +0000 (0:00:00.278) 0:02:22.827 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 16:08:42 +0000 (0:00:00.033) 0:02:22.860 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 16:08:42 +0000 (0:00:00.019) 0:02:22.880 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 16:08:42 +0000 (0:00:00.037) 0:02:22.917 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 16:08:42 +0000 (0:00:00.036) 0:02:22.954 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:08:42 +0000 (0:00:00.039) 0:02:22.994 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:08:42 +0000 (0:00:00.025) 0:02:23.019 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:08:42 +0000 (0:00:00.029) 0:02:23.049 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:08:43 +0000 (0:00:00.033) 0:02:23.082 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:08:43 +0000 (0:00:00.248) 0:02:23.331 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:08:43 +0000 (0:00:00.027) 0:02:23.359 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:08:43 +0000 (0:00:00.246) 0:02:23.605 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004095", "end": "2024-02-06 16:08:43.761968", "rc": 0, "start": "2024-02-06 16:08:43.757873" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:08:43 +0000 (0:00:00.293) 0:02:23.898 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004174", "end": "2024-02-06 16:08:44.060037", "rc": 0, "start": "2024-02-06 16:08:44.055863" } 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.247) 0:02:24.145 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.020) 0:02:24.165 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.018) 0:02:24.184 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.019) 0:02:24.203 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.018) 0:02:24.221 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.025) 0:02:24.247 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.035) 0:02:24.283 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.021) 0:02:24.304 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.019) 0:02:24.324 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.036) 0:02:24.360 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.018) 0:02:24.379 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.019) 0:02:24.398 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.036) 0:02:24.434 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.019) 0:02:24.454 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.018) 0:02:24.472 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.077) 0:02:24.549 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.020) 0:02:24.569 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.019) 0:02:24.589 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.018) 0:02:24.608 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.019) 0:02:24.627 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.018) 0:02:24.646 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.019) 0:02:24.665 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.020) 0:02:24.685 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.059) 0:02:24.745 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.024) 0:02:24.769 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.022) 0:02:24.791 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.026) 0:02:24.818 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.032) 0:02:24.850 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.022) 0:02:24.872 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.020) 0:02:24.893 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:08:44 +0000 (0:00:00.071) 0:02:24.965 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235696.48035, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707235697.4923258, "dev": 48, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1707235697.4923258, "nlink": 5, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 120, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:08:45 +0000 (0:00:00.257) 0:02:25.223 ****** ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:08:45 +0000 (0:00:00.344) 0:02:25.567 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.054880", "end": "2024-02-06 16:08:45.793842", "rc": 0, "start": "2024-02-06 16:08:45.738962" } STDOUT: ID NAME DRIVER CREATED UPDATED faf7e10d09a0f0a52cbe07e85 json_secret file 26 seconds ago 26 seconds ago TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:08:45 +0000 (0:00:00.316) 0:02:25.883 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:08:45 +0000 (0:00:00.023) 0:02:25.907 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:08:45 +0000 (0:00:00.022) 0:02:25.929 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:08:45 +0000 (0:00:00.024) 0:02:25.954 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:08:45 +0000 (0:00:00.031) 0:02:25.985 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:08:45 +0000 (0:00:00.022) 0:02:26.007 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:08:45 +0000 (0:00:00.023) 0:02:26.030 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:08:46 +0000 (0:00:00.026) 0:02:26.056 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235696.48035, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707235697.4923258, "dev": 48, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1707235697.4923258, "nlink": 5, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 120, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:08:46 +0000 (0:00:00.252) 0:02:26.309 ****** changed: [sut] => { "changed": true } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:08:46 +0000 (0:00:00.324) 0:02:26.633 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.051906", "end": "2024-02-06 16:08:46.854848", "rc": 0, "start": "2024-02-06 16:08:46.802942" } STDOUT: ID NAME DRIVER CREATED UPDATED TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 16:08:46 +0000 (0:00:00.311) 0:02:26.944 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 16:08:46 +0000 (0:00:00.018) 0:02:26.963 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:08:46 +0000 (0:00:00.064) 0:02:27.027 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:08:47 +0000 (0:00:00.070) 0:02:27.097 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:08:47 +0000 (0:00:00.025) 0:02:27.123 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:08:47 +0000 (0:00:00.020) 0:02:27.143 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:08:47 +0000 (0:00:00.029) 0:02:27.173 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:08:47 +0000 (0:00:00.043) 0:02:27.216 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:08:47 +0000 (0:00:00.023) 0:02:27.240 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:08:47 +0000 (0:00:00.030) 0:02:27.270 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:08:47 +0000 (0:00:00.029) 0:02:27.299 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:08:47 +0000 (0:00:00.246) 0:02:27.546 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:08:47 +0000 (0:00:00.027) 0:02:27.573 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:08:47 +0000 (0:00:00.246) 0:02:27.820 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004090", "end": "2024-02-06 16:08:47.977774", "rc": 0, "start": "2024-02-06 16:08:47.973684" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:08:48 +0000 (0:00:00.243) 0:02:28.064 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004117", "end": "2024-02-06 16:08:48.221993", "rc": 0, "start": "2024-02-06 16:08:48.217876" } 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:08:48 +0000 (0:00:00.243) 0:02:28.307 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:08:48 +0000 (0:00:00.020) 0:02:28.327 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:08:48 +0000 (0:00:00.020) 0:02:28.347 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:08:48 +0000 (0:00:00.021) 0:02:28.369 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:08:48 +0000 (0:00:00.022) 0:02:28.391 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:08:48 +0000 (0:00:00.038) 0:02:28.429 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:08:48 +0000 (0:00:00.067) 0:02:28.496 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:08:48 +0000 (0:00:00.019) 0:02:28.516 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:08:48 +0000 (0:00:00.049) 0:02:28.566 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:08:48 +0000 (0:00:00.041) 0:02:28.607 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235696.48035, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707235697.4923258, "dev": 48, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1707235697.4923258, "nlink": 5, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 120, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:08:48 +0000 (0:00:00.249) 0:02:28.857 ****** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-basic-mysql-volume.service", "state": "stopped", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestamp": "Tue 2024-02-06 16:08:27 UTC", "ActiveEnterTimestampMonotonic": "742271626", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount app.slice basic.target run-user-1111.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2024-02-06 16:08:27 UTC", "AssertTimestampMonotonic": "742220351", "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": "38557000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2024-02-06 16:08:27 UTC", "ConditionTimestampMonotonic": "742220347", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "quadlet-basic-mysql-volume.service", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Tue 2024-02-06 16:08:27 UTC", "ExecMainExitTimestampMonotonic": "742271427", "ExecMainPID": "7961", "ExecMainStartTimestamp": "Tue 2024-02-06 16:08:27 UTC", "ExecMainStartTimestampMonotonic": "742227145", "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", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-mysql-volume.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql-volume.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2024-02-06 16:08:27 UTC", "InactiveExitTimestampMonotonic": "742227514", "InvocationID": "1321abcee67f4fa7b8fc23ddad498160", "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": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "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", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Tue 2024-02-06 16:08:27 UTC", "StateChangeTimestampMonotonic": "742271626", "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": "4433", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:08:49 +0000 (0:00:00.605) 0:02:29.462 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:08:49 +0000 (0:00:00.248) 0:02:29.711 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:08:49 +0000 (0:00:00.031) 0:02:29.742 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:08:49 +0000 (0:00:00.021) 0:02:29.763 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:08:49 +0000 (0:00:00.020) 0:02:29.784 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:08:49 +0000 (0:00:00.023) 0:02:29.808 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:08:50 +0000 (0:00:00.560) 0:02:30.368 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.047890", "end": "2024-02-06 16:08:50.587545", "rc": 0, "start": "2024-02-06 16:08:50.539655" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:08:50 +0000 (0:00:00.308) 0:02:30.676 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:08:50 +0000 (0:00:00.021) 0:02:30.698 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:08:50 +0000 (0:00:00.018) 0:02:30.717 ****** ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Container": { "ContainerName": "quadlet-basic-mysql", "Environment": [ "FOO=/bin/busybox-extras", "BAZ=test" ], "Image": "quay.io/linux-system-roles/mysql:5.6", "Network": "quadlet-basic.network", "PodmanArgs": "--secret=mysql_container_root_password,type=env,target=MYSQL_ROOT_PASSWORD --secret=json_secret,type=mount,target=/tmp/test.json", "Volume": "quadlet-basic-mysql.volume:/var/lib/mysql" }, "Install": { "WantedBy": "default.target" } }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:08:50 +0000 (0:00:00.025) 0:02:30.742 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:08:50 +0000 (0:00:00.068) 0:02:30.811 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:08:50 +0000 (0:00:00.020) 0:02:30.831 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:08:50 +0000 (0:00:00.030) 0:02:30.862 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:08:50 +0000 (0:00:00.036) 0:02:30.899 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:08:50 +0000 (0:00:00.023) 0:02:30.922 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:08:50 +0000 (0:00:00.022) 0:02:30.944 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:08:50 +0000 (0:00:00.027) 0:02:30.972 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:08:51 +0000 (0:00:00.243) 0:02:31.215 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:08:51 +0000 (0:00:00.028) 0:02:31.244 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:08:51 +0000 (0:00:00.245) 0:02:31.489 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004113", "end": "2024-02-06 16:08:51.646329", "rc": 0, "start": "2024-02-06 16:08:51.642216" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:08:51 +0000 (0:00:00.242) 0:02:31.732 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004174", "end": "2024-02-06 16:08:51.888673", "rc": 0, "start": "2024-02-06 16:08:51.884499" } 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:08:51 +0000 (0:00:00.242) 0:02:31.974 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:08:51 +0000 (0:00:00.018) 0:02:31.993 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:08:51 +0000 (0:00:00.019) 0:02:32.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 : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:08:51 +0000 (0:00:00.018) 0:02:32.031 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:08:51 +0000 (0:00:00.019) 0:02:32.050 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:08:52 +0000 (0:00:00.036) 0:02:32.086 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:08:52 +0000 (0:00:00.025) 0:02:32.112 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:08:52 +0000 (0:00:00.068) 0:02:32.180 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:08:52 +0000 (0:00:00.047) 0:02:32.227 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:08:52 +0000 (0:00:00.040) 0:02:32.268 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235696.48035, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707235697.4923258, "dev": 48, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1707235697.4923258, "nlink": 5, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 120, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:08:52 +0000 (0:00:00.251) 0:02:32.519 ****** changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-basic-mysql.service", "state": "stopped", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "failed", "After": "app.slice run-user-1111.mount -.mount quadlet-basic-mysql-volume.service quadlet-basic-network.service basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2024-02-06 16:08:40 UTC", "AssertTimestampMonotonic": "755839111", "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": "83782000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2024-02-06 16:08:40 UTC", "ConditionTimestampMonotonic": "755839106", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "quadlet-basic-mysql.service", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-basic-mysql.service", "ExecMainCode": "1", "ExecMainExitTimestamp": "Tue 2024-02-06 16:08:40 UTC", "ExecMainExitTimestampMonotonic": "755885498", "ExecMainPID": "8377", "ExecMainStartTimestamp": "Tue 2024-02-06 16:08:40 UTC", "ExecMainStartTimestampMonotonic": "755843389", "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", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-mysql.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Tue 2024-02-06 16:08:40 UTC", "InactiveEnterTimestampMonotonic": "755923430", "InactiveExitTimestamp": "Tue 2024-02-06 16:08:40 UTC", "InactiveExitTimestampMonotonic": "755843763", "InvocationID": "71d1cff9f31a4340a5a6ebbaa7f0de90", "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": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "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", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "app.slice quadlet-basic-mysql-volume.service quadlet-basic-network.service basic.target", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "exit-code", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Tue 2024-02-06 16:08:40 UTC", "StateChangeTimestampMonotonic": "755923430", "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": "4433", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:08:53 +0000 (0:00:00.589) 0:02:33.109 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:08:53 +0000 (0:00:00.247) 0:02:33.356 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:08:53 +0000 (0:00:00.031) 0:02:33.387 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:08:53 +0000 (0:00:00.020) 0:02:33.408 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:08:53 +0000 (0:00:00.021) 0:02:33.429 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:08:53 +0000 (0:00:00.025) 0:02:33.454 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:08:53 +0000 (0:00:00.567) 0:02:34.022 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.057847", "end": "2024-02-06 16:08:54.250521", "rc": 0, "start": "2024-02-06 16:08:54.192674" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:08:54 +0000 (0:00:00.320) 0:02:34.343 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:08:54 +0000 (0:00:00.037) 0:02:34.381 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:08:54 +0000 (0:00:00.022) 0:02:34.403 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:08:54 +0000 (0:00:00.028) 0:02:34.432 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:08:54 +0000 (0:00:00.030) 0:02:34.462 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:08:54 +0000 (0:00:00.101) 0:02:34.564 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:08:54 +0000 (0:00:00.045) 0:02:34.609 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:08:54 +0000 (0:00:00.042) 0:02:34.651 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:08:54 +0000 (0:00:00.026) 0:02:34.678 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:08:54 +0000 (0:00:00.028) 0:02:34.706 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:08:54 +0000 (0:00:00.031) 0:02:34.738 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:08:54 +0000 (0:00:00.257) 0:02:34.995 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:08:54 +0000 (0:00:00.027) 0:02:35.023 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:08:55 +0000 (0:00:00.245) 0:02:35.268 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004297", "end": "2024-02-06 16:08:55.425866", "rc": 0, "start": "2024-02-06 16:08:55.421569" } STDOUT: 0: user_quadlet_basic 589824 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:08:55 +0000 (0:00:00.242) 0:02:35.510 ****** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004100", "end": "2024-02-06 16:08:55.667732", "rc": 0, "start": "2024-02-06 16:08:55.663632" } 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:08:55 +0000 (0:00:00.242) 0:02:35.753 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:08:55 +0000 (0:00:00.021) 0:02:35.774 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:08:55 +0000 (0:00:00.021) 0:02:35.796 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:08:55 +0000 (0:00:00.026) 0:02:35.823 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:08:55 +0000 (0:00:00.021) 0:02:35.844 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:08:55 +0000 (0:00:00.042) 0:02:35.886 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:08:55 +0000 (0:00:00.025) 0:02:35.912 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:08:55 +0000 (0:00:00.027) 0:02:35.940 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:08:55 +0000 (0:00:00.092) 0:02:36.032 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:08:56 +0000 (0:00:00.039) 0:02:36.072 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235696.48035, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707235697.4923258, "dev": 48, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1707235697.4923258, "nlink": 5, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 120, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:08:56 +0000 (0:00:00.248) 0:02:36.321 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:08:56 +0000 (0:00:00.020) 0:02:36.342 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:08:56 +0000 (0:00:00.245) 0:02:36.588 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:08:56 +0000 (0:00:00.031) 0:02:36.619 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:08:56 +0000 (0:00:00.020) 0:02:36.640 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:08:56 +0000 (0:00:00.020) 0:02:36.660 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:08:56 +0000 (0:00:00.024) 0:02:36.684 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:08:57 +0000 (0:00:00.558) 0:02:37.242 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.050331", "end": "2024-02-06 16:08:57.463629", "rc": 0, "start": "2024-02-06 16:08:57.413298" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:08:57 +0000 (0:00:00.310) 0:02:37.553 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.051007", "end": "2024-02-06 16:08:57.772820", "rc": 0, "start": "2024-02-06 16:08:57.721813" } STDOUT: systemd-quadlet-basic TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:08:57 +0000 (0:00:00.308) 0:02:37.861 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 06 February 2024 16:08:57 +0000 (0:00:00.019) 0:02:37.880 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Tuesday 06 February 2024 16:08:57 +0000 (0:00:00.052) 0:02:37.933 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Tuesday 06 February 2024 16:08:57 +0000 (0:00:00.023) 0:02:37.957 ****** ok: [sut] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Tuesday 06 February 2024 16:08:57 +0000 (0:00:00.069) 0:02:38.027 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235696.48035, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1707235697.4923258, "dev": 48, "device_type": 0, "executable": true, "exists": true, "gid": 1111, "gr_name": "user_quadlet_basic", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1707235697.4923258, "nlink": 5, "path": "/run/user/1111", "pw_name": "user_quadlet_basic", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 120, "uid": 1111, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.podman : Gather facts for containers] ********** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Tuesday 06 February 2024 16:08:58 +0000 (0:00:00.244) 0:02:38.271 ****** ok: [sut] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Tuesday 06 February 2024 16:08:58 +0000 (0:00:00.373) 0:02:38.644 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.050408", "end": "2024-02-06 16:08:58.861321", "rc": 0, "start": "2024-02-06 16:08:58.810913" } STDOUT: podman TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Tuesday 06 February 2024 16:08:58 +0000 (0:00:00.305) 0:02:38.950 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.051416", "end": "2024-02-06 16:08:59.169505", "rc": 0, "start": "2024-02-06 16:08:59.118089" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Tuesday 06 February 2024 16:08:59 +0000 (0:00:00.308) 0:02:39.259 ****** changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "user_quadlet_basic" ], "delta": "0:00:00.007982", "end": "2024-02-06 16:08:59.424379", "rc": 0, "start": "2024-02-06 16:08:59.416397" } TASK [Remove test user] ******************************************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_basic.yml:258 Tuesday 06 February 2024 16:08:59 +0000 (0:00:00.272) 0:02:39.531 ****** changed: [sut] => { "changed": true, "force": false, "name": "user_quadlet_basic", "remove": false, "state": "absent" } TASK [Cleanup system - root] *************************************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_basic.yml:264 Tuesday 06 February 2024 16:08:59 +0000 (0:00:00.413) 0:02:39.945 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 06 February 2024 16:08:59 +0000 (0:00:00.059) 0:02:40.004 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 06 February 2024 16:08:59 +0000 (0:00:00.036) 0:02:40.041 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 06 February 2024 16:09:00 +0000 (0:00:00.025) 0:02:40.067 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 06 February 2024 16:09:00 +0000 (0:00:00.020) 0:02:40.087 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Tuesday 06 February 2024 16:09:00 +0000 (0:00:00.019) 0:02:40.107 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinge7ocb7du/.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_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 06 February 2024 16:09:00 +0000 (0:00:00.043) 0:02:40.150 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 06 February 2024 16:09:01 +0000 (0:00:00.920) 0:02:41.071 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 06 February 2024 16:09:01 +0000 (0:00:00.020) 0:02:41.091 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Tuesday 06 February 2024 16:09:01 +0000 (0:00:00.022) 0:02:41.113 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030903", "end": "2024-02-06 16:09:01.296394", "rc": 0, "start": "2024-02-06 16:09:01.265491" } STDOUT: podman version 4.9.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Tuesday 06 February 2024 16:09:01 +0000 (0:00:00.269) 0:02:41.383 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.9.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Tuesday 06 February 2024 16:09:01 +0000 (0:00:00.022) 0:02:41.405 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 06 February 2024 16:09:01 +0000 (0:00:00.018) 0:02:41.424 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Tuesday 06 February 2024 16:09:01 +0000 (0:00:00.035) 0:02:41.459 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Tuesday 06 February 2024 16:09:01 +0000 (0:00:00.036) 0:02:41.495 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:09:01 +0000 (0:00:00.038) 0:02:41.534 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:09:01 +0000 (0:00:00.248) 0:02:41.782 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:09:01 +0000 (0:00:00.022) 0:02:41.805 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:09:01 +0000 (0:00:00.027) 0:02:41.833 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.247) 0:02:42.080 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.026) 0:02:42.107 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.243) 0:02:42.351 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.018) 0:02:42.369 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.066) 0:02:42.436 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.019) 0:02:42.455 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.018) 0:02:42.474 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.018) 0:02:42.493 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.018) 0:02:42.511 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.025) 0:02:42.537 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.035) 0:02:42.572 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.020) 0:02:42.593 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.019) 0:02:42.612 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.036) 0:02:42.648 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.020) 0:02:42.668 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.020) 0:02:42.688 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.037) 0:02:42.725 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.023) 0:02:42.749 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.019) 0:02:42.768 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.083) 0:02:42.852 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.020) 0:02:42.873 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.019) 0:02:42.892 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.019) 0:02:42.912 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.019) 0:02:42.932 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.018) 0:02:42.951 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.019) 0:02:42.970 ****** ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.018) 0:02:42.989 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:09:02 +0000 (0:00:00.059) 0:02:43.049 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.023) 0:02:43.072 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.021) 0:02:43.094 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.025) 0:02:43.120 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.030) 0:02:43.150 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.017) 0:02:43.168 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.018) 0:02:43.187 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.019) 0:02:43.206 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.065) 0:02:43.271 ****** ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.293) 0:02:43.564 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.037053", "end": "2024-02-06 16:09:03.758196", "rc": 0, "start": "2024-02-06 16:09:03.721143" } STDOUT: ID NAME DRIVER CREATED UPDATED TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.280) 0:02:43.844 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.025) 0:02:43.869 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.022) 0:02:43.892 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.026) 0:02:43.919 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.031) 0:02:43.951 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.019) 0:02:43.970 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.018) 0:02:43.989 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.018) 0:02:44.007 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 Tuesday 06 February 2024 16:09:03 +0000 (0:00:00.019) 0:02:44.027 ****** ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.podman : Debug] ******************************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Tuesday 06 February 2024 16:09:04 +0000 (0:00:00.290) 0:02:44.317 ****** changed: [sut] => { "changed": true, "cmd": [ "podman", "secret", "ls" ], "delta": "0:00:00.037714", "end": "2024-02-06 16:09:04.509598", "rc": 0, "start": "2024-02-06 16:09:04.471884" } STDOUT: ID NAME DRIVER CREATED UPDATED TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Tuesday 06 February 2024 16:09:04 +0000 (0:00:00.278) 0:02:44.596 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Tuesday 06 February 2024 16:09:04 +0000 (0:00:00.017) 0:02:44.613 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:09:04 +0000 (0:00:00.065) 0:02:44.678 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:09:04 +0000 (0:00:00.026) 0:02:44.705 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:09:04 +0000 (0:00:00.071) 0:02:44.777 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:09:04 +0000 (0:00:00.021) 0:02:44.798 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:09:04 +0000 (0:00:00.030) 0:02:44.829 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:09:04 +0000 (0:00:00.037) 0:02:44.866 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:09:04 +0000 (0:00:00.027) 0:02:44.893 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:09:04 +0000 (0:00:00.024) 0:02:44.918 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:09:04 +0000 (0:00:00.029) 0:02:44.948 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:09:05 +0000 (0:00:00.249) 0:02:45.197 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:09:05 +0000 (0:00:00.026) 0:02:45.224 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:09:05 +0000 (0:00:00.245) 0:02:45.469 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:09:05 +0000 (0:00:00.019) 0:02:45.488 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:09:05 +0000 (0:00:00.018) 0:02:45.506 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:09:05 +0000 (0:00:00.019) 0:02:45.525 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:09:05 +0000 (0:00:00.018) 0:02:45.544 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:09:05 +0000 (0:00:00.019) 0:02:45.563 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:09:05 +0000 (0:00:00.018) 0:02:45.581 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:09:05 +0000 (0:00:00.035) 0:02:45.616 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:09:05 +0000 (0:00:00.068) 0:02:45.685 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:09:05 +0000 (0:00:00.018) 0:02:45.704 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:09:05 +0000 (0:00:00.047) 0:02:45.751 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:09:05 +0000 (0:00:00.039) 0:02:45.791 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:09:05 +0000 (0:00:00.019) 0:02:45.810 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.412) 0:02:46.223 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.245) 0:02:46.469 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.031) 0:02:46.500 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.019) 0:02:46.519 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.018) 0:02:46.538 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.019) 0:02:46.557 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.019) 0:02:46.576 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.019) 0:02:46.596 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.020) 0:02:46.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 0] *** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.018) 0:02:46.635 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.026) 0:02:46.661 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.024) 0:02:46.686 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.068) 0:02:46.755 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.031) 0:02:46.786 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.037) 0:02:46.824 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.023) 0:02:46.847 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.022) 0:02:46.870 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:09:06 +0000 (0:00:00.027) 0:02:46.898 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:09:07 +0000 (0:00:00.255) 0:02:47.154 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:09:07 +0000 (0:00:00.027) 0:02:47.181 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:09:07 +0000 (0:00:00.246) 0:02:47.428 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:09:07 +0000 (0:00:00.019) 0:02:47.448 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:09:07 +0000 (0:00:00.018) 0:02:47.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 : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:09:07 +0000 (0:00:00.019) 0:02:47.486 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:09:07 +0000 (0:00:00.018) 0:02:47.505 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:09:07 +0000 (0:00:00.019) 0:02:47.525 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:09:07 +0000 (0:00:00.019) 0:02:47.545 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:09:07 +0000 (0:00:00.036) 0:02:47.581 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:09:07 +0000 (0:00:00.022) 0:02:47.603 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:09:07 +0000 (0:00:00.018) 0:02:47.621 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:09:07 +0000 (0:00:00.101) 0:02:47.723 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:09:07 +0000 (0:00:00.040) 0:02:47.764 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:09:07 +0000 (0:00:00.019) 0:02:47.784 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.416) 0:02:48.200 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.250) 0:02:48.450 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.033) 0:02:48.484 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.020) 0:02:48.504 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.018) 0:02:48.523 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.019) 0:02:48.542 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.020) 0:02:48.563 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.020) 0:02:48.584 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.020) 0:02:48.604 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.019) 0:02:48.623 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.027) 0:02:48.651 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.031) 0:02:48.682 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.023) 0:02:48.706 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.121) 0:02:48.827 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.038) 0:02:48.865 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.031) 0:02:48.897 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.026) 0:02:48.923 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Tuesday 06 February 2024 16:09:08 +0000 (0:00:00.029) 0:02:48.953 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Tuesday 06 February 2024 16:09:09 +0000 (0:00:00.245) 0:02:49.198 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Tuesday 06 February 2024 16:09:09 +0000 (0:00:00.029) 0:02:49.228 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707235670.7689657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7", "ctime": 1707235613.9733448, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203186, "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": 1696291200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 16032, "uid": 0, "version": "2388003390", "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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Tuesday 06 February 2024 16:09:09 +0000 (0:00:00.245) 0:02:49.474 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Tuesday 06 February 2024 16:09:09 +0000 (0:00:00.020) 0:02:49.495 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Tuesday 06 February 2024 16:09:09 +0000 (0:00:00.020) 0:02:49.516 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Tuesday 06 February 2024 16:09:09 +0000 (0:00:00.019) 0:02:49.536 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 06 February 2024 16:09:09 +0000 (0:00:00.020) 0:02:49.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Tuesday 06 February 2024 16:09:09 +0000 (0:00:00.018) 0:02:49.575 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Tuesday 06 February 2024 16:09:09 +0000 (0:00:00.019) 0:02:49.594 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Tuesday 06 February 2024 16:09:09 +0000 (0:00:00.035) 0:02:49.630 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Tuesday 06 February 2024 16:09:09 +0000 (0:00:00.021) 0:02:49.652 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Tuesday 06 February 2024 16:09:09 +0000 (0:00:00.019) 0:02:49.671 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Tuesday 06 February 2024 16:09:09 +0000 (0:00:00.047) 0:02:49.718 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Tuesday 06 February 2024 16:09:09 +0000 (0:00:00.107) 0:02:49.826 ****** skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 Tuesday 06 February 2024 16:09:09 +0000 (0:00:00.020) 0:02:49.846 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:32 Tuesday 06 February 2024 16:09:09 +0000 (0:00:00.022) 0:02:49.869 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:38 Tuesday 06 February 2024 16:09:10 +0000 (0:00:00.247) 0:02:50.117 ****** included: /WORKDIR/git-fix-linger-handlinge7ocb7du/.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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 06 February 2024 16:09:10 +0000 (0:00:00.032) 0:02:50.149 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Tuesday 06 February 2024 16:09:10 +0000 (0:00:00.020) 0:02:50.170 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Tuesday 06 February 2024 16:09:10 +0000 (0:00:00.020) 0:02:50.190 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 Tuesday 06 February 2024 16:09:10 +0000 (0:00:00.020) 0:02:50.210 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:55 Tuesday 06 February 2024 16:09:10 +0000 (0:00:00.020) 0:02:50.231 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:63 Tuesday 06 February 2024 16:09:10 +0000 (0:00:00.020) 0:02:50.252 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Tuesday 06 February 2024 16:09:10 +0000 (0:00:00.020) 0:02:50.272 ****** 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-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Tuesday 06 February 2024 16:09:10 +0000 (0:00:00.019) 0:02:50.291 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } to retry, use: --limit @/tmp/tests_quadlet_basic.retry PLAY RECAP ********************************************************************* sut : ok=434 changed=35 unreachable=0 failed=1 skipped=422 rescued=1 ignored=0 Tuesday 06 February 2024 16:09:10 +0000 (0:00:00.018) 0:02:50.310 ****** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 86.79s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.podman : Ensure container images are present --- 9.67s /WORKDIR/git-fix-linger-handlinge7ocb7du/.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.95s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.92s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.92s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Debug -------------------------------- 0.91s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:53 Gathering Facts --------------------------------------------------------- 0.91s /WORKDIR/git-fix-linger-handlinge7ocb7du/tests/tests_quadlet_basic.yml:9 ------ fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.89s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 fedora.linux_system_roles.podman : Stop and disable service ------------- 0.87s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.87s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:46 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.83s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.82s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.82s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.82s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Ensure container images are present --- 0.78s /WORKDIR/git-fix-linger-handlinge7ocb7du/.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.71s /WORKDIR/git-fix-linger-handlinge7ocb7du/.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.70s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 fedora.linux_system_roles.podman : Manage each secret ------------------- 0.68s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:36 fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 0.62s /WORKDIR/git-fix-linger-handlinge7ocb7du/.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.62s /WORKDIR/git-fix-linger-handlinge7ocb7du/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: TASK: fedora.linux_system_roles.podman : Set platform/version specific variables: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. [WARNING]: Module remote_tmp /home/user_quadlet_basic/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually ---^---^---^---^---^---