# 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-handlinggb26lsz1/.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-handlinggb26lsz1/tests/tests_quadlet_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/tests/tests_quadlet_basic.yml:4 Monday 05 February 2024 04:33:03 +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-handlinggb26lsz1/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-handlinggb26lsz1/tests/tests_quadlet_basic.yml:9 Monday 05 February 2024 04:33:04 +0000 (0:00:00.013) 0:00:00.025 ******* ok: [sut] TASK [Run role - do not pull images] ******************************************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/tests/tests_quadlet_basic.yml:57 Monday 05 February 2024 04:33:04 +0000 (0:00:00.767) 0:00:00.792 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:33:04 +0000 (0:00:00.025) 0:00:00.818 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:33:04 +0000 (0:00:00.017) 0:00:00.836 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:33:04 +0000 (0:00:00.021) 0:00:00.858 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:33:05 +0000 (0:00:00.249) 0:00:01.107 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:33:05 +0000 (0:00:00.015) 0:00:01.123 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:33:05 +0000 (0:00:00.027) 0:00:01.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:33:06 +0000 (0:00:01.479) 0:00:02.630 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:33:06 +0000 (0:00:00.024) 0:00:02.655 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: runc-1:1.1.11-1.module_el8+804+f131391c.x86_64", "Installed: shadow-utils-subid-2:4.6-22.el8.x86_64", "Installed: containernetworking-plugins-1:1.4.0-1.module_el8+804+f131391c.x86_64", "Installed: fuse3-3.3.0-17.el8.x86_64", "Installed: podman-gvproxy-3:4.8.3-1.module_el8+804+f131391c.x86_64", "Installed: criu-3.18-4.module_el8+804+f131391c.x86_64", "Installed: containers-common-2:1-58.module_el8+804+f131391c.x86_64", "Installed: fuse3-libs-3.3.0-17.el8.x86_64", "Installed: libnet-1.1.6-15.el8.x86_64", "Installed: criu-libs-3.18-4.module_el8+804+f131391c.x86_64", "Installed: podman-plugins-3:4.8.3-1.module_el8+804+f131391c.x86_64", "Installed: container-selinux-2:2.227.0-1.module_el8+804+f131391c.noarch", "Installed: crun-1.12-1.module_el8+804+f131391c.x86_64", "Installed: podman-3:4.8.3-1.module_el8+804+f131391c.x86_64", "Installed: slirp4netns-1.2.2-1.module_el8+804+f131391c.x86_64", "Installed: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64", "Installed: libslirp-4.4.0-1.module_el8+804+f131391c.x86_64", "Installed: podman-catatonit-3:4.8.3-1.module_el8+804+f131391c.x86_64", "Installed: protobuf-c-1.3.0-8.el8.x86_64", "Installed: dnsmasq-2.79-32.el8.x86_64", "Installed: fuse-common-3.3.0-17.el8.x86_64", "Installed: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_64", "Installed: yajl-2.1.0-12.el8.x86_64" ] } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:34:09 +0000 (0:01:03.075) 0:01:05.730 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.035282", "end": "2024-02-05 04:34:10.012270", "rc": 0, "start": "2024-02-05 04:34:09.976988" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:34:10 +0000 (0:00:00.328) 0:01:06.058 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:34:10 +0000 (0:00:00.020) 0:01:06.079 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:34:10 +0000 (0:00:00.018) 0:01:06.097 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:34:10 +0000 (0:00:00.027) 0:01:06.124 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:34:10 +0000 (0:00:00.030) 0:01:06.155 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:34:10 +0000 (0:00:00.037) 0:01:06.192 ******* ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:34:10 +0000 (0:00:00.281) 0:01:06.474 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:34:10 +0000 (0:00:00.020) 0:01:06.495 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:34:10 +0000 (0:00:00.041) 0:01:06.536 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:34:10 +0000 (0:00:00.203) 0:01:06.739 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:34:10 +0000 (0:00:00.025) 0:01:06.765 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:34:10 +0000 (0:00:00.202) 0:01:06.967 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:34:10 +0000 (0:00:00.017) 0:01:06.985 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:34:10 +0000 (0:00:00.016) 0:01:07.001 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:34:10 +0000 (0:00:00.017) 0:01:07.018 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:34:11 +0000 (0:00:00.016) 0:01:07.034 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:34:11 +0000 (0:00:00.016) 0:01:07.051 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:34:11 +0000 (0:00:00.016) 0:01:07.067 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:34:11 +0000 (0:00:00.036) 0:01:07.104 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:34:11 +0000 (0:00:00.035) 0:01:07.140 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:34:11 +0000 (0:00:00.017) 0:01:07.157 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:34:11 +0000 (0:00:00.017) 0:01:07.175 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:34:11 +0000 (0:00:00.035) 0:01:07.211 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:34:11 +0000 (0:00:00.017) 0:01:07.228 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:34:11 +0000 (0:00:00.017) 0:01:07.246 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:34:11 +0000 (0:00:00.036) 0:01:07.282 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:34:11 +0000 (0:00:00.037) 0:01:07.319 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:34:11 +0000 (0:00:00.018) 0:01:07.338 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:34:11 +0000 (0:00:00.038) 0:01:07.376 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:34:11 +0000 (0:00:00.018) 0:01:07.395 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:34:11 +0000 (0:00:00.017) 0:01:07.412 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:34:11 +0000 (0:00:00.018) 0:01:07.430 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:34:11 +0000 (0:00:00.017) 0:01:07.448 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:34:11 +0000 (0:00:00.017) 0:01:07.466 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:34:11 +0000 (0:00:00.017) 0:01:07.483 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:34:11 +0000 (0:00:00.018) 0:01:07.501 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:34:11 +0000 (0:00:00.015) 0:01:07.516 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:34:11 +0000 (0:00:00.016) 0:01:07.533 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:34:11 +0000 (0:00:00.045) 0:01:07.578 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:34:11 +0000 (0:00:00.025) 0:01:07.604 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:34:11 +0000 (0:00:00.022) 0:01:07.626 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:34:11 +0000 (0:00:00.018) 0:01:07.645 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:34:11 +0000 (0:00:00.028) 0:01:07.673 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:34:11 +0000 (0:00:00.034) 0:01:07.708 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:34:11 +0000 (0:00:00.042) 0:01:07.750 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:34:11 +0000 (0:00:00.021) 0:01:07.771 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:34:11 +0000 (0:00:00.026) 0:01:07.798 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:34:11 +0000 (0:00:00.199) 0:01:07.997 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:34:12 +0000 (0:00:00.026) 0:01:08.023 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:34:12 +0000 (0:00:00.199) 0:01:08.223 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:34:12 +0000 (0:00:00.018) 0:01:08.241 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:34:12 +0000 (0:00:00.016) 0:01:08.258 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:34:12 +0000 (0:00:00.017) 0:01:08.276 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:34:12 +0000 (0:00:00.016) 0:01:08.292 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:34:12 +0000 (0:00:00.017) 0:01:08.310 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:34:12 +0000 (0:00:00.016) 0:01:08.326 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:34:12 +0000 (0:00:00.033) 0:01:08.360 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:34:12 +0000 (0:00:00.019) 0:01:08.379 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:34:12 +0000 (0:00:00.019) 0:01:08.399 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:34:12 +0000 (0:00:00.045) 0:01:08.444 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:34:12 +0000 (0:00:00.017) 0:01:08.462 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 05 February 2024 04:34:12 +0000 (0:00:00.040) 0:01:08.502 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:34:12 +0000 (0:00:00.030) 0:01:08.533 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:34:12 +0000 (0:00:00.016) 0:01:08.550 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:34:12 +0000 (0:00:00.038) 0:01:08.589 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 05 February 2024 04:34:12 +0000 (0:00:00.017) 0:01:08.606 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Monday 05 February 2024 04:34:12 +0000 (0:00:00.016) 0:01:08.623 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Monday 05 February 2024 04:34:12 +0000 (0:00:00.020) 0:01:08.644 ******* ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Monday 05 February 2024 04:34:12 +0000 (0:00:00.271) 0:01:08.915 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Monday 05 February 2024 04:34:12 +0000 (0:00:00.018) 0:01:08.934 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Monday 05 February 2024 04:34:12 +0000 (0:00:00.018) 0:01:08.952 ******* 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-1707107652.9698956-6920-159535280551060/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Monday 05 February 2024 04:34:13 +0000 (0:00:00.604) 0:01:09.557 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Monday 05 February 2024 04:34:13 +0000 (0:00:00.020) 0:01:09.578 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Monday 05 February 2024 04:34:13 +0000 (0:00:00.021) 0:01:09.599 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:34:13 +0000 (0:00:00.022) 0:01:09.622 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify image not pulled] ************************************************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/tests/tests_quadlet_basic.yml:73 Monday 05 February 2024 04:34:13 +0000 (0:00:00.027) 0:01:09.649 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run role - try to pull bogus image] ************************************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/tests/tests_quadlet_basic.yml:77 Monday 05 February 2024 04:34:13 +0000 (0:00:00.020) 0:01:09.669 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:34:13 +0000 (0:00:00.048) 0:01:09.717 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:34:13 +0000 (0:00:00.032) 0:01:09.750 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:34:13 +0000 (0:00:00.023) 0:01:09.773 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:34:13 +0000 (0:00:00.018) 0:01:09.791 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:34:13 +0000 (0:00:00.017) 0:01:09.809 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:34:13 +0000 (0:00:00.095) 0:01:09.904 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:34:15 +0000 (0:00:01.347) 0:01:11.251 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:34:15 +0000 (0:00:00.019) 0:01:11.271 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:34:15 +0000 (0:00:00.020) 0:01:11.292 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029834", "end": "2024-02-05 04:34:15.471693", "rc": 0, "start": "2024-02-05 04:34:15.441859" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:34:15 +0000 (0:00:00.226) 0:01:11.518 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:34:15 +0000 (0:00:00.020) 0:01:11.539 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:34:15 +0000 (0:00:00.019) 0:01:11.559 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:34:15 +0000 (0:00:00.020) 0:01:11.579 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:34:15 +0000 (0:00:00.023) 0:01:11.603 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:34:15 +0000 (0:00:00.038) 0:01:11.642 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:34:15 +0000 (0:00:00.023) 0:01:11.665 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:34:15 +0000 (0:00:00.022) 0:01:11.688 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:34:15 +0000 (0:00:00.027) 0:01:11.716 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:34:15 +0000 (0:00:00.206) 0:01:11.923 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:34:15 +0000 (0:00:00.055) 0:01:11.978 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:34:16 +0000 (0:00:00.203) 0:01:12.181 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:34:16 +0000 (0:00:00.019) 0:01:12.200 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:34:16 +0000 (0:00:00.018) 0:01:12.218 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:34:16 +0000 (0:00:00.017) 0:01:12.236 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:34:16 +0000 (0:00:00.017) 0:01:12.253 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:34:16 +0000 (0:00:00.017) 0:01:12.270 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:34:16 +0000 (0:00:00.016) 0:01:12.287 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:34:16 +0000 (0:00:00.025) 0:01:12.313 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:34:16 +0000 (0:00:00.037) 0:01:12.350 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:34:16 +0000 (0:00:00.020) 0:01:12.371 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:34:16 +0000 (0:00:00.018) 0:01:12.390 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:34:16 +0000 (0:00:00.037) 0:01:12.427 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:34:16 +0000 (0:00:00.019) 0:01:12.446 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:34:16 +0000 (0:00:00.018) 0:01:12.465 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:34:16 +0000 (0:00:00.036) 0:01:12.501 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:34:16 +0000 (0:00:00.017) 0:01:12.519 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:34:16 +0000 (0:00:00.040) 0:01:12.560 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:34:16 +0000 (0:00:00.040) 0:01:12.601 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:34:16 +0000 (0:00:00.019) 0:01:12.620 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:34:16 +0000 (0:00:00.019) 0:01:12.640 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:34:16 +0000 (0:00:00.018) 0:01:12.659 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:34:16 +0000 (0:00:00.018) 0:01:12.678 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:34:16 +0000 (0:00:00.018) 0:01:12.697 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:34:16 +0000 (0:00:00.020) 0:01:12.717 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:34:16 +0000 (0:00:00.019) 0:01:12.736 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:34:16 +0000 (0:00:00.016) 0:01:12.753 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:34:16 +0000 (0:00:00.016) 0:01:12.769 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:34:16 +0000 (0:00:00.045) 0:01:12.815 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:34:16 +0000 (0:00:00.026) 0:01:12.842 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:34:16 +0000 (0:00:00.024) 0:01:12.866 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:34:16 +0000 (0:00:00.018) 0:01:12.884 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:34:16 +0000 (0:00:00.029) 0:01:12.914 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:34:16 +0000 (0:00:00.060) 0:01:12.975 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:34:16 +0000 (0:00:00.024) 0:01:13.000 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:34:17 +0000 (0:00:00.023) 0:01:13.023 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:34:17 +0000 (0:00:00.027) 0:01:13.050 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:34:17 +0000 (0:00:00.204) 0:01:13.255 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:34:17 +0000 (0:00:00.028) 0:01:13.283 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:34:17 +0000 (0:00:00.206) 0:01:13.490 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:34:17 +0000 (0:00:00.018) 0:01:13.509 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:34:17 +0000 (0:00:00.017) 0:01:13.526 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:34:17 +0000 (0:00:00.017) 0:01:13.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 : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:34:17 +0000 (0:00:00.017) 0:01:13.561 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:34:17 +0000 (0:00:00.017) 0:01:13.579 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:34:17 +0000 (0:00:00.017) 0:01:13.596 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:34:17 +0000 (0:00:00.033) 0:01:13.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:34:17 +0000 (0:00:00.020) 0:01:13.651 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:34:17 +0000 (0:00:00.018) 0:01:13.670 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:34:17 +0000 (0:00:00.046) 0:01:13.716 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:34:17 +0000 (0:00:00.016) 0:01:13.733 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 05 February 2024 04:34:17 +0000 (0:00:00.063) 0:01:13.797 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:34:17 +0000 (0:00:00.032) 0:01:13.830 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:34:17 +0000 (0:00:00.017) 0:01:13.848 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:34:17 +0000 (0:00:00.018) 0:01:13.866 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 05 February 2024 04:34:17 +0000 (0:00:00.017) 0:01:13.884 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Monday 05 February 2024 04:34:17 +0000 (0:00:00.016) 0:01:13.900 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Monday 05 February 2024 04:34:18 +0000 (0:00:01.039) 0:01:14.939 ******* ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/systemd", "secontext": "system_u:object_r:etc_t:s0", "size": 30, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Monday 05 February 2024 04:34:19 +0000 (0:00:00.211) 0:01:15.151 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Monday 05 February 2024 04:34:19 +0000 (0:00:00.019) 0:01:15.170 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Monday 05 February 2024 04:34:19 +0000 (0:00:00.017) 0:01:15.188 ******* 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-1707107659.2066147-7021-38233583501801/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Monday 05 February 2024 04:34:19 +0000 (0:00:00.540) 0:01:15.728 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Monday 05 February 2024 04:34:19 +0000 (0:00:00.021) 0:01:15.750 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Monday 05 February 2024 04:34:19 +0000 (0:00:00.022) 0:01:15.772 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:34:19 +0000 (0:00:00.023) 0:01:15.795 ******* 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-handlinggb26lsz1/tests/tests_quadlet_basic.yml:93 Monday 05 February 2024 04:34:19 +0000 (0:00:00.027) 0:01:15.823 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/tests/tests_quadlet_basic.yml:100 Monday 05 February 2024 04:34:19 +0000 (0:00:00.021) 0:01:15.844 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:34:19 +0000 (0:00:00.106) 0:01:15.950 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:34:19 +0000 (0:00:00.035) 0:01:15.986 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:34:19 +0000 (0:00:00.024) 0:01:16.011 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:34:20 +0000 (0:00:00.020) 0:01:16.031 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:34:20 +0000 (0:00:00.019) 0:01:16.050 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:34:20 +0000 (0:00:00.047) 0:01:16.097 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:34:21 +0000 (0:00:01.330) 0:01:17.427 ******* skipping: [sut] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:34:21 +0000 (0:00:00.019) 0:01:17.447 ******* skipping: [sut] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:34:21 +0000 (0:00:00.023) 0:01:17.470 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032256", "end": "2024-02-05 04:34:21.656481", "rc": 0, "start": "2024-02-05 04:34:21.624225" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:34:21 +0000 (0:00:00.234) 0:01:17.704 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:34:21 +0000 (0:00:00.020) 0:01:17.725 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:34:21 +0000 (0:00:00.018) 0:01:17.743 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:34:21 +0000 (0:00:00.020) 0:01:17.764 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:34:21 +0000 (0:00:00.023) 0:01:17.787 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:34:21 +0000 (0:00:00.065) 0:01:17.852 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:34:21 +0000 (0:00:00.023) 0:01:17.875 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:34:21 +0000 (0:00:00.021) 0:01:17.897 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:34:21 +0000 (0:00:00.025) 0:01:17.923 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:34:22 +0000 (0:00:00.202) 0:01:18.125 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:34:22 +0000 (0:00:00.026) 0:01:18.152 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:34:22 +0000 (0:00:00.203) 0:01:18.355 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:34:22 +0000 (0:00:00.019) 0:01:18.374 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:34:22 +0000 (0:00:00.018) 0:01:18.392 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:34:22 +0000 (0:00:00.017) 0:01:18.410 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:34:22 +0000 (0:00:00.018) 0:01:18.428 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:34:22 +0000 (0:00:00.018) 0:01:18.447 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:34:22 +0000 (0:00:00.017) 0:01:18.464 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:34:22 +0000 (0:00:00.025) 0:01:18.489 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:34:22 +0000 (0:00:00.036) 0:01:18.526 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:34:22 +0000 (0:00:00.020) 0:01:18.547 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:34:22 +0000 (0:00:00.019) 0:01:18.567 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:34:22 +0000 (0:00:00.065) 0:01:18.632 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:34:22 +0000 (0:00:00.020) 0:01:18.653 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:34:22 +0000 (0:00:00.019) 0:01:18.672 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:34:22 +0000 (0:00:00.038) 0:01:18.710 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:34:22 +0000 (0:00:00.018) 0:01:18.729 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:34:22 +0000 (0:00:00.018) 0:01:18.748 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:34:22 +0000 (0:00:00.039) 0:01:18.787 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:34:22 +0000 (0:00:00.019) 0:01:18.807 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:34:22 +0000 (0:00:00.018) 0:01:18.825 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:34:22 +0000 (0:00:00.019) 0:01:18.844 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:34:22 +0000 (0:00:00.018) 0:01:18.863 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:34:22 +0000 (0:00:00.019) 0:01:18.882 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:34:22 +0000 (0:00:00.018) 0:01:18.901 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:34:22 +0000 (0:00:00.019) 0:01:18.920 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:34:22 +0000 (0:00:00.015) 0:01:18.936 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:34:22 +0000 (0:00:00.016) 0:01:18.952 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:34:23 +0000 (0:00:00.071) 0:01:19.024 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:34:23 +0000 (0:00:00.026) 0:01:19.050 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:34:23 +0000 (0:00:00.024) 0:01:19.075 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:34:23 +0000 (0:00:00.021) 0:01:19.096 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:34:23 +0000 (0:00:00.031) 0:01:19.127 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:34:23 +0000 (0:00:00.036) 0:01:19.164 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:34:23 +0000 (0:00:00.022) 0:01:19.187 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:34:23 +0000 (0:00:00.024) 0:01:19.211 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:34:23 +0000 (0:00:00.029) 0:01:19.240 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:34:23 +0000 (0:00:00.202) 0:01:19.443 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:34:23 +0000 (0:00:00.027) 0:01:19.471 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:34:23 +0000 (0:00:00.203) 0:01:19.674 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:34:23 +0000 (0:00:00.019) 0:01:19.693 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:34:23 +0000 (0:00:00.017) 0:01:19.710 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:34:23 +0000 (0:00:00.017) 0:01:19.728 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:34:23 +0000 (0:00:00.017) 0:01:19.745 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:34:23 +0000 (0:00:00.017) 0:01:19.763 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:34:23 +0000 (0:00:00.046) 0:01:19.809 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:34:23 +0000 (0:00:00.035) 0:01:19.845 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:34:23 +0000 (0:00:00.021) 0:01:19.866 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:34:23 +0000 (0:00:00.017) 0:01:19.883 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:34:23 +0000 (0:00:00.047) 0:01:19.931 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:34:23 +0000 (0:00:00.039) 0:01:19.971 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:34:24 +0000 (0:00:00.502) 0:01:20.473 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:34:24 +0000 (0:00:00.202) 0:01:20.675 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:34:24 +0000 (0:00:00.031) 0:01:20.707 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:34:24 +0000 (0:00:00.018) 0:01:20.726 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:34:24 +0000 (0:00:00.018) 0:01:20.744 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:34:24 +0000 (0:00:00.019) 0:01:20.763 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:34:25 +0000 (0:00:00.470) 0:01:21.234 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.037110", "end": "2024-02-05 04:34:25.425588", "rc": 0, "start": "2024-02-05 04:34:25.388478" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:34:25 +0000 (0:00:00.238) 0:01:21.472 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:34:25 +0000 (0:00:00.022) 0:01:21.494 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:34:25 +0000 (0:00:00.018) 0:01:21.513 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:34:25 +0000 (0:00:00.027) 0:01:21.541 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:34:25 +0000 (0:00:00.063) 0:01:21.605 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:34:25 +0000 (0:00:00.024) 0:01:21.630 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:34:25 +0000 (0:00:00.019) 0:01:21.649 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:34:25 +0000 (0:00:00.019) 0:01:21.669 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:34:25 +0000 (0:00:00.047) 0:01:21.716 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:34:27 +0000 (0:00:01.322) 0:01:23.039 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:34:27 +0000 (0:00:00.020) 0:01:23.060 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:34:27 +0000 (0:00:00.023) 0:01:23.083 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029929", "end": "2024-02-05 04:34:27.262352", "rc": 0, "start": "2024-02-05 04:34:27.232423" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:34:27 +0000 (0:00:00.226) 0:01:23.310 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:34:27 +0000 (0:00:00.021) 0:01:23.332 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:34:27 +0000 (0:00:00.018) 0:01:23.350 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:34:27 +0000 (0:00:00.020) 0:01:23.370 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:34:27 +0000 (0:00:00.023) 0:01:23.394 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:34:27 +0000 (0:00:00.071) 0:01:23.466 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:34:27 +0000 (0:00:00.023) 0:01:23.489 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:34:27 +0000 (0:00:00.022) 0:01:23.512 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:34:27 +0000 (0:00:00.026) 0:01:23.538 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:34:27 +0000 (0:00:00.205) 0:01:23.744 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:34:27 +0000 (0:00:00.027) 0:01:23.771 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:34:27 +0000 (0:00:00.201) 0:01:23.973 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:34:27 +0000 (0:00:00.018) 0:01:23.992 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:34:27 +0000 (0:00:00.019) 0:01:24.011 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:34:28 +0000 (0:00:00.019) 0:01:24.030 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:34:28 +0000 (0:00:00.018) 0:01:24.049 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:34:28 +0000 (0:00:00.019) 0:01:24.068 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:34:28 +0000 (0:00:00.018) 0:01:24.087 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:34:28 +0000 (0:00:00.025) 0:01:24.112 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:34:28 +0000 (0:00:00.036) 0:01:24.148 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:34:28 +0000 (0:00:00.019) 0:01:24.168 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:34:28 +0000 (0:00:00.018) 0:01:24.186 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:34:28 +0000 (0:00:00.036) 0:01:24.223 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:34:28 +0000 (0:00:00.047) 0:01:24.271 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:34:28 +0000 (0:00:00.019) 0:01:24.291 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:34:28 +0000 (0:00:00.038) 0:01:24.329 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:34:28 +0000 (0:00:00.019) 0:01:24.348 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:34:28 +0000 (0:00:00.018) 0:01:24.366 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:34:28 +0000 (0:00:00.039) 0:01:24.406 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:34:28 +0000 (0:00:00.019) 0:01:24.426 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:34:28 +0000 (0:00:00.019) 0:01:24.445 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:34:28 +0000 (0:00:00.019) 0:01:24.464 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:34:28 +0000 (0:00:00.019) 0:01:24.484 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:34:28 +0000 (0:00:00.020) 0:01:24.504 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:34:28 +0000 (0:00:00.019) 0:01:24.524 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:34:28 +0000 (0:00:00.020) 0:01:24.544 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:34:28 +0000 (0:00:00.017) 0:01:24.562 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:34:28 +0000 (0:00:00.016) 0:01:24.579 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:34:28 +0000 (0:00:00.047) 0:01:24.626 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:34:28 +0000 (0:00:00.055) 0:01:24.682 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:34:28 +0000 (0:00:00.025) 0:01:24.707 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:34:28 +0000 (0:00:00.021) 0:01:24.728 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:34:28 +0000 (0:00:00.031) 0:01:24.759 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:34:28 +0000 (0:00:00.037) 0:01:24.797 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:34:28 +0000 (0:00:00.023) 0:01:24.821 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:34:28 +0000 (0:00:00.023) 0:01:24.844 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:34:28 +0000 (0:00:00.028) 0:01:24.873 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:34:29 +0000 (0:00:00.202) 0:01:25.075 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:34:29 +0000 (0:00:00.026) 0:01:25.102 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:34:29 +0000 (0:00:00.199) 0:01:25.301 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:34:29 +0000 (0:00:00.018) 0:01:25.320 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:34:29 +0000 (0:00:00.017) 0:01:25.337 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:34:29 +0000 (0:00:00.017) 0:01:25.354 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:34:29 +0000 (0:00:00.018) 0:01:25.373 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:34:29 +0000 (0:00:00.018) 0:01:25.391 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:34:29 +0000 (0:00:00.018) 0:01:25.410 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:34:29 +0000 (0:00:00.034) 0:01:25.444 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:34:29 +0000 (0:00:00.051) 0:01:25.495 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:34:29 +0000 (0:00:00.018) 0:01:25.514 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:34:29 +0000 (0:00:00.048) 0:01:25.562 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:34:29 +0000 (0:00:00.039) 0:01:25.602 ******* changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "bogus.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount basic.target system.slice systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids", "Description": "bogus.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "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 }", "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 }", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/systemd/generator/bogus.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "bogus.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "bogus.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/bogus.container", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "bogus", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:34:30 +0000 (0:00:00.487) 0:01:26.089 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:34:30 +0000 (0:00:00.202) 0:01:26.291 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:34:30 +0000 (0:00:00.032) 0:01:26.324 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:34:30 +0000 (0:00:00.020) 0:01:26.344 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:34:30 +0000 (0:00:00.018) 0:01:26.363 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:34:30 +0000 (0:00:00.019) 0:01:26.382 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:34:30 +0000 (0:00:00.463) 0:01:26.846 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.043238", "end": "2024-02-05 04:34:31.041512", "rc": 0, "start": "2024-02-05 04:34:30.998274" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:34:31 +0000 (0:00:00.242) 0:01:27.088 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:34:31 +0000 (0:00:00.020) 0:01:27.108 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:34:31 +0000 (0:00:00.017) 0:01:27.126 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Create user for testing] ************************************************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/tests/tests_quadlet_basic.yml:112 Monday 05 February 2024 04:34:31 +0000 (0:00:00.026) 0:01:27.153 ******* changed: [sut] => { "changed": true, "comment": "", "create_home": true, "group": 1111, "home": "/home/user_quadlet_basic", "name": "user_quadlet_basic", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1111 } TASK [Run the role - user] ***************************************************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/tests/tests_quadlet_basic.yml:117 Monday 05 February 2024 04:34:31 +0000 (0:00:00.559) 0:01:27.712 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:34:31 +0000 (0:00:00.081) 0:01:27.794 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:34:31 +0000 (0:00:00.038) 0:01:27.832 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:34:31 +0000 (0:00:00.025) 0:01:27.857 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:34:31 +0000 (0:00:00.020) 0:01:27.878 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:34:31 +0000 (0:00:00.019) 0:01:27.898 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:34:31 +0000 (0:00:00.048) 0:01:27.947 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:34:33 +0000 (0:00:01.323) 0:01:29.270 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:34:33 +0000 (0:00:00.020) 0:01:29.290 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:34:33 +0000 (0:00:00.021) 0:01:29.312 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029048", "end": "2024-02-05 04:34:33.488708", "rc": 0, "start": "2024-02-05 04:34:33.459660" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:34:33 +0000 (0:00:00.223) 0:01:29.535 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:34:33 +0000 (0:00:00.020) 0:01:29.556 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:34:33 +0000 (0:00:00.018) 0:01:29.575 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:34:33 +0000 (0:00:00.035) 0:01:29.611 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:34:33 +0000 (0:00:00.037) 0:01:29.648 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:34:33 +0000 (0:00:00.072) 0:01:29.720 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:34:33 +0000 (0:00:00.202) 0:01:29.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:34:33 +0000 (0:00:00.022) 0:01:29.945 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:34:33 +0000 (0:00:00.026) 0:01:29.971 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:34:34 +0000 (0:00:00.200) 0:01:30.172 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:34:34 +0000 (0:00:00.026) 0:01:30.198 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:34:34 +0000 (0:00:00.201) 0:01:30.399 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003680", "end": "2024-02-05 04:34:34.554668", "rc": 0, "start": "2024-02-05 04:34:34.550988" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:34:34 +0000 (0:00:00.201) 0:01:30.601 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003803", "end": "2024-02-05 04:34:34.755241", "rc": 0, "start": "2024-02-05 04:34:34.751438" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:34:34 +0000 (0:00:00.199) 0:01:30.800 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:34:34 +0000 (0:00:00.018) 0:01:30.819 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:34:34 +0000 (0:00:00.017) 0:01:30.837 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:34:34 +0000 (0:00:00.018) 0:01:30.855 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:34:34 +0000 (0:00:00.018) 0:01:30.873 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:34:34 +0000 (0:00:00.025) 0:01:30.899 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:34:34 +0000 (0:00:00.036) 0:01:30.936 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:34:34 +0000 (0:00:00.020) 0:01:30.956 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:34:34 +0000 (0:00:00.018) 0:01:30.975 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:34:35 +0000 (0:00:00.070) 0:01:31.045 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:34:35 +0000 (0:00:00.020) 0:01:31.066 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:34:35 +0000 (0:00:00.020) 0:01:31.086 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:34:35 +0000 (0:00:00.036) 0:01:31.123 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:34:35 +0000 (0:00:00.018) 0:01:31.142 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:34:35 +0000 (0:00:00.018) 0:01:31.161 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:34:35 +0000 (0:00:00.038) 0:01:31.199 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:34:35 +0000 (0:00:00.019) 0:01:31.219 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:34:35 +0000 (0:00:00.018) 0:01:31.237 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:34:35 +0000 (0:00:00.018) 0:01:31.256 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:34:35 +0000 (0:00:00.018) 0:01:31.275 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:34:35 +0000 (0:00:00.018) 0:01:31.294 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:34:35 +0000 (0:00:00.018) 0:01:31.312 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:34:35 +0000 (0:00:00.019) 0:01:31.332 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:34:35 +0000 (0:00:00.056) 0:01:31.389 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 1] ***************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:34:35 +0000 (0:00:00.055) 0:01:31.444 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:34:35 +0000 (0:00:00.022) 0:01:31.466 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:34:35 +0000 (0:00:00.025) 0:01:31.492 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:34:35 +0000 (0:00:00.030) 0:01:31.523 ******* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": "0:00:00.020312", "end": "2024-02-05 04:34:35.697516", "rc": 0, "start": "2024-02-05 04:34:35.677204" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:34:35 +0000 (0:00:00.232) 0:01:31.755 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:34:35 +0000 (0:00:00.024) 0:01:31.780 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:34:35 +0000 (0:00:00.020) 0:01:31.800 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:34:36 +0000 (0:00:00.462) 0:01:32.263 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:34:36 +0000 (0:00:00.023) 0:01:32.286 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:34:36 +0000 (0:00:00.022) 0:01:32.309 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:34:36 +0000 (0:00:00.025) 0:01:32.334 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:34:36 +0000 (0:00:00.031) 0:01:32.365 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:34:36 +0000 (0:00:00.197) 0:01:32.562 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:34:36 +0000 (0:00:00.023) 0:01:32.586 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:34:36 +0000 (0:00:00.020) 0:01:32.607 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:34:37 +0000 (0:00:00.603) 0:01:33.210 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:34:37 +0000 (0:00:00.016) 0:01:33.226 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.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-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:34:37 +0000 (0:00:00.095) 0:01:33.322 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:34:37 +0000 (0:00:00.026) 0:01:33.349 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:34:37 +0000 (0:00:00.026) 0:01:33.375 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:34:37 +0000 (0:00:00.018) 0:01:33.394 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:34:37 +0000 (0:00:00.031) 0:01:33.425 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:34:37 +0000 (0:00:00.035) 0:01:33.461 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:34:37 +0000 (0:00:00.022) 0:01:33.483 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:34:37 +0000 (0:00:00.021) 0:01:33.505 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:34:37 +0000 (0:00:00.027) 0:01:33.532 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:34:37 +0000 (0:00:00.201) 0:01:33.734 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:34:37 +0000 (0:00:00.027) 0:01:33.761 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:34:37 +0000 (0:00:00.203) 0:01:33.965 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003980", "end": "2024-02-05 04:34:38.122051", "rc": 0, "start": "2024-02-05 04:34:38.118071" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:34:38 +0000 (0:00:00.204) 0:01:34.169 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003798", "end": "2024-02-05 04:34:38.325351", "rc": 0, "start": "2024-02-05 04:34:38.321553" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:34:38 +0000 (0:00:00.202) 0:01:34.371 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:34:38 +0000 (0:00:00.019) 0:01:34.391 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:34:38 +0000 (0:00:00.018) 0:01:34.409 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:34:38 +0000 (0:00:00.017) 0:01:34.427 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:34:38 +0000 (0:00:00.054) 0:01:34.482 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:34:38 +0000 (0:00:00.036) 0:01:34.519 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:34:38 +0000 (0:00:00.021) 0:01:34.541 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:34:38 +0000 (0:00:00.020) 0:01:34.561 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:34:38 +0000 (0:00:00.050) 0:01:34.612 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:34:38 +0000 (0:00:00.019) 0:01:34.631 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 05 February 2024 04:34:38 +0000 (0:00:00.042) 0:01:34.674 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:34:38 +0000 (0:00:00.033) 0:01:34.707 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:34:38 +0000 (0:00:00.197) 0:01:34.904 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:34:38 +0000 (0:00:00.025) 0:01:34.930 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 05 February 2024 04:34:38 +0000 (0:00:00.020) 0:01:34.950 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Monday 05 February 2024 04:34:38 +0000 (0:00:00.018) 0:01:34.968 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Monday 05 February 2024 04:34:38 +0000 (0:00:00.019) 0:01:34.988 ******* changed: [sut] => { "changed": true, "gid": 1111, "group": "user_quadlet_basic", "mode": "0755", "owner": "user_quadlet_basic", "path": "/home/user_quadlet_basic/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Monday 05 February 2024 04:34:39 +0000 (0:00:00.208) 0:01:35.197 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Monday 05 February 2024 04:34:39 +0000 (0:00:00.020) 0:01:35.217 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Monday 05 February 2024 04:34:39 +0000 (0:00:00.019) 0:01:35.237 ******* 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-1707107679.253981-7328-104201521739279/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Monday 05 February 2024 04:34:39 +0000 (0:00:00.529) 0:01:35.766 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Monday 05 February 2024 04:34:40 +0000 (0:00:00.368) 0:01:36.135 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Monday 05 February 2024 04:34:40 +0000 (0:00:00.057) 0:01:36.192 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:34:40 +0000 (0:00:00.023) 0:01:36.216 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:34:40 +0000 (0:00:00.027) 0:01:36.243 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:34:40 +0000 (0:00:00.025) 0:01:36.269 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:34:40 +0000 (0:00:00.020) 0:01:36.289 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:34:40 +0000 (0:00:00.031) 0:01:36.321 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:34:40 +0000 (0:00:00.036) 0:01:36.358 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:34:40 +0000 (0:00:00.023) 0:01:36.381 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:34:40 +0000 (0:00:00.023) 0:01:36.405 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:34:40 +0000 (0:00:00.027) 0:01:36.432 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:34:40 +0000 (0:00:00.201) 0:01:36.634 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:34:40 +0000 (0:00:00.026) 0:01:36.661 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:34:40 +0000 (0:00:00.199) 0:01:36.860 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003868", "end": "2024-02-05 04:34:41.014345", "rc": 0, "start": "2024-02-05 04:34:41.010477" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:34:41 +0000 (0:00:00.200) 0:01:37.060 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003699", "end": "2024-02-05 04:34:41.214411", "rc": 0, "start": "2024-02-05 04:34:41.210712" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:34:41 +0000 (0:00:00.198) 0:01:37.259 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:34:41 +0000 (0:00:00.019) 0:01:37.278 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:34:41 +0000 (0:00:00.018) 0:01:37.296 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:34:41 +0000 (0:00:00.019) 0:01:37.316 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:34:41 +0000 (0:00:00.058) 0:01:37.374 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:34:41 +0000 (0:00:00.036) 0:01:37.411 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:34:41 +0000 (0:00:00.022) 0:01:37.434 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:34:41 +0000 (0:00:00.020) 0:01:37.454 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:34:41 +0000 (0:00:00.048) 0:01:37.503 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:34:41 +0000 (0:00:00.019) 0:01:37.522 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 05 February 2024 04:34:41 +0000 (0:00:00.042) 0:01:37.565 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:34:41 +0000 (0:00:00.033) 0:01:37.598 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:34:41 +0000 (0:00:00.200) 0:01:37.799 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:34:41 +0000 (0:00:00.025) 0:01:37.825 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 05 February 2024 04:34:41 +0000 (0:00:00.022) 0:01:37.848 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Monday 05 February 2024 04:34:41 +0000 (0:00:00.017) 0:01:37.866 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Monday 05 February 2024 04:34:41 +0000 (0:00:00.019) 0:01:37.885 ******* ok: [sut] => { "changed": false, "gid": 1111, "group": "user_quadlet_basic", "mode": "0755", "owner": "user_quadlet_basic", "path": "/home/user_quadlet_basic/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 35, "state": "directory", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Monday 05 February 2024 04:34:42 +0000 (0:00:00.209) 0:01:38.094 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Monday 05 February 2024 04:34:42 +0000 (0:00:00.020) 0:01:38.115 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Monday 05 February 2024 04:34:42 +0000 (0:00:00.020) 0:01:38.135 ******* 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-1707107682.1536038-7379-65023428051372/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Monday 05 February 2024 04:34:42 +0000 (0:00:00.531) 0:01:38.667 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Monday 05 February 2024 04:34:43 +0000 (0:00:00.367) 0:01:39.034 ******* changed: [sut] => { "changed": true, "name": "quadlet-basic-mysql-volume.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.slice -.mount run-user-1111.mount basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-basic-mysql-volume.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-mysql-volume.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "quadlet-basic-mysql-volume.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql-volume.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "-.slice basic.target", "RequiresMountsFor": "/run/user/1111/containers /home/user_quadlet_basic", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "-.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql-volume", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Monday 05 February 2024 04:34:43 +0000 (0:00:00.444) 0:01:39.479 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:34:43 +0000 (0:00:00.021) 0:01:39.500 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:34:43 +0000 (0:00:00.027) 0:01:39.528 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:34:43 +0000 (0:00:00.026) 0:01:39.554 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:34:43 +0000 (0:00:00.020) 0:01:39.575 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:34:43 +0000 (0:00:00.031) 0:01:39.606 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:34:43 +0000 (0:00:00.036) 0:01:39.642 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:34:43 +0000 (0:00:00.023) 0:01:39.666 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:34:43 +0000 (0:00:00.021) 0:01:39.688 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:34:43 +0000 (0:00:00.027) 0:01:39.715 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:34:43 +0000 (0:00:00.200) 0:01:39.916 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:34:43 +0000 (0:00:00.027) 0:01:39.943 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:34:44 +0000 (0:00:00.201) 0:01:40.145 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004013", "end": "2024-02-05 04:34:44.300622", "rc": 0, "start": "2024-02-05 04:34:44.296609" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:34:44 +0000 (0:00:00.201) 0:01:40.347 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003850", "end": "2024-02-05 04:34:44.502967", "rc": 0, "start": "2024-02-05 04:34:44.499117" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:34:44 +0000 (0:00:00.202) 0:01:40.549 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:34:44 +0000 (0:00:00.019) 0:01:40.568 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:34:44 +0000 (0:00:00.018) 0:01:40.586 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:34:44 +0000 (0:00:00.017) 0:01:40.604 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:34:44 +0000 (0:00:00.054) 0:01:40.658 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:34:44 +0000 (0:00:00.036) 0:01:40.694 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:34:44 +0000 (0:00:00.022) 0:01:40.717 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:34:44 +0000 (0:00:00.021) 0:01:40.738 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:34:44 +0000 (0:00:00.049) 0:01:40.787 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:34:44 +0000 (0:00:00.018) 0:01:40.806 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Monday 05 February 2024 04:34:44 +0000 (0:00:00.041) 0:01:40.848 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:34:44 +0000 (0:00:00.032) 0:01:40.880 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:34:45 +0000 (0:00:00.198) 0:01:41.078 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:34:45 +0000 (0:00:00.025) 0:01:41.104 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Monday 05 February 2024 04:34:45 +0000 (0:00:00.020) 0:01:41.125 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Monday 05 February 2024 04:34:45 +0000 (0:00:00.017) 0:01:41.142 ******* 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": [ "/bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json", "/bin/podman image exists quay.io/linux-system-roles/mysql:5.6", "/bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q", "/bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json" ] } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Monday 05 February 2024 04:34:54 +0000 (0:00:09.017) 0:01:50.160 ******* ok: [sut] => { "changed": false, "gid": 1111, "group": "user_quadlet_basic", "mode": "0755", "owner": "user_quadlet_basic", "path": "/home/user_quadlet_basic/.config/containers/systemd", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 69, "state": "directory", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ******** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Monday 05 February 2024 04:34:54 +0000 (0:00:00.211) 0:01:50.372 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Monday 05 February 2024 04:34:54 +0000 (0:00:00.020) 0:01:50.393 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Monday 05 February 2024 04:34:54 +0000 (0:00:00.019) 0:01:50.412 ******* 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-1707107694.4300091-7432-216728920254230/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Monday 05 February 2024 04:34:54 +0000 (0:00:00.535) 0:01:50.947 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Monday 05 February 2024 04:34:55 +0000 (0:00:00.367) 0:01:51.314 ******* 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 -xe" for details. TASK [Dump journal] ************************************************************ task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/tests/tests_quadlet_basic.yml:182 Monday 05 February 2024 04:34:55 +0000 (0:00:00.536) 0:01:51.850 ******* ok: [sut] => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.029312", "end": "2024-02-05 04:34:56.028429", "rc": 0, "start": "2024-02-05 04:34:55.999117" } STDOUT: -- Logs begin at Mon 2024-02-05 04:20:37 UTC, end at Mon 2024-02-05 04:34:55 UTC. -- Feb 05 04:20:39 localhost.localdomain systemd[1]: systemd-udev-trigger.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-udev-trigger.service has successfully entered the 'dead' state. Feb 05 04:20:39 localhost.localdomain systemd[1]: Stopped udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udev-trigger.service has finished shutting down. Feb 05 04:20:39 localhost.localdomain systemd[1]: systemd-udevd.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-udevd.service has successfully entered the 'dead' state. Feb 05 04:20:39 localhost.localdomain systemd[1]: Stopped udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has finished shutting down. Feb 05 04:20:39 localhost.localdomain systemd[1]: initrd-cleanup.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit initrd-cleanup.service has successfully entered the 'dead' state. Feb 05 04:20:39 localhost.localdomain systemd[1]: Started Cleaning Up and Shutting Down Daemons. -- Subject: Unit initrd-cleanup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-cleanup.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:39 localhost.localdomain systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-tmpfiles-setup-dev.service has successfully entered the 'dead' state. Feb 05 04:20:39 localhost.localdomain systemd[1]: Stopped Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup-dev.service has finished shutting down. Feb 05 04:20:39 localhost.localdomain systemd[1]: kmod-static-nodes.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit kmod-static-nodes.service has successfully entered the 'dead' state. Feb 05 04:20:39 localhost.localdomain systemd[1]: Stopped Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kmod-static-nodes.service has finished shutting down. Feb 05 04:20:39 localhost.localdomain systemd[1]: dracut-pre-udev.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dracut-pre-udev.service has successfully entered the 'dead' state. Feb 05 04:20:39 localhost.localdomain systemd[1]: Stopped dracut pre-udev hook. -- Subject: Unit dracut-pre-udev.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-pre-udev.service has finished shutting down. Feb 05 04:20:39 localhost.localdomain systemd[1]: dracut-cmdline.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dracut-cmdline.service has successfully entered the 'dead' state. Feb 05 04:20:39 localhost.localdomain systemd[1]: Stopped dracut cmdline hook. -- Subject: Unit dracut-cmdline.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-cmdline.service has finished shutting down. Feb 05 04:20:39 localhost.localdomain systemd[1]: systemd-udevd-kernel.socket: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-udevd-kernel.socket has successfully entered the 'dead' state. Feb 05 04:20:39 localhost.localdomain systemd[1]: Closed udev Kernel Socket. -- Subject: Unit systemd-udevd-kernel.socket has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd-kernel.socket has finished shutting down. Feb 05 04:20:39 localhost.localdomain systemd[1]: systemd-udevd-control.socket: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-udevd-control.socket has successfully entered the 'dead' state. Feb 05 04:20:39 localhost.localdomain systemd[1]: Closed udev Control Socket. -- Subject: Unit systemd-udevd-control.socket has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd-control.socket has finished shutting down. Feb 05 04:20:39 localhost.localdomain systemd[1]: Starting Cleanup udevd DB... -- Subject: Unit initrd-udevadm-cleanup-db.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-udevadm-cleanup-db.service has begun starting up. Feb 05 04:20:39 localhost.localdomain systemd[1]: initrd-udevadm-cleanup-db.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit initrd-udevadm-cleanup-db.service has successfully entered the 'dead' state. Feb 05 04:20:39 localhost.localdomain systemd[1]: Started Cleanup udevd DB. -- Subject: Unit initrd-udevadm-cleanup-db.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-udevadm-cleanup-db.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:39 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. Feb 05 04:20:39 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:39 localhost.localdomain systemd[1]: Reached target Switch Root. -- Subject: Unit initrd-switch-root.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-switch-root.target has finished starting up. -- -- The start-up result is done. Feb 05 04:20:40 localhost.localdomain systemd[1]: Started Plymouth switch root service. -- Subject: Unit plymouth-switch-root.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-switch-root.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:40 localhost.localdomain systemd[1]: Starting Switch Root... -- Subject: Unit initrd-switch-root.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-switch-root.service has begun starting up. Feb 05 04:20:40 localhost.localdomain systemd[1]: Switching root. Feb 05 04:20:40 localhost.localdomain systemd-journald[219]: Journal stopped -- Subject: The journal has been stopped -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The system journal process has shut down and closed all currently -- active journal files. Feb 05 04:20:45 localhost.localdomain kernel: printk: systemd: 17 output lines suppressed due to ratelimiting Feb 05 04:20:45 localhost.localdomain kernel: audit: type=1404 audit(1707106842.264:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1 Feb 05 04:20:45 localhost.localdomain kernel: SELinux: policy capability network_peer_controls=1 Feb 05 04:20:45 localhost.localdomain kernel: SELinux: policy capability open_perms=1 Feb 05 04:20:45 localhost.localdomain kernel: SELinux: policy capability extended_socket_class=1 Feb 05 04:20:45 localhost.localdomain kernel: SELinux: policy capability always_check_network=0 Feb 05 04:20:45 localhost.localdomain kernel: SELinux: policy capability cgroup_seclabel=1 Feb 05 04:20:45 localhost.localdomain kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 05 04:20:45 localhost.localdomain kernel: audit: type=1403 audit(1707106843.198:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 Feb 05 04:20:45 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 935.789ms. Feb 05 04:20:45 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 19.211ms. Feb 05 04:20:45 localhost.localdomain systemd[1]: systemd 239 (239-79.el8) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy) Feb 05 04:20:45 localhost.localdomain systemd[1]: Detected virtualization xen. Feb 05 04:20:45 localhost.localdomain systemd[1]: Detected architecture x86-64. Feb 05 04:20:45 localhost.localdomain systemd[1]: Set hostname to . Feb 05 04:20:45 localhost.localdomain systemd[1]: Initializing machine ID from random generator. Feb 05 04:20:45 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file. Feb 05 04:20:45 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:20:45 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:20:45 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:20:45 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:20:45 localhost.localdomain systemd-journald[513]: Journal started -- Subject: The journal has been started -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The system journal process has started up, opened the journal -- files for writing and is now ready to process requests. Feb 05 04:20:45 localhost.localdomain systemd-journald[513]: Runtime journal (/run/log/journal/7e7d9ab70b9145728c6b5fa843ac9323) is 8.0M, max 176.9M, 168.9M free. -- Subject: Disk space used by the journal -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Runtime journal (/run/log/journal/7e7d9ab70b9145728c6b5fa843ac9323) is currently using 8.0M. -- Maximum allowed usage is set to 176.9M. -- Leaving at least 265.4M free (of currently available 1.7G of disk space). -- Enforced usage limit is thus 176.9M, of which 168.9M are still available. -- -- The limits controlling how much disk space is used by the journal may -- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, -- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in -- /etc/systemd/journald.conf. See journald.conf(5) for details. Feb 05 04:20:45 localhost.localdomain systemd[1]: systemd-journald.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-journald.service has successfully entered the 'dead' state. Feb 05 04:20:45 localhost.localdomain systemd[1]: Started Read and set NIS domainname from /etc/sysconfig/network. -- Subject: Unit nis-domainname.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nis-domainname.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:45 localhost.localdomain systemd[1]: Started Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kmod-static-nodes.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:45 localhost.localdomain systemd[1]: Mounted POSIX Message Queue File System. -- Subject: Unit dev-mqueue.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dev-mqueue.mount has finished starting up. -- -- The start-up result is done. Feb 05 04:20:45 localhost.localdomain systemd[1]: Mounted Kernel Debug File System. -- Subject: Unit sys-kernel-debug.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-kernel-debug.mount has finished starting up. -- -- The start-up result is done. Feb 05 04:20:45 localhost.localdomain systemd[1]: Mounted Huge Pages File System. -- Subject: Unit dev-hugepages.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dev-hugepages.mount has finished starting up. -- -- The start-up result is done. Feb 05 04:20:45 localhost.localdomain systemd[1]: Started Remount Root and Kernel File Systems. -- Subject: Unit systemd-remount-fs.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-remount-fs.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:45 localhost.localdomain systemd[1]: Starting Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has begun starting up. Feb 05 04:20:45 localhost.localdomain systemd[1]: Starting Create Static Device Nodes in /dev... -- Subject: Unit systemd-tmpfiles-setup-dev.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup-dev.service has begun starting up. Feb 05 04:20:45 localhost.localdomain systemd[1]: Starting Load/Save Random Seed... -- Subject: Unit systemd-random-seed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-random-seed.service has begun starting up. Feb 05 04:20:45 localhost.localdomain systemd[1]: Started Load/Save Random Seed. -- Subject: Unit systemd-random-seed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-random-seed.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:45 localhost.localdomain systemd-journald[513]: Runtime journal (/run/log/journal/7e7d9ab70b9145728c6b5fa843ac9323) is 8.0M, max 176.9M, 168.9M free. -- Subject: Disk space used by the journal -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Runtime journal (/run/log/journal/7e7d9ab70b9145728c6b5fa843ac9323) is currently using 8.0M. -- Maximum allowed usage is set to 176.9M. -- Leaving at least 265.4M free (of currently available 1.7G of disk space). -- Enforced usage limit is thus 176.9M, of which 168.9M are still available. -- -- The limits controlling how much disk space is used by the journal may -- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, -- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in -- /etc/systemd/journald.conf. See journald.conf(5) for details. Feb 05 04:20:45 localhost.localdomain systemd[1]: Started Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:45 localhost.localdomain systemd[1]: Started udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udev-trigger.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:45 localhost.localdomain systemd[1]: Started Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-sysctl.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:46 localhost.localdomain systemd[1]: Started Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup-dev.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:46 localhost.localdomain systemd[1]: Reached target Local File Systems (Pre). -- Subject: Unit local-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit local-fs-pre.target has finished starting up. -- -- The start-up result is done. Feb 05 04:20:46 localhost.localdomain systemd[1]: Reached target Local File Systems. -- Subject: Unit local-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit local-fs.target has finished starting up. -- -- The start-up result is done. Feb 05 04:20:46 localhost.localdomain systemd[1]: Starting Commit a transient machine-id on disk... -- Subject: Unit systemd-machine-id-commit.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-machine-id-commit.service has begun starting up. Feb 05 04:20:46 localhost.localdomain systemd[1]: Starting Import network configuration from initramfs... -- Subject: Unit import-state.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit import-state.service has begun starting up. Feb 05 04:20:46 localhost.localdomain systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... -- Subject: Unit plymouth-read-write.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-read-write.service has begun starting up. Feb 05 04:20:46 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has begun starting up. Feb 05 04:20:46 localhost.localdomain systemd[1]: etc-machine\x2did.mount: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit etc-machine\x2did.mount has successfully entered the 'dead' state. Feb 05 04:20:46 localhost.localdomain systemd[1]: Started Commit a transient machine-id on disk. -- Subject: Unit systemd-machine-id-commit.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-machine-id-commit.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:46 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. Feb 05 04:20:46 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:46 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 352 (plymouthd). Feb 05 04:20:46 localhost.localdomain systemd[1]: Started Tell Plymouth To Write Out Runtime Data. -- Subject: Unit plymouth-read-write.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-read-write.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:46 localhost.localdomain systemd[1]: Started Import network configuration from initramfs. -- Subject: Unit import-state.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit import-state.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:46 localhost.localdomain systemd[1]: Starting Create Volatile Files and Directories... -- Subject: Unit systemd-tmpfiles-setup.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup.service has begun starting up. Feb 05 04:20:46 localhost.localdomain systemd[1]: Started Create Volatile Files and Directories. -- Subject: Unit systemd-tmpfiles-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:46 localhost.localdomain systemd[1]: Starting RPC Bind... -- Subject: Unit rpcbind.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpcbind.service has begun starting up. Feb 05 04:20:46 localhost.localdomain systemd[1]: Starting Security Auditing Service... -- Subject: Unit auditd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has begun starting up. Feb 05 04:20:46 localhost.localdomain systemd-udevd[547]: Network interface NamePolicy= disabled on kernel command line, ignoring. Feb 05 04:20:46 localhost.localdomain systemd[1]: Mounting RPC Pipe File System... -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit var-lib-nfs-rpc_pipefs.mount has begun starting up. Feb 05 04:20:46 localhost.localdomain systemd[1]: Started RPC Bind. -- Subject: Unit rpcbind.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpcbind.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:46 localhost.localdomain auditd[570]: No plugins found, not dispatching events Feb 05 04:20:46 localhost.localdomain auditd[570]: Init complete, auditd 3.1.2 listening for events (startup state enable) Feb 05 04:20:46 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:46 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module. Feb 05 04:20:46 localhost.localdomain kernel: RPC: Registered udp transport module. Feb 05 04:20:46 localhost.localdomain kernel: RPC: Registered tcp transport module. Feb 05 04:20:46 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Feb 05 04:20:46 localhost.localdomain systemd[1]: Mounted RPC Pipe File System. -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit var-lib-nfs-rpc_pipefs.mount has finished starting up. -- -- The start-up result is done. Feb 05 04:20:46 localhost.localdomain systemd[1]: Reached target rpc_pipefs.target. -- Subject: Unit rpc_pipefs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpc_pipefs.target has finished starting up. -- -- The start-up result is done. Feb 05 04:20:46 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Feb 05 04:20:46 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Feb 05 04:20:46 localhost.localdomain kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer Feb 05 04:20:46 localhost.localdomain kernel: EDAC sbridge: Seeking for: PCI ID 8086:2fa0 Feb 05 04:20:46 localhost.localdomain kernel: EDAC sbridge: Ver: 1.1.2 Feb 05 04:20:46 localhost.localdomain augenrules[573]: /sbin/augenrules: No change Feb 05 04:20:46 localhost.localdomain systemd-udevd[587]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Feb 05 04:20:46 localhost.localdomain augenrules[618]: No rules Feb 05 04:20:46 localhost.localdomain augenrules[618]: enabled 1 Feb 05 04:20:46 localhost.localdomain augenrules[618]: failure 1 Feb 05 04:20:46 localhost.localdomain augenrules[618]: pid 570 Feb 05 04:20:46 localhost.localdomain augenrules[618]: rate_limit 0 Feb 05 04:20:46 localhost.localdomain augenrules[618]: backlog_limit 8192 Feb 05 04:20:46 localhost.localdomain augenrules[618]: lost 0 Feb 05 04:20:46 localhost.localdomain augenrules[618]: backlog 0 Feb 05 04:20:46 localhost.localdomain augenrules[618]: backlog_wait_time 60000 Feb 05 04:20:46 localhost.localdomain augenrules[618]: backlog_wait_time_actual 0 Feb 05 04:20:46 localhost.localdomain augenrules[618]: enabled 1 Feb 05 04:20:46 localhost.localdomain augenrules[618]: failure 1 Feb 05 04:20:46 localhost.localdomain augenrules[618]: pid 570 Feb 05 04:20:46 localhost.localdomain augenrules[618]: rate_limit 0 Feb 05 04:20:46 localhost.localdomain augenrules[618]: backlog_limit 8192 Feb 05 04:20:46 localhost.localdomain augenrules[618]: lost 0 Feb 05 04:20:46 localhost.localdomain augenrules[618]: backlog 0 Feb 05 04:20:46 localhost.localdomain augenrules[618]: backlog_wait_time 60000 Feb 05 04:20:46 localhost.localdomain augenrules[618]: backlog_wait_time_actual 0 Feb 05 04:20:46 localhost.localdomain augenrules[618]: enabled 1 Feb 05 04:20:46 localhost.localdomain augenrules[618]: failure 1 Feb 05 04:20:46 localhost.localdomain augenrules[618]: pid 570 Feb 05 04:20:46 localhost.localdomain augenrules[618]: rate_limit 0 Feb 05 04:20:46 localhost.localdomain augenrules[618]: backlog_limit 8192 Feb 05 04:20:46 localhost.localdomain augenrules[618]: lost 0 Feb 05 04:20:46 localhost.localdomain augenrules[618]: backlog 0 Feb 05 04:20:46 localhost.localdomain augenrules[618]: backlog_wait_time 60000 Feb 05 04:20:46 localhost.localdomain augenrules[618]: backlog_wait_time_actual 0 Feb 05 04:20:46 localhost.localdomain systemd[1]: Started Security Auditing Service. -- Subject: Unit auditd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:46 localhost.localdomain systemd[1]: Starting Update UTMP about System Boot/Shutdown... -- Subject: Unit systemd-update-utmp.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-update-utmp.service has begun starting up. Feb 05 04:20:46 localhost.localdomain systemd[1]: Started Update UTMP about System Boot/Shutdown. -- Subject: Unit systemd-update-utmp.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-update-utmp.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:46 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket. -- Subject: Unit sssd-kcm.socket has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sssd-kcm.socket has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain systemd[1]: Started daily update of the root trust anchor for DNSSEC. -- Subject: Unit unbound-anchor.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.timer has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain systemd[1]: Started Daily Cleanup of Temporary Directories. -- Subject: Unit systemd-tmpfiles-clean.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-clean.timer has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain systemd[1]: Started dnf makecache --timer. -- Subject: Unit dnf-makecache.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dnf-makecache.timer has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain systemd[1]: Reached target Timers. -- Subject: Unit timers.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit timers.target has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain systemd[1]: Listening on D-Bus System Message Bus Socket. -- Subject: Unit dbus.socket has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dbus.socket has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain systemd[1]: Reached target Sockets. -- Subject: Unit sockets.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sockets.target has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain systemd[1]: Starting NTP client/server... -- Subject: Unit chronyd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has begun starting up. Feb 05 04:20:47 localhost.localdomain systemd[1]: Started D-Bus System Message Bus. -- Subject: Unit dbus.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dbus.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain systemd[1]: Reached target User and Group Name Lookups. -- Subject: Unit nss-user-lookup.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nss-user-lookup.target has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. -- Subject: Unit rngd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rngd.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain systemd[1]: Starting Login Service... -- Subject: Unit systemd-logind.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-logind.service has begun starting up. Feb 05 04:20:47 localhost.localdomain systemd[1]: Starting Initial cloud-init job (pre-networking)... -- Subject: Unit cloud-init-local.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init-local.service has begun starting up. Feb 05 04:20:47 localhost.localdomain systemd[1]: Started irqbalance daemon. -- Subject: Unit irqbalance.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit irqbalance.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain systemd[1]: Starting Restore /run/initramfs on shutdown... -- Subject: Unit dracut-shutdown.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-shutdown.service has begun starting up. Feb 05 04:20:47 localhost.localdomain systemd[1]: Reached target sshd-keygen.target. -- Subject: Unit sshd-keygen.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd-keygen.target has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain systemd[1]: Starting update of the root trust anchor for DNSSEC validation in unbound... -- Subject: Unit unbound-anchor.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.service has begun starting up. Feb 05 04:20:47 localhost.localdomain systemd-logind[633]: New seat seat0. -- Subject: A new seat seat0 is now available -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new seat seat0 has been configured and is now available. Feb 05 04:20:47 localhost.localdomain systemd-logind[633]: Watching system buttons on /dev/input/event0 (Power Button) Feb 05 04:20:47 localhost.localdomain systemd-logind[633]: Watching system buttons on /dev/input/event1 (Sleep Button) Feb 05 04:20:47 localhost.localdomain systemd-logind[633]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Feb 05 04:20:47 localhost.localdomain systemd[1]: Started Restore /run/initramfs on shutdown. -- Subject: Unit dracut-shutdown.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-shutdown.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain systemd[1]: Started Login Service. -- Subject: Unit systemd-logind.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-logind.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain chronyd[641]: chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Feb 05 04:20:47 localhost.localdomain systemd-udevd[589]: Using default interface naming scheme 'rhel-8.0'. Feb 05 04:20:47 localhost.localdomain chronyd[641]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Feb 05 04:20:47 localhost.localdomain chronyd[641]: Using right/UTC timezone to obtain leap second data Feb 05 04:20:47 localhost.localdomain systemd[1]: Started NTP client/server. -- Subject: Unit chronyd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain systemd-udevd[589]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Feb 05 04:20:47 localhost.localdomain rngd[632]: Disabling 7: PKCS11 Entropy generator (pkcs11) Feb 05 04:20:47 localhost.localdomain rngd[632]: Disabling 5: NIST Network Entropy Beacon (nist) Feb 05 04:20:47 localhost.localdomain rngd[632]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Feb 05 04:20:47 localhost.localdomain rngd[632]: Initializing available sources Feb 05 04:20:47 localhost.localdomain rngd[632]: [hwrng ]: Initialization Failed Feb 05 04:20:47 localhost.localdomain rngd[632]: [rdrand]: Enabling RDRAND rng support Feb 05 04:20:47 localhost.localdomain rngd[632]: [rdrand]: Initialized Feb 05 04:20:47 localhost.localdomain rngd[632]: [jitter]: JITTER timeout set to 5 sec Feb 05 04:20:47 localhost.localdomain systemd[1]: unbound-anchor.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit unbound-anchor.service has successfully entered the 'dead' state. Feb 05 04:20:47 localhost.localdomain systemd[1]: Started update of the root trust anchor for DNSSEC validation in unbound. -- Subject: Unit unbound-anchor.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:47 localhost.localdomain rngd[632]: [jitter]: Initializing AES buffer Feb 05 04:20:52 localhost.localdomain rngd[632]: [jitter]: Unable to obtain AES key, disabling JITTER source Feb 05 04:20:52 localhost.localdomain rngd[632]: [jitter]: Initialization Failed Feb 05 04:20:52 localhost.localdomain rngd[632]: Process privileges have been dropped to 2:2 Feb 05 04:20:52 localhost.localdomain dhclient[656]: Internet Systems Consortium DHCP Client 4.3.6 Feb 05 04:20:52 localhost.localdomain dhclient[656]: Copyright 2004-2017 Internet Systems Consortium. Feb 05 04:20:52 localhost.localdomain dhclient[656]: All rights reserved. Feb 05 04:20:52 localhost.localdomain dhclient[656]: For info, please visit https://www.isc.org/software/dhcp/ Feb 05 04:20:52 localhost.localdomain dhclient[656]: Feb 05 04:20:52 localhost.localdomain dhclient[656]: Listening on LPF/eth0/0a:b8:db:3a:f5:2b Feb 05 04:20:52 localhost.localdomain dhclient[656]: Sending on LPF/eth0/0a:b8:db:3a:f5:2b Feb 05 04:20:52 localhost.localdomain dhclient[656]: Sending on Socket/fallback Feb 05 04:20:52 localhost.localdomain dhclient[656]: Created duid "\000\004~}\232\267\013\221Er\214k_\250C\254\223#". Feb 05 04:20:52 localhost.localdomain dhclient[656]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 (xid=0x78e3366b) Feb 05 04:20:52 localhost.localdomain dhclient[656]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x78e3366b) Feb 05 04:20:52 localhost.localdomain dhclient[656]: DHCPOFFER from 10.31.12.1 Feb 05 04:20:52 localhost.localdomain dhclient[656]: DHCPACK from 10.31.12.1 (xid=0x78e3366b) Feb 05 04:20:52 localhost.localdomain dhclient[656]: bound to 10.31.14.219 -- renewal in 1649 seconds. Feb 05 04:20:53 localhost.localdomain dbus-daemon[631]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=671 comm="hostnamectl set-hostname ip-10-31-14-219.us-east-1" label="system_u:system_r:cloud_init_t:s0") Feb 05 04:20:53 localhost.localdomain systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has begun starting up. Feb 05 04:20:53 localhost.localdomain dbus-daemon[631]: [system] Successfully activated service 'org.freedesktop.hostname1' Feb 05 04:20:53 localhost.localdomain systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com systemd-hostnamed[672]: Changed static host name to 'ip-10-31-14-219.us-east-1.aws.redhat.com' Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com systemd-hostnamed[672]: Changed host name to 'ip-10-31-14-219.us-east-1.aws.redhat.com' Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[654]: Cloud-init v. 23.4-2.el8 running 'init-local' at Mon, 05 Feb 2024 04:20:52 +0000. Up 15.35 seconds. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (pre-networking). -- Subject: Unit cloud-init-local.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init-local.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Reached target Network (Pre). -- Subject: Unit network-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit network-pre.target has finished starting up. -- -- The start-up result is done. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager... -- Subject: Unit NetworkManager.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager.service has begun starting up. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.7987] NetworkManager (version 1.40.16-14.el8) is starting... (boot:37e82b21-8382-4822-8344-ddc48f0e9400) Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8003] Read config: /etc/NetworkManager/NetworkManager.conf (run: 15-carrier-timeout.conf) Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Network Manager. -- Subject: Unit NetworkManager.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Wait Online... -- Subject: Unit NetworkManager-wait-online.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-wait-online.service has begun starting up. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Reached target Network. -- Subject: Unit network.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit network.target has finished starting up. -- -- The start-up result is done. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting GSSAPI Proxy Daemon... -- Subject: Unit gssproxy.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit gssproxy.service has begun starting up. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting Dynamic System Tuning Daemon... -- Subject: Unit tuned.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit tuned.service has begun starting up. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8102] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8518] manager[0x559844af8080]: monitoring kernel firmware directory '/lib/firmware'. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8546] hostname: hostname: using hostnamed Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8546] hostname: static hostname changed from (none) to "ip-10-31-14-219.us-east-1.aws.redhat.com" Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8550] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8628] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.40.16-14.el8/libnm-device-plugin-team.so) Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8630] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8631] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8633] manager: Networking is enabled by state file Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com dbus-daemon[631]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=677 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8670] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.40.16-14.el8/libnm-settings-plugin-ifcfg-rh.so") Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8671] settings: Loaded settings plugin: keyfile (internal) Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has begun starting up. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8734] dhcp: init: Using DHCP client 'internal' Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8735] device (lo): carrier: link connected Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8739] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8752] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8759] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started GSSAPI Proxy Daemon. -- Subject: Unit gssproxy.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit gssproxy.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Reached target NFS client services. -- Subject: Unit nfs-client.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nfs-client.target has finished starting up. -- -- The start-up result is done. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8876] device (eth0): carrier: link connected Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8881] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed') Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8892] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8902] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8905] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8915] manager: NetworkManager state is now CONNECTING Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8921] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8932] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8945] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8969] dhcp4 (eth0): state changed new lease, address=10.31.14.219 Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.8977] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com dbus-daemon[631]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.5' (uid=0 pid=677 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com dbus-daemon[631]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.9069] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com dbus-daemon[631]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.9976] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.9979] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.9983] manager: NetworkManager state is now CONNECTED_SITE Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.9986] device (eth0): Activation: successful, device activated. Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.9991] manager: NetworkManager state is now CONNECTED_GLOBAL Feb 05 04:20:53 ip-10-31-14-219.us-east-1.aws.redhat.com NetworkManager[677]: [1707106853.9994] manager: startup complete Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Wait Online. -- Subject: Unit NetworkManager-wait-online.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-wait-online.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting Initial cloud-init job (metadata service crawler)... -- Subject: Unit cloud-init.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init.service has begun starting up. Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com dbus-daemon[631]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.9' (uid=0 pid=682 comm="/usr/libexec/platform-python -Es /usr/sbin/tuned -" label="system_u:system_r:tuned_t:s0") Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting Authorization Manager... -- Subject: Unit polkit.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit polkit.service has begun starting up. Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Dynamic System Tuning Daemon. -- Subject: Unit tuned.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit tuned.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: Cloud-init v. 23.4-2.el8 running 'init' at Mon, 05 Feb 2024 04:20:54 +0000. Up 17.70 seconds. Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: | eth0 | True | 10.31.14.219 | 255.255.252.0 | global | 0a:b8:db:3a:f5:2b | Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: | eth0 | True | fe80::8b8:dbff:fe3a:f52b/64 | . | link | 0a:b8:db:3a:f5:2b | Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: | lo | True | ::1/128 | . | host | . | Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: | 0 | 0.0.0.0 | 10.31.12.1 | 0.0.0.0 | eth0 | UG | Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: | 1 | 10.31.12.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: | Route | Destination | Gateway | Interface | Flags | Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: | 3 | multicast | :: | eth0 | U | Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 05 04:20:54 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: 2024-02-05 04:20:54,716 - __init__.py[WARNING]: Unhandled non-multipart (text/x-not-multipart) userdata: 'b'~/.citool.d/post-install'...' Feb 05 04:20:55 ip-10-31-14-219.us-east-1.aws.redhat.com polkitd[944]: Started polkitd version 0.115 Feb 05 04:20:55 ip-10-31-14-219.us-east-1.aws.redhat.com polkitd[944]: Loading rules from directory /etc/polkit-1/rules.d Feb 05 04:20:55 ip-10-31-14-219.us-east-1.aws.redhat.com polkitd[944]: Loading rules from directory /usr/share/polkit-1/rules.d Feb 05 04:20:55 ip-10-31-14-219.us-east-1.aws.redhat.com polkitd[944]: Finished loading, compiling and executing 2 rules Feb 05 04:20:55 ip-10-31-14-219.us-east-1.aws.redhat.com dbus-daemon[631]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' Feb 05 04:20:55 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Authorization Manager. -- Subject: Unit polkit.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit polkit.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:55 ip-10-31-14-219.us-east-1.aws.redhat.com polkitd[944]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: Generating public/private rsa key pair. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: The key fingerprint is: Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: SHA256:vS6bhiVD4y6ndXMR2y9ATgyq77GOGTINj/xw8+0lnDA root@ip-10-31-14-219.us-east-1.aws.redhat.com Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: The key's randomart image is: Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: +---[RSA 3072]----+ Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | . | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | . o | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | . = | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | .o = + | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | . .oE.S * . | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | . = .++.. + . | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | * *.+=* + . . | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | *.O+=oB . | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | ===o=o. | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: +----[SHA256]-----+ Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: Generating public/private dsa key pair. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: The key fingerprint is: Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: SHA256:95Rl0f3S86zEQ3in/Js4X4TeQdK5/NZBq/AHHtaYp6s root@ip-10-31-14-219.us-east-1.aws.redhat.com Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: The key's randomart image is: Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: +---[DSA 1024]----+ Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | ...| Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | ..+| Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | oo*.| Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | .+%o*| Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | S ..o@.&+| Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | . o=.%oB| Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | .*.=*| Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | .=.+| Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | E.oo+.| Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: +----[SHA256]-----+ Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: Generating public/private ecdsa key pair. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: The key fingerprint is: Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: SHA256:Dj6grVJj444qs1HtvA6T2H7dVQLWIC2TcsK5+pekCFw root@ip-10-31-14-219.us-east-1.aws.redhat.com Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: The key's randomart image is: Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: +---[ECDSA 256]---+ Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | . ..o.o | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | = =.+ . | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | = + . | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | E. . . | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: |. o.o . S o | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: |.=** o.o . | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: |o=*=++oo.. | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: |++o++.+.. | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: |*=+oo. | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: +----[SHA256]-----+ Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: Generating public/private ed25519 key pair. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: The key fingerprint is: Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: SHA256:03YIhATIdwF1PbmtOppEDBIG4JLwfgLqW8+sSbBu3mg root@ip-10-31-14-219.us-east-1.aws.redhat.com Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: The key's randomart image is: Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: +--[ED25519 256]--+ Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: |=oo.o=+oo. . | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: |o+o.. oo + | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: |+.o... . + | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: |oo . o o... | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: |..o . o S +.. | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: |. oo . o.. | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: | o o . . | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: |.E* =. .o | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: |+= +.+o. . | Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[860]: +----[SHA256]-----+ Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (metadata service crawler). -- Subject: Unit cloud-init.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability. -- Subject: Unit cloud-config.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-config.target has finished starting up. -- -- The start-up result is done. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online. -- Subject: Unit network-online.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit network-online.target has finished starting up. -- -- The start-up result is done. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting Apply the settings specified in cloud-config... -- Subject: Unit cloud-config.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-config.service has begun starting up. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart... -- Subject: Unit rpc-statd-notify.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpc-statd-notify.service has begun starting up. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness.... -- Subject: Unit restraintd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit restraintd.service has begun starting up. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming... -- Subject: Unit kdump.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kdump.service has begun starting up. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service... -- Subject: Unit rsyslog.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rsyslog.service has begun starting up. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... -- Subject: Unit sshd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd.service has begun starting up. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[1037]: Server listening on 0.0.0.0 port 22. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. -- Subject: Unit sshd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[1037]: Server listening on :: port 22. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com sm-notify[1033]: Version 2.3.3 starting Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness.. -- Subject: Unit restraintd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit restraintd.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart. -- Subject: Unit rpc-statd-notify.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpc-statd-notify.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com restraintd[1039]: Listening on http://localhost:8081 Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com rsyslogd[1036]: [origin software="rsyslogd" swVersion="8.2102.0-15.el8" x-pid="1036" x-info="https://www.rsyslog.com"] start Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service. -- Subject: Unit rsyslog.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rsyslog.service has finished starting up. -- -- The start-up result is done. Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com rsyslogd[1036]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ] Feb 05 04:20:59 ip-10-31-14-219.us-east-1.aws.redhat.com kdumpctl[1043]: kdump: Detected change(s) in the following file(s): /etc/fstab Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[1279]: Cloud-init v. 23.4-2.el8 running 'modules:config' at Mon, 05 Feb 2024 04:20:59 +0000. Up 23.16 seconds. Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Apply the settings specified in cloud-config. -- Subject: Unit cloud-config.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-config.service has finished starting up. -- -- The start-up result is done. Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions... -- Subject: Unit systemd-user-sessions.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-user-sessions.service has begun starting up. Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting Execute cloud user/final scripts... -- Subject: Unit cloud-final.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-final.service has begun starting up. Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Permit User Sessions. -- Subject: Unit systemd-user-sessions.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-user-sessions.service has finished starting up. -- -- The start-up result is done. Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler. -- Subject: Unit crond.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit crond.service has finished starting up. -- -- The start-up result is done. Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting Terminate Plymouth Boot Screen... -- Subject: Unit plymouth-quit.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit.service has begun starting up. Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting Hold until boot process finishes up... -- Subject: Unit plymouth-quit-wait.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit-wait.service has begun starting up. Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com chronyd[641]: Selected source 69.89.207.99 (2.centos.pool.ntp.org) Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com chronyd[641]: System clock TAI offset set to 37 seconds Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 352 (plymouthd). Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Terminate Plymouth Boot Screen. -- Subject: Unit plymouth-quit.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit.service has finished starting up. -- -- The start-up result is done. Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com crond[1286]: (CRON) STARTUP (1.5.2) Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com crond[1286]: (CRON) INFO (Syslog will be used instead of sendmail.) Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com crond[1286]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 44% if used.) Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Hold until boot process finishes up. -- Subject: Unit plymouth-quit-wait.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit-wait.service has finished starting up. -- -- The start-up result is done. Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 352 (n/a). Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1. -- Subject: Unit getty@tty1.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit getty@tty1.service has finished starting up. -- -- The start-up result is done. Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts. -- Subject: Unit getty.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit getty.target has finished starting up. -- -- The start-up result is done. Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System. -- Subject: Unit multi-user.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit multi-user.target has finished starting up. -- -- The start-up result is done. Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting Update UTMP about System Runlevel Changes... -- Subject: Unit systemd-update-utmp-runlevel.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-update-utmp-runlevel.service has begun starting up. Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-update-utmp-runlevel.service has successfully entered the 'dead' state. Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Update UTMP about System Runlevel Changes. -- Subject: Unit systemd-update-utmp-runlevel.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-update-utmp-runlevel.service has finished starting up. -- -- The start-up result is done. Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com crond[1286]: (CRON) INFO (running with inotify support) Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com kdumpctl[1043]: kdump: Rebuilding /boot/initramfs-4.18.0-536.el8.x86_64kdump.img Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[1474]: ############################################################# Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[1475]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[1477]: 1024 SHA256:95Rl0f3S86zEQ3in/Js4X4TeQdK5/NZBq/AHHtaYp6s root@ip-10-31-14-219.us-east-1.aws.redhat.com (DSA) Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[1479]: 256 SHA256:Dj6grVJj444qs1HtvA6T2H7dVQLWIC2TcsK5+pekCFw root@ip-10-31-14-219.us-east-1.aws.redhat.com (ECDSA) Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[1481]: 256 SHA256:03YIhATIdwF1PbmtOppEDBIG4JLwfgLqW8+sSbBu3mg root@ip-10-31-14-219.us-east-1.aws.redhat.com (ED25519) Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[1483]: 3072 SHA256:vS6bhiVD4y6ndXMR2y9ATgyq77GOGTINj/xw8+0lnDA root@ip-10-31-14-219.us-east-1.aws.redhat.com (RSA) Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[1484]: -----END SSH HOST KEY FINGERPRINTS----- Feb 05 04:21:00 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[1485]: ############################################################# Feb 05 04:21:01 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[1402]: Cloud-init v. 23.4-2.el8 running 'modules:final' at Mon, 05 Feb 2024 04:21:00 +0000. Up 23.94 seconds. Feb 05 04:21:01 ip-10-31-14-219.us-east-1.aws.redhat.com cloud-init[1402]: Cloud-init v. 23.4-2.el8 finished at Mon, 05 Feb 2024 04:21:00 +0000. Datasource DataSourceEc2Local. Up 24.18 seconds Feb 05 04:21:01 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Execute cloud user/final scripts. -- Subject: Unit cloud-final.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-final.service has finished starting up. -- -- The start-up result is done. Feb 05 04:21:01 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-init target. -- Subject: Unit cloud-init.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init.target has finished starting up. -- -- The start-up result is done. Feb 05 04:21:01 ip-10-31-14-219.us-east-1.aws.redhat.com chronyd[641]: Selected source 208.113.130.146 (2.centos.pool.ntp.org) Feb 05 04:21:01 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1592]: dracut-049-233.git20240115.el8 Feb 05 04:21:01 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: Executing: /usr/bin/dracut --add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics -o "plymouth dash resume ifcfg earlykdump" --compress=xz --mount "/dev/disk/by-uuid/929d1e8c-5aa9-4a2e-9c9b-ff48578ec2fe /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota,nofail,x-systemd.before=initrd-fs.target" --no-hostonly-default-device -f /boot/initramfs-4.18.0-536.el8.x86_64kdump.img 4.18.0-536.el8.x86_64 Feb 05 04:21:01 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: memstrack is available Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 05 04:21:02 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 05 04:21:03 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: bash *** Feb 05 04:21:03 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: systemd *** Feb 05 04:21:03 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: systemd-initrd *** Feb 05 04:21:03 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: watchdog-modules *** Feb 05 04:21:03 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: nss-softokn *** Feb 05 04:21:03 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: rngd *** Feb 05 04:21:03 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: i18n *** Feb 05 04:21:03 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: drm *** Feb 05 04:21:03 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: prefixdevname *** Feb 05 04:21:03 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: kernel-modules *** Feb 05 04:21:04 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Feb 05 04:21:04 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: kernel-modules-extra *** Feb 05 04:21:04 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: kernel-modules-extra: configuration source "/run/depmod.d/" does not exist Feb 05 04:21:04 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: kernel-modules-extra: configuration source "/lib/depmod.d/" does not exist Feb 05 04:21:04 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: kernel-modules-extra: parsing configuration file "/etc/depmod.d//dist.conf" Feb 05 04:21:04 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: kernel-modules-extra: /etc/depmod.d//dist.conf: added "updates extra built-in weak-updates" to the list of search directories Feb 05 04:21:04 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: fstab-sys *** Feb 05 04:21:04 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: rootfs-block *** Feb 05 04:21:04 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: terminfo *** Feb 05 04:21:04 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: udev-rules *** Feb 05 04:21:04 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: Skipping udev rule: 91-permissions.rules Feb 05 04:21:04 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: Skipping udev rule: 80-drivers-modprobe.rules Feb 05 04:21:04 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: biosdevname *** Feb 05 04:21:04 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: dracut-systemd *** Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: usrmount *** Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: base *** Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: fs-lib *** Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: kdumpbase *** Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: memstrack *** Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: microcode_ctl-fw_dir_override *** Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl module: mangling fw_dir Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: intel: caveats check for kernel version "4.18.0-536.el8.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: configuration "intel-06-2d-07" is ignored Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: configuration "intel-06-4e-03" is ignored Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: configuration "intel-06-4f-01" is ignored Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: configuration "intel-06-55-04" is ignored Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: configuration "intel-06-5e-03" is ignored Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: configuration "intel-06-8c-01" is ignored Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: shutdown *** Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including module: squash *** Feb 05 04:21:05 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Including modules done *** Feb 05 04:21:06 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Installing kernel module dependencies *** Feb 05 04:21:06 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Installing kernel module dependencies done *** Feb 05 04:21:06 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Resolving executable dependencies *** Feb 05 04:21:07 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Resolving executable dependencies done*** Feb 05 04:21:08 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Hardlinking files *** Feb 05 04:21:08 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Hardlinking files done *** Feb 05 04:21:08 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Generating early-microcode cpio image *** Feb 05 04:21:08 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Constructing GenuineIntel.bin *** Feb 05 04:21:08 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Constructing GenuineIntel.bin *** Feb 05 04:21:08 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Store current command line parameters *** Feb 05 04:21:08 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: Stored kernel commandline: Feb 05 04:21:08 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: No dracut internal kernel commandline stored in the initramfs Feb 05 04:21:08 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Install squash loader *** Feb 05 04:21:08 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Stripping files *** Feb 05 04:21:09 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Stripping files done *** Feb 05 04:21:09 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Squashing the files inside the initramfs *** Feb 05 04:21:19 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Squashing the files inside the initramfs done *** Feb 05 04:21:19 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Creating image file '/boot/initramfs-4.18.0-536.el8.x86_64kdump.img' *** Feb 05 04:21:19 ip-10-31-14-219.us-east-1.aws.redhat.com dracut[1594]: *** Creating initramfs image file '/boot/initramfs-4.18.0-536.el8.x86_64kdump.img' done *** Feb 05 04:21:20 ip-10-31-14-219.us-east-1.aws.redhat.com kdumpctl[1043]: kdump: kexec: loaded kdump kernel Feb 05 04:21:20 ip-10-31-14-219.us-east-1.aws.redhat.com kdumpctl[1043]: kdump: Starting kdump: [OK] Feb 05 04:21:20 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Crash recovery kernel arming. -- Subject: Unit kdump.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kdump.service has finished starting up. -- -- The start-up result is done. Feb 05 04:21:20 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Startup finished in 700ms (kernel) + 4.723s (initrd) + 37.803s (userspace) = 43.226s. -- Subject: System start-up is now complete -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- All system services necessary queued for starting at boot have been -- started. Note that this does not mean that the machine is now idle as services -- might still be busy with completing start-up. -- -- Kernel start-up required 700205 microseconds. -- -- Initial RAM disk start-up required 4723277 microseconds. -- -- Userspace start-up required 37803334 microseconds. Feb 05 04:21:23 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-hostnamed.service has successfully entered the 'dead' state. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5078]: Accepted publickey for root from 10.30.33.101 port 49788 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of UID 0. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting User runtime directory /run/user/0... -- Subject: Unit user-runtime-dir@0.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@0.service has begun starting up. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd-logind[633]: New session 1 of user root. -- Subject: A new session 1 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 1 has been created for the user root. -- -- The leading process of the session is 5078. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started User runtime directory /run/user/0. -- Subject: Unit user-runtime-dir@0.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@0.service has finished starting up. -- -- The start-up result is done. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting User Manager for UID 0... -- Subject: Unit user@0.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@0.service has begun starting up. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[5082]: pam_unix(systemd-user:session): session opened for user root by (uid=0) Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[5082]: Starting D-Bus User Message Bus Socket. -- Subject: Unit UNIT has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has begun starting up. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[5082]: Reached target Paths. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[5082]: Reached target Timers. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[5082]: Listening on D-Bus User Message Bus Socket. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[5082]: Reached target Sockets. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[5082]: Reached target Basic System. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[5082]: Reached target Default. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[5082]: Startup finished in 93ms. -- Subject: User manager start-up is now complete -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The user manager instance for user 0 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 93571 microseconds. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started User Manager for UID 0. -- Subject: Unit user@0.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@0.service has finished starting up. -- -- The start-up result is done. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of user root. -- Subject: Unit session-1.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-1.scope has finished starting up. -- -- The start-up result is done. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5078]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5092]: Received disconnect from 10.30.33.101 port 49788:11: disconnected by user Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5092]: Disconnected from user root 10.30.33.101 port 49788 Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5078]: pam_unix(sshd:session): session closed for user root Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-1.scope has successfully entered the 'dead' state. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd-logind[633]: Session 1 logged out. Waiting for processes to exit. Feb 05 04:22:27 ip-10-31-14-219.us-east-1.aws.redhat.com systemd-logind[633]: Removed session 1. -- Subject: Session 1 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 1 has been terminated. Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5112]: error: kex_exchange_identification: Connection closed by remote host Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5113]: Accepted publickey for root from 10.29.163.169 port 51124 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of user root. -- Subject: Unit session-3.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-3.scope has finished starting up. -- -- The start-up result is done. Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com systemd-logind[633]: New session 3 of user root. -- Subject: A new session 3 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 3 has been created for the user root. -- -- The leading process of the session is 5113. Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5113]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5116]: Received disconnect from 10.29.163.169 port 51124:11: disconnected by user Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5116]: Disconnected from user root 10.29.163.169 port 51124 Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5113]: pam_unix(sshd:session): session closed for user root Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: session-3.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-3.scope has successfully entered the 'dead' state. Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com systemd-logind[633]: Session 3 logged out. Waiting for processes to exit. Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com systemd-logind[633]: Removed session 3. -- Subject: Session 3 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 3 has been terminated. Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5136]: Accepted publickey for root from 10.29.163.169 port 51136 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Session 4 of user root. -- Subject: Unit session-4.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-4.scope has finished starting up. -- -- The start-up result is done. Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com systemd-logind[633]: New session 4 of user root. -- Subject: A new session 4 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 4 has been created for the user root. -- -- The leading process of the session is 5136. Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5136]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5139]: Received disconnect from 10.29.163.169 port 51136:11: disconnected by user Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5139]: Disconnected from user root 10.29.163.169 port 51136 Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5136]: pam_unix(sshd:session): session closed for user root Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: session-4.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-4.scope has successfully entered the 'dead' state. Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com systemd-logind[633]: Session 4 logged out. Waiting for processes to exit. Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com systemd-logind[633]: Removed session 4. -- Subject: Session 4 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 4 has been terminated. Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5159]: Accepted publickey for root from 10.29.163.169 port 51146 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Session 5 of user root. -- Subject: Unit session-5.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-5.scope has finished starting up. -- -- The start-up result is done. Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com systemd-logind[633]: New session 5 of user root. -- Subject: A new session 5 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 5 has been created for the user root. -- -- The leading process of the session is 5159. Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5159]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5162]: Received disconnect from 10.29.163.169 port 51146:11: disconnected by user Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5162]: Disconnected from user root 10.29.163.169 port 51146 Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5159]: pam_unix(sshd:session): session closed for user root Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: session-5.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-5.scope has successfully entered the 'dead' state. Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com systemd-logind[633]: Session 5 logged out. Waiting for processes to exit. Feb 05 04:22:29 ip-10-31-14-219.us-east-1.aws.redhat.com systemd-logind[633]: Removed session 5. -- Subject: Session 5 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 5 has been terminated. Feb 05 04:22:30 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5182]: Accepted publickey for root from 10.29.163.169 port 51156 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 05 04:22:30 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Session 6 of user root. -- Subject: Unit session-6.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-6.scope has finished starting up. -- -- The start-up result is done. Feb 05 04:22:30 ip-10-31-14-219.us-east-1.aws.redhat.com systemd-logind[633]: New session 6 of user root. -- Subject: A new session 6 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 6 has been created for the user root. -- -- The leading process of the session is 5182. Feb 05 04:22:30 ip-10-31-14-219.us-east-1.aws.redhat.com sshd[5182]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 05 04:22:54 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5286]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 05 04:22:55 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5333]: ansible-service_facts Invoked Feb 05 04:22:57 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5439]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:58 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5460]: ansible-stat Invoked with path=/etc/yum.repos.d/qa-tools.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:22:59 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5482]: ansible-ansible.legacy.command Invoked with _raw_params=curl -sLI --connect-timeout 5 -w '%{response_code}' http://liver2.lab.eng.brq.redhat.com/repo/ | grep ^200 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:22:59 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5506]: ansible-ansible.legacy.dnf Invoked with name=['ca-certificates'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:23:02 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5527]: ansible-ansible.legacy.dnf Invoked with name=['curl'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:23:04 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5548]: ansible-ansible.legacy.command Invoked with _raw_params=curl -skL -o /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:04 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5570]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:05 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5597]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust extract' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:06 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5624]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://gitlab.cee.redhat.com _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:07 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5646]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://beaker.engineering.redhat.com/ _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:09 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5668]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:23:09 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5688]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Linux-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:23:09 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5708]: ansible-file Invoked with path=/etc/yum.repos.d/CentOS-Stream-Media.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:23:09 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5728]: ansible-file Invoked with path=/etc/yum.repos.d/beaker-client-testing.repo state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:23:09 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5748]: ansible-stat Invoked with path=/etc/yum.repos.d/beaker-client.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:23:10 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5770]: ansible-replace Invoked with path=/etc/yum.repos.d/beaker-client.repo regexp=7|\$releasever replace=8 backup=False encoding=utf-8 unsafe_writes=False after=None before=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:23:10 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5790]: ansible-stat Invoked with path=/etc/yum.repos.d/beaker-client.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:23:10 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5812]: ansible-community.general.ini_file Invoked with path=/etc/yum.repos.d/beaker-client.repo section=beaker-client option=skip_if_unavailable value=1 backup=False state=present exclusive=True no_extra_spaces=False ignore_spaces=False allow_no_value=False modify_inactive_option=True create=True follow=False unsafe_writes=False values=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:23:11 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5832]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:11 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5875]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:11 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5897]: ansible-stat Invoked with path=/etc/yum.repos.d/baseos-ci.repo follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:23:12 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5917]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:12 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5960]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:13 ip-10-31-14-219.us-east-1.aws.redhat.com python3[5982]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:13 ip-10-31-14-219.us-east-1.aws.redhat.com python3[6025]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:13 ip-10-31-14-219.us-east-1.aws.redhat.com python3[6047]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:14 ip-10-31-14-219.us-east-1.aws.redhat.com python3[6090]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:14 ip-10-31-14-219.us-east-1.aws.redhat.com python3[6112]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:14 ip-10-31-14-219.us-east-1.aws.redhat.com python3[6155]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:15 ip-10-31-14-219.us-east-1.aws.redhat.com python3[6177]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:23:15 ip-10-31-14-219.us-east-1.aws.redhat.com python3[6199]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:25:25 ip-10-31-14-219.us-east-1.aws.redhat.com python3[6385]: ansible-ansible.legacy.dnf Invoked with name=['createrepo'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:25:31 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-rd81661439cc240beb6ae01ea7d3388ea.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-rd81661439cc240beb6ae01ea7d3388ea.service has finished starting up. -- -- The start-up result is done. Feb 05 04:25:31 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: cgroup compatibility translation between legacy and unified hierarchy settings activated. See cgroup-compat debug messages for details. Feb 05 04:25:31 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Feb 05 04:25:31 ip-10-31-14-219.us-east-1.aws.redhat.com python3[6420]: ansible-ansible.legacy.dnf Invoked with name=['make'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:25:32 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 05 04:25:32 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Feb 05 04:25:32 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: run-rd81661439cc240beb6ae01ea7d3388ea.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-rd81661439cc240beb6ae01ea7d3388ea.service has successfully entered the 'dead' state. Feb 05 04:25:34 ip-10-31-14-219.us-east-1.aws.redhat.com python3[6493]: ansible-ansible.legacy.dnf Invoked with name=['parted'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:25:36 ip-10-31-14-219.us-east-1.aws.redhat.com python3[6514]: ansible-ansible.legacy.dnf Invoked with name=['psmisc'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:25:38 ip-10-31-14-219.us-east-1.aws.redhat.com python3[6535]: ansible-ansible.legacy.dnf Invoked with name=['chrony'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:25:41 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Reloading. Feb 05 04:25:41 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:25:41 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:25:41 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:25:41 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:25:41 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Stopping NTP client/server... -- Subject: Unit chronyd.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has begun shutting down. Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com chronyd[641]: chronyd exiting Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: chronyd.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit chronyd.service has successfully entered the 'dead' state. Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Stopped NTP client/server. -- Subject: Unit chronyd.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has finished shutting down. Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting NTP client/server... -- Subject: Unit chronyd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has begun starting up. Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com chronyd[6583]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com chronyd[6583]: Loaded 0 symmetric keys Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com chronyd[6583]: Frequency -2.433 +/- 1.274 ppm read from /var/lib/chrony/drift Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com chronyd[6583]: Using right/UTC timezone to obtain leap second data Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com chronyd[6583]: Added source 10.2.32.37 Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com chronyd[6583]: Added source 10.2.32.38 Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com chronyd[6583]: Added source 10.11.160.238 Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com chronyd[6583]: Added source 10.18.100.10 Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started NTP client/server. -- Subject: Unit chronyd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has finished starting up. -- -- The start-up result is done. Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-rc41ce32f33b94974b67998d4c5319a06.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-rc41ce32f33b94974b67998d4c5319a06.service has finished starting up. -- -- The start-up result is done. Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Reloading. Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:25:42 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-rd67c695325f748bfa92df78b905e3d5e.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-rd67c695325f748bfa92df78b905e3d5e.service has finished starting up. -- -- The start-up result is done. Feb 05 04:25:43 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 05 04:25:43 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Feb 05 04:25:43 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: run-rc41ce32f33b94974b67998d4c5319a06.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-rc41ce32f33b94974b67998d4c5319a06.service has successfully entered the 'dead' state. Feb 05 04:25:43 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: run-rd67c695325f748bfa92df78b905e3d5e.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-rd67c695325f748bfa92df78b905e3d5e.service has successfully entered the 'dead' state. Feb 05 04:25:43 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7007]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:25:43 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7028]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources | grep redhat | grep -v util.phx2.redhat || chronyc add server clock.corp.redhat.com iburst" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:25:44 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7052]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c "chronyc sources" _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:25:44 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7073]: ansible-ansible.legacy.command Invoked with _raw_params=chronyc waitsync 5 _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:25:47 ip-10-31-14-219.us-east-1.aws.redhat.com chronyd[6583]: Selected source 10.2.32.38 Feb 05 04:25:47 ip-10-31-14-219.us-east-1.aws.redhat.com chronyd[6583]: System clock TAI offset set to 37 seconds Feb 05 04:25:54 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7094]: ansible-ansible.legacy.command Invoked with _raw_params=setenforce 0; timedatectl set-timezone UTC; setenforce 1 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:25:54 ip-10-31-14-219.us-east-1.aws.redhat.com dbus-daemon[631]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.34' (uid=0 pid=7098 comm="timedatectl set-timezone UTC " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") Feb 05 04:25:54 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting System clock and RTC settings service... -- Subject: Unit timedatex.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit timedatex.service has begun starting up. Feb 05 04:25:54 ip-10-31-14-219.us-east-1.aws.redhat.com dbus-daemon[631]: [system] Successfully activated service 'org.freedesktop.timedate1' Feb 05 04:25:54 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started System clock and RTC settings service. -- Subject: Unit timedatex.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit timedatex.service has finished starting up. -- -- The start-up result is done. Feb 05 04:25:54 ip-10-31-14-219.us-east-1.aws.redhat.com dbus-daemon[631]: [system] Reloaded configuration Feb 05 04:25:55 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7122]: ansible-yum_repository Invoked with state=present name=beaker-tasks description=Beaker tasks baseurl=['http://beaker.engineering.redhat.com/rpms/'] gpgcheck=False enabled=True reposdir=/etc/yum.repos.d unsafe_writes=False bandwidth=None cost=None deltarpm_metadata_percentage=None deltarpm_percentage=None enablegroups=None exclude=None failovermethod=None file=None gpgcakey=None gpgkey=None module_hotfixes=None http_caching=None include=None includepkgs=None ip_resolve=None keepalive=None keepcache=None metadata_expire=None metadata_expire_filter=None metalink=None mirrorlist=None mirrorlist_expire=None params=None password=NOT_LOGGING_PARAMETER priority=None protect=None proxy=None proxy_password=NOT_LOGGING_PARAMETER proxy_username=None repo_gpgcheck=None retries=None s3_enabled=None skip_if_unavailable=None sslcacert=None ssl_check_cert_permissions=None sslclientcert=None sslclientkey=None sslverify=None throttle=None timeout=None ui_repoid_vars=None username=None async=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:25:55 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7142]: ansible-user Invoked with name=root update_password=always password=NOT_LOGGING_PARAMETER 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 ip-10-31-14-219.us-east-1.aws.redhat.com uid=None group=None groups=None comment=None home=None shell=None login_class=None password_expire_max=None password_expire_min=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Feb 05 04:25:55 ip-10-31-14-219.us-east-1.aws.redhat.com usermod[7148]: change user 'root' password Feb 05 04:25:56 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7173]: ansible-lineinfile Invoked with dest=/etc/ssh/sshd_config regexp=#?PasswordAuthentication (?:yes|no) line=PasswordAuthentication yes state=present path=/etc/ssh/sshd_config backrefs=False create=False backup=False firstmatch=False unsafe_writes=False search_string=None insertafter=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:25:56 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7193]: ansible-lineinfile Invoked with dest=/etc/ssh/sshd_config line=PermitRootLogin yes state=present path=/etc/ssh/sshd_config backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertafter=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:25:56 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7213]: ansible-file Invoked with path=/var/lib/tft state=directory recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:25:56 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7233]: ansible-stat Invoked with path=/var/lib/tft/lib.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:25:56 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7295]: ansible-ansible.legacy.stat Invoked with path=/var/lib/tft/lib.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 05 04:25:57 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7352]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707107156.785248-5362-69766752688304/source dest=/var/lib/tft/lib.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=lib.sh.j2 checksum=cdcb4e3b7fb4fbc298e05439468daaeb6289f07c backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:25:57 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7393]: ansible-stat Invoked with path=/usr/local/bin/ci-extendtesttime.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:25:57 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7455]: ansible-ansible.legacy.stat Invoked with path=/usr/local/bin/ci-extendtesttime.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 05 04:25:58 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7512]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707107157.5969968-5375-132480890125790/source dest=/usr/local/bin/ci-extendtesttime.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=ci-extendtesttime.sh.j2 checksum=2d0f6c296873c17e8b22c9490b000973b2a8a350 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:25:58 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7553]: ansible-stat Invoked with path=/usr/bin/extendtesttime.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:25:58 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7573]: ansible-stat Invoked with path=/usr/local/bin/ci-return2pool.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:25:58 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7635]: ansible-ansible.legacy.stat Invoked with path=/usr/local/bin/ci-return2pool.sh follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 05 04:25:58 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7692]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707107158.5264747-5395-180335983191161/source dest=/usr/local/bin/ci-return2pool.sh owner=root group=root mode=u=rx,go= follow=False _original_basename=ci-return2pool.sh.j2 checksum=f77cae3b2a729c60bcb0c01c82bf347f13a9b2c5 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:25:59 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7733]: ansible-stat Invoked with path=/etc/motd follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:25:59 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7797]: ansible-ansible.legacy.stat Invoked with path=/root/.guest-metadata.json follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 05 04:25:59 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7854]: ansible-ansible.legacy.copy Invoked with dest=/root/.guest-metadata.json owner=root group=root mode=u=rw,go= src=/root/.ansible/tmp/ansible-tmp-1707107159.2605765-5410-158663675398876/source _original_basename=tmprhoj4ksc follow=False checksum=bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:25:59 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7895]: ansible-ansible.legacy.command Invoked with _raw_params=curl -sLI --connect-timeout 5 -w '%{response_code}' http://169.254.169.254/latest/meta-data/instance-id | grep ^200 _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:26:00 ip-10-31-14-219.us-east-1.aws.redhat.com python3[7918]: ansible-hostname Invoked with name=d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm use=None Feb 05 04:26:00 ip-10-31-14-219.us-east-1.aws.redhat.com dbus-daemon[631]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.36' (uid=0 pid=7924 comm="/usr/bin/hostnamectl --transient status " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") Feb 05 04:26:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has begun starting up. Feb 05 04:26:00 ip-10-31-14-219.us-east-1.aws.redhat.com dbus-daemon[631]: [system] Successfully activated service 'org.freedesktop.hostname1' Feb 05 04:26:00 ip-10-31-14-219.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Feb 05 04:26:00 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd-hostnamed[7925]: Changed static host name to 'd698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm' Feb 05 04:26:00 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm NetworkManager[677]: [1707107160.5305] hostname: static hostname changed from "ip-10-31-14-219.us-east-1.aws.redhat.com" to "d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm" Feb 05 04:26:00 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm dbus-daemon[631]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=677 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Feb 05 04:26:00 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has begun starting up. Feb 05 04:26:00 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm NetworkManager[677]: [1707107160.5369] policy: set-hostname: set hostname to 'd698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm' (from system configuration) Feb 05 04:26:00 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd-hostnamed[7925]: Changed host name to 'd698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm' Feb 05 04:26:00 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm dbus-daemon[631]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Feb 05 04:26:00 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Feb 05 04:26:00 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[7958]: ansible-ansible.legacy.command Invoked with _raw_params=ping -4 -c1 -W10 $(hostname) _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:26:01 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[7981]: ansible-file Invoked with path=/var/log/messages state=touch recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:26:01 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8001]: ansible-ansible.legacy.command Invoked with _raw_params=setsebool nis_enabled on _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:26:01 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm setsebool[8003]: The nis_enabled policy boolean was changed to on by root Feb 05 04:26:01 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm dbus-daemon[631]: [system] Reloaded configuration Feb 05 04:26:01 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8022]: ansible-stat Invoked with path=/usr/bin/rstrnt-package follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:26:01 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8044]: ansible-ansible.legacy.command Invoked with _raw_params=sed -e 's/rpm -q $package/rpm -q --whatprovides $package/' -i /usr/bin/rstrnt-package _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:26:02 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8065]: ansible-stat Invoked with path=/var/lib/restraint follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:26:02 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8087]: ansible-file Invoked with path=/var/lib/restraint/avc_since state=touch recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:26:02 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8107]: ansible-stat Invoked with path=/usr/share/beakerlib/beakerlib.sh follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:26:02 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8129]: ansible-file Invoked with dest=/usr/lib/beakerlib state=directory path=/usr/lib/beakerlib recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:26:02 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8149]: ansible-file Invoked with dest=/usr/share/rhts-library state=directory path=/usr/share/rhts-library recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:26:03 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8169]: ansible-file Invoked with src=/usr/share/beakerlib/beakerlib.sh dest=/usr/lib/beakerlib/beakerlib.sh state=link path=/usr/lib/beakerlib/beakerlib.sh 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 modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:26:03 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8189]: ansible-file Invoked with src=/usr/share/beakerlib/beakerlib.sh dest=/usr/share/rhts-library/rhtslib.sh state=link path=/usr/share/rhts-library/rhtslib.sh 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 modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:26:03 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8209]: ansible-ansible.legacy.command Invoked with _raw_params=mv /var/log/audit/audit.log /var/log/audit/audit.log.bak _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:26:03 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8230]: ansible-ansible.legacy.command Invoked with _raw_params=/usr/sbin/service auditd restart _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:26:03 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm auditd[570]: The audit daemon is exiting. Feb 05 04:26:03 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm kernel: audit: type=1305 audit(1707107163.844:709): op=set audit_pid=0 old=570 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Feb 05 04:26:03 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: auditd.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit auditd.service has successfully entered the 'dead' state. Feb 05 04:26:03 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm kernel: audit: type=1130 audit(1707107163.849:710): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 05 04:26:03 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm kernel: audit: type=1131 audit(1707107163.849:711): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Starting Security Auditing Service... -- Subject: Unit auditd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has begun starting up. Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm auditd[8252]: No plugins found, not dispatching events Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm auditd[8252]: Init complete, auditd 3.1.2 listening for events (startup state enable) Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8255]: /sbin/augenrules: No change Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: No rules Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: enabled 1 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: failure 1 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: pid 8252 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: rate_limit 0 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: backlog_limit 8192 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: lost 0 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: backlog 0 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: backlog_wait_time 60000 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: backlog_wait_time_actual 0 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: enabled 1 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: failure 1 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: pid 8252 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: rate_limit 0 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: backlog_limit 8192 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: lost 0 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: backlog 4 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: backlog_wait_time 60000 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: backlog_wait_time_actual 0 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: enabled 1 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: failure 1 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: pid 8252 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: rate_limit 0 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: backlog_limit 8192 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: lost 0 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: backlog 4 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: backlog_wait_time 60000 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm augenrules[8265]: backlog_wait_time_actual 0 Feb 05 04:26:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Started Security Auditing Service. -- Subject: Unit auditd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has finished starting up. -- -- The start-up result is done. Feb 05 04:26:06 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8290]: ansible-stat Invoked with path=/etc/NetworkManager/conf.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:26:06 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8354]: ansible-ansible.legacy.stat Invoked with path=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 05 04:26:06 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8411]: ansible-ansible.legacy.copy Invoked with dest=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf src=/root/.ansible/tmp/ansible-tmp-1707107166.1221778-5495-109474695306716/source _original_basename=tmpt02p_9w5 follow=False checksum=0145f3ae57eef5aa08bbb678fedbb3edd001cd2d backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:26:06 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8452]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:26:07 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8495]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:26:07 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8517]: ansible-ansible.legacy.command Invoked with _raw_params=dnf config-manager --set-enabled ha _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:26:08 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8539]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:26:09 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8561]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:26:10 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: NetworkManager-dispatcher.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Feb 05 04:26:24 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: timedatex.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit timedatex.service has successfully entered the 'dead' state. Feb 05 04:26:30 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: systemd-hostnamed.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-hostnamed.service has successfully entered the 'dead' state. Feb 05 04:26:53 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm chronyd[6583]: Selected source 162.159.200.123 (2.centos.pool.ntp.org) Feb 05 04:28:21 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8780]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 05 04:28:22 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8827]: ansible-service_facts Invoked Feb 05 04:28:24 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8933]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:28:25 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8954]: ansible-ansible.legacy.command Invoked with _raw_params=if [ $(find /etc/yum.repos.d/ -name 'epel.repo' | wc -l ) -gt 0 ]; then dnf config-manager --set-disabled epel; fi _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:28:26 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[8980]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:28:27 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9002]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:30:35 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9212]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 05 04:30:36 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9259]: ansible-service_facts Invoked Feb 05 04:30:38 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9365]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:30:41 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9409]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 05 04:30:41 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9456]: ansible-ansible.legacy.dnf Invoked with name=['ca-certificates'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:30:44 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9477]: ansible-ansible.legacy.dnf Invoked with name=['curl'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:30:46 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9498]: ansible-ansible.legacy.command Invoked with _raw_params=curl -skL -o /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:30:47 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9520]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:30:48 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9547]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust extract' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:30:49 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9574]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://gitlab.cee.redhat.com _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:30:49 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9596]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://beaker.engineering.redhat.com/ _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:30:50 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9618]: ansible-service_facts Invoked Feb 05 04:30:51 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9724]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:30:53 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9745]: ansible-service_facts Invoked Feb 05 04:30:54 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9851]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:30:56 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9872]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:30:56 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9915]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:30:57 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9937]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:30:57 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[9959]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:33:04 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[10170]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 05 04:33:05 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[10219]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:33:07 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[10261]: ansible-ansible.legacy.dnf Invoked with name=['crun', 'podman', 'podman-plugins', 'shadow-utils-subid'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 05 04:33:15 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm dbus-daemon[631]: [system] Reloaded configuration Feb 05 04:33:16 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm setsebool[10296]: The virt_use_nfs policy boolean was changed to 1 by root Feb 05 04:33:16 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm setsebool[10296]: The virt_sandbox_use_all_caps policy boolean was changed to 1 by root Feb 05 04:33:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm kernel: SELinux: Converting 380 SID table entries... Feb 05 04:33:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm kernel: SELinux: policy capability network_peer_controls=1 Feb 05 04:33:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm kernel: SELinux: policy capability open_perms=1 Feb 05 04:33:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm kernel: SELinux: policy capability extended_socket_class=1 Feb 05 04:33:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm kernel: SELinux: policy capability always_check_network=0 Feb 05 04:33:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm kernel: SELinux: policy capability cgroup_seclabel=1 Feb 05 04:33:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 05 04:33:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm dbus-daemon[631]: [system] Reloaded configuration Feb 05 04:33:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm kernel: fuse: init (API version 7.34) Feb 05 04:33:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Mounting FUSE Control File System... -- Subject: Unit sys-fs-fuse-connections.mount has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-fs-fuse-connections.mount has begun starting up. Feb 05 04:33:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Mounted FUSE Control File System. -- Subject: Unit sys-fs-fuse-connections.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-fs-fuse-connections.mount has finished starting up. -- -- The start-up result is done. Feb 05 04:33:38 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm dbus-daemon[631]: [system] Reloaded configuration Feb 05 04:33:38 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm dbus-daemon[631]: [system] Reloaded configuration Feb 05 04:34:08 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-r9eb2dcc8852740b1b0ab3dd1b4727036.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-r9eb2dcc8852740b1b0ab3dd1b4727036.service has finished starting up. -- -- The start-up result is done. Feb 05 04:34:08 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Feb 05 04:34:08 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Reloading. Feb 05 04:34:08 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:08 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:08 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:08 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:08 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:09 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[12653]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:34:10 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: man-db-cache-update.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 05 04:34:10 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Feb 05 04:34:10 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: run-r9eb2dcc8852740b1b0ab3dd1b4727036.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-r9eb2dcc8852740b1b0ab3dd1b4727036.service has successfully entered the 'dead' state. Feb 05 04:34:10 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[12685]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Feb 05 04:34:10 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[12706]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:34:10 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[12727]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:34:11 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[12749]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:34:12 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[12770]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:34:12 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[12792]: ansible-file Invoked with path=/etc/containers/systemd state=directory owner=root group=0 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:34:13 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[12854]: ansible-ansible.legacy.stat Invoked with path=/etc/containers/systemd/nopull.container follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 05 04:34:13 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[12911]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707107652.9698956-6920-159535280551060/source dest=/etc/containers/systemd/nopull.container owner=root group=0 mode=0644 follow=False _original_basename=systemd.j2 checksum=670d64fc68a9768edb20cad26df2acc703542d85 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:34:15 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[12974]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:34:15 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13000]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:34:16 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13021]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:34:17 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13043]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:34:17 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13064]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:34:18 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13086]: ansible-containers.podman.podman_image Invoked with name=this_is_a_bogus_image force=True tag=latest pull=True push=False state=present executable=podman build={'force_rm': False, 'format': 'oci', 'cache': True, 'rm': True, 'annotation': None, 'file': None, 'volume': None, 'extra_args': None, 'target': None} push_args={'compress': None, 'format': None, 'remove_signatures': None, 'sign_by': None, 'dest': None, 'transport': None} arch=None path=None validate_certs=None auth_file=None username=None password=NOT_LOGGING_PARAMETER ca_cert_dir=None Feb 05 04:34:18 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13086]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image ls this_is_a_bogus_image:latest --format json Feb 05 04:34:18 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm rsyslogd[1036]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ] Feb 05 04:34:18 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: var-lib-containers-storage-overlay-metacopy\x2dcheck1539008464-merged.mount: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit var-lib-containers-storage-overlay-metacopy\x2dcheck1539008464-merged.mount has successfully entered the 'dead' state. Feb 05 04:34:18 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 05 04:34:18 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13086]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image exists this_is_a_bogus_image:latest Feb 05 04:34:18 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13086]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman pull this_is_a_bogus_image:latest -q Feb 05 04:34:19 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13130]: ansible-file Invoked with path=/etc/containers/systemd state=directory owner=root group=0 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:34:19 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13192]: ansible-ansible.legacy.stat Invoked with path=/etc/containers/systemd/bogus.container follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 05 04:34:19 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13249]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707107659.2066147-7021-38233583501801/source dest=/etc/containers/systemd/bogus.container owner=root group=0 mode=0644 follow=False _original_basename=systemd.j2 checksum=1d087e679d135214e8ac9ccaf33b2222916efb7f backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:34:21 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13312]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:34:22 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13338]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:34:22 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13359]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:34:23 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13381]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:34:23 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13402]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:34:24 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13424]: ansible-systemd Invoked with name=nopull.service scope=system state=stopped enabled=False daemon_reload=False daemon_reexec=False no_block=False force=None masked=None Feb 05 04:34:24 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13447]: ansible-file Invoked with path=/etc/containers/systemd/nopull.container state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:34:25 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13467]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 05 04:34:25 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Reloading. Feb 05 04:34:25 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:25 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:25 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:25 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:25 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:25 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13517]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune -f _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:34:27 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13566]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:34:27 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13592]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:34:27 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13613]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:34:29 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13635]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 05 04:34:29 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13656]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:34:29 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13678]: ansible-systemd Invoked with name=bogus.service scope=system state=stopped enabled=False daemon_reload=False daemon_reexec=False no_block=False force=None masked=None Feb 05 04:34:29 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Reloading. Feb 05 04:34:29 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm quadlet-generator[13478]: Warning: bogus.container specifies the image "this_is_a_bogus_image" which not a fully qualified image name. This is not ideal for performance and security reasons. See the podman-pull manpage discussion of short-name-aliases.conf for details. Feb 05 04:34:29 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:29 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:29 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:29 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:29 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:30 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13730]: ansible-file Invoked with path=/etc/containers/systemd/bogus.container state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:34:30 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13750]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 05 04:34:30 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Reloading. Feb 05 04:34:30 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:30 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:30 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:30 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:30 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 05 04:34:30 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13800]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune -f _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:34:31 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 05 04:34:31 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13828]: 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 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm update_password=always group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=None password_expire_max=None password_expire_min=None password_expire_warn=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Feb 05 04:34:31 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm useradd[13833]: new group: name=user_quadlet_basic, GID=1111 Feb 05 04:34:31 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm useradd[13833]: new user: name=user_quadlet_basic, UID=1111, GID=1111, home=/home/user_quadlet_basic, shell=/bin/bash Feb 05 04:34:33 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13880]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:34:33 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13906]: ansible-getent Invoked with database=passwd key=user_quadlet_basic fail_key=False service=None split=None Feb 05 04:34:34 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13927]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 05 04:34:34 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13948]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:34:34 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13970]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:34:34 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[13991]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:34:35 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14012]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 05 04:34:35 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Created slice User Slice of UID 1111. -- Subject: Unit user-1111.slice has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-1111.slice has finished starting up. -- -- The start-up result is done. Feb 05 04:34:35 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Starting User runtime directory /run/user/1111... -- Subject: Unit user-runtime-dir@1111.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@1111.service has begun starting up. Feb 05 04:34:35 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Started User runtime directory /run/user/1111. -- Subject: Unit user-runtime-dir@1111.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@1111.service has finished starting up. -- -- The start-up result is done. Feb 05 04:34:35 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Starting User Manager for UID 1111... -- Subject: Unit user@1111.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@1111.service has begun starting up. Feb 05 04:34:35 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: pam_unix(systemd-user:session): session opened for user user_quadlet_basic by (uid=0) Feb 05 04:34:35 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Started Mark boot as successful after the user session has run 2 minutes. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:35 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Reached target Paths. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:35 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Reached target Timers. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:35 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Starting D-Bus User Message Bus Socket. -- Subject: Unit UNIT has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has begun starting up. Feb 05 04:34:35 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Listening on D-Bus User Message Bus Socket. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:35 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Reached target Sockets. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:35 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Reached target Basic System. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:35 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Reached target Default. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:35 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Startup finished in 27ms. -- Subject: User manager start-up is now complete -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- 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 27672 microseconds. Feb 05 04:34:35 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[1]: Started User Manager for UID 1111. -- Subject: Unit user@1111.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@1111.service has finished starting up. -- -- The start-up result is done. Feb 05 04:34:36 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14049]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-rmpyeiuhjpejjzgxhswbgyfoauozrhoo ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 05 04:34:36 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14049]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 05 04:34:36 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14049]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:34:36 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14078]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 05 04:34:36 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14098]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-wkqysatwmcxqbvielqccbvcctcepznnq ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 05 04:34:36 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14098]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 05 04:34:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Started D-Bus User Message Bus. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Created slice user.slice. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Started podman-14116.scope. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Started podman-pause-ef122ec0.scope. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Started podman-14133.scope. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Started podman-14141.scope. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14098]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:34:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14167]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 05 04:34:37 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14188]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:34:38 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14210]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:34:38 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14231]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:34:38 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14252]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 05 04:34:39 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14272]: ansible-file Invoked with path=/home/user_quadlet_basic/.config/containers/systemd state=directory owner=user_quadlet_basic group=1111 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:34:39 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14334]: ansible-ansible.legacy.stat Invoked with path=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 05 04:34:39 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14391]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707107679.253981-7328-104201521739279/source dest=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network owner=user_quadlet_basic group=1111 mode=0644 follow=False _original_basename=systemd.j2 checksum=527eda617bc3c33ce0c070878f5290eea6be16e5 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:34:39 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14432]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-fuesshrmdclgczqqmhhioberdwljbygr ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 05 04:34:39 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14432]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 05 04:34:40 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14435]: ansible-systemd Invoked with daemon_reload=True scope=user daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 05 04:34:40 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Reloading. Feb 05 04:34:40 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14432]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:34:40 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14466]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 05 04:34:40 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14487]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:34:41 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14509]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:34:41 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14530]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:34:41 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14551]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 05 04:34:42 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14571]: ansible-file Invoked with path=/home/user_quadlet_basic/.config/containers/systemd state=directory owner=user_quadlet_basic group=1111 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:34:42 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14633]: ansible-ansible.legacy.stat Invoked with path=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 05 04:34:42 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14690]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707107682.1536038-7379-65023428051372/source dest=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume owner=user_quadlet_basic group=1111 mode=0644 follow=False _original_basename=systemd.j2 checksum=fd0ae560360afa5541b866560b1e849d25e216ef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:34:42 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14731]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-bhwgfwqgftdqhljzdfsbhzpboivjyegj ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 05 04:34:42 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14731]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 05 04:34:42 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14734]: ansible-systemd Invoked with daemon_reload=True scope=user daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 05 04:34:42 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Reloading. Feb 05 04:34:42 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14731]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:34:43 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14765]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-tyjjgtofiopwmueydwaugdyxiodrfxbm ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 05 04:34:43 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14765]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 05 04:34:43 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14768]: ansible-systemd Invoked with name=quadlet-basic-mysql-volume.service scope=user state=started daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None Feb 05 04:34:43 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Starting quadlet-basic-mysql-volume.service... -- Subject: Unit UNIT has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has begun starting up. Feb 05 04:34:43 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm quadlet-basic-mysql-volume[14774]: systemd-quadlet-basic-mysql Feb 05 04:34:43 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Started quadlet-basic-mysql-volume.service. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:43 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14765]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:34:43 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14800]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 05 04:34:44 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14821]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 05 04:34:44 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14843]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:34:44 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14864]: ansible-ansible.legacy.command Invoked with _raw_params=getsubids -g user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 05 04:34:45 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14885]: ansible-ansible.legacy.command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 05 04:34:45 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14905]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-aqzymlfmxitjldgvtnukfrmgbiswvwkd ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 05 04:34:45 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14905]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 05 04:34:45 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14908]: ansible-containers.podman.podman_image Invoked with name=quay.io/linux-system-roles/mysql:5.6 force=True tag=latest pull=True push=False state=present executable=podman build={'force_rm': False, 'format': 'oci', 'cache': True, 'rm': True, 'annotation': None, 'file': None, 'volume': None, 'extra_args': None, 'target': None} push_args={'compress': None, 'format': None, 'remove_signatures': None, 'sign_by': None, 'dest': None, 'transport': None} arch=None path=None validate_certs=None auth_file=None username=None password=NOT_LOGGING_PARAMETER ca_cert_dir=None Feb 05 04:34:45 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14908]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json Feb 05 04:34:45 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Started podman-14910.scope. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:45 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14908]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman image exists quay.io/linux-system-roles/mysql:5.6 Feb 05 04:34:45 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Started podman-14918.scope. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:45 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14908]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q Feb 05 04:34:45 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Started podman-14926.scope. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:54 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[14908]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json Feb 05 04:34:54 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Started podman-15006.scope. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:54 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[14905]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:34:54 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[15032]: ansible-file Invoked with path=/home/user_quadlet_basic/.config/containers/systemd state=directory owner=user_quadlet_basic group=1111 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:34:54 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[15094]: ansible-ansible.legacy.stat Invoked with path=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 05 04:34:54 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[15151]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707107694.4300091-7432-216728920254230/source dest=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container owner=user_quadlet_basic group=1111 mode=0644 follow=False _original_basename=systemd.j2 checksum=45cd978d7b06ce53aa29035a1848234b096cce98 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 05 04:34:54 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[15192]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-lpoxrwkjuglwftmudhymbhapplqhzlru ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 05 04:34:54 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[15192]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 05 04:34:55 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[15195]: ansible-systemd Invoked with daemon_reload=True scope=user daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None Feb 05 04:34:55 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Reloading. Feb 05 04:34:55 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[15192]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:34:55 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[15226]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-zydykqlwvcfdkzocxkwxmgwgqjassgdo ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 05 04:34:55 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[15226]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 05 04:34:55 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[15229]: ansible-systemd Invoked with name=quadlet-basic-mysql.service scope=user state=started daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None Feb 05 04:34:55 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Starting quadlet-basic-network.service... -- Subject: Unit UNIT has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has begun starting up. Feb 05 04:34:55 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm quadlet-basic-network[15235]: systemd-quadlet-basic Feb 05 04:34:55 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Started quadlet-basic-network.service. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Feb 05 04:34:55 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Starting quadlet-basic-mysql.service... -- Subject: Unit UNIT has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has begun starting up. Feb 05 04:34:55 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm quadlet-basic-mysql[15243]: Error: running container create option: no secret with name or id "mysql_container_root_password": no such secret Feb 05 04:34:55 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: quadlet-basic-mysql.service: Main process exited, code=exited, status=125/n/a Feb 05 04:34:55 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: quadlet-basic-mysql.service: Failed with result 'exit-code'. -- Subject: Unit failed -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit UNIT has entered the 'failed' state with result 'exit-code'. Feb 05 04:34:55 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm systemd[14017]: Failed to start quadlet-basic-mysql.service. -- Subject: Unit UNIT has failed -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has failed. -- -- The result is failed. Feb 05 04:34:55 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm sudo[15226]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 05 04:34:55 d698c400-6ffa-42d5-b5b1-9e0a55931f61.testing-farm python3[15304]: 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-handlinggb26lsz1/tests/tests_quadlet_basic.yml:187 Monday 05 February 2024 04:34:56 +0000 (0:00:00.240) 0:01:52.090 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:34:56 +0000 (0:00:00.052) 0:01:52.142 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:34:56 +0000 (0:00:00.033) 0:01:52.176 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:34:56 +0000 (0:00:00.024) 0:01:52.201 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:34:56 +0000 (0:00:00.020) 0:01:52.221 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:34:56 +0000 (0:00:00.019) 0:01:52.240 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:34:56 +0000 (0:00:00.047) 0:01:52.288 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:34:57 +0000 (0:00:01.324) 0:01:53.612 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:34:57 +0000 (0:00:00.020) 0:01:53.633 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:34:57 +0000 (0:00:00.021) 0:01:53.655 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028775", "end": "2024-02-05 04:34:57.832995", "rc": 0, "start": "2024-02-05 04:34:57.804220" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:34:57 +0000 (0:00:00.225) 0:01:53.881 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:34:57 +0000 (0:00:00.021) 0:01:53.902 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:34:57 +0000 (0:00:00.057) 0:01:53.960 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:34:57 +0000 (0:00:00.036) 0:01:53.996 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:34:58 +0000 (0:00:00.038) 0:01:54.034 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:34:58 +0000 (0:00:00.039) 0:01:54.074 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:34:58 +0000 (0:00:00.023) 0:01:54.097 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:34:58 +0000 (0:00:00.022) 0:01:54.120 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:34:58 +0000 (0:00:00.026) 0:01:54.147 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:34:58 +0000 (0:00:00.201) 0:01:54.349 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:34:58 +0000 (0:00:00.027) 0:01:54.376 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:34:58 +0000 (0:00:00.201) 0:01:54.577 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003577", "end": "2024-02-05 04:34:58.732454", "rc": 0, "start": "2024-02-05 04:34:58.728877" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:34:58 +0000 (0:00:00.200) 0:01:54.778 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003775", "end": "2024-02-05 04:34:58.931820", "rc": 0, "start": "2024-02-05 04:34:58.928045" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:34:58 +0000 (0:00:00.200) 0:01:54.978 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:34:58 +0000 (0:00:00.018) 0:01:54.997 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:34:58 +0000 (0:00:00.019) 0:01:55.016 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:34:59 +0000 (0:00:00.019) 0:01:55.035 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:34:59 +0000 (0:00:00.017) 0:01:55.053 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:34:59 +0000 (0:00:00.025) 0:01:55.078 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:34:59 +0000 (0:00:00.074) 0:01:55.153 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:34:59 +0000 (0:00:00.020) 0:01:55.174 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:34:59 +0000 (0:00:00.020) 0:01:55.194 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:34:59 +0000 (0:00:00.039) 0:01:55.234 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:34:59 +0000 (0:00:00.021) 0:01:55.255 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:34:59 +0000 (0:00:00.020) 0:01:55.275 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:34:59 +0000 (0:00:00.037) 0:01:55.313 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:34:59 +0000 (0:00:00.026) 0:01:55.339 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:34:59 +0000 (0:00:00.020) 0:01:55.360 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:34:59 +0000 (0:00:00.038) 0:01:55.398 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:34:59 +0000 (0:00:00.020) 0:01:55.419 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:34:59 +0000 (0:00:00.019) 0:01:55.439 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:34:59 +0000 (0:00:00.019) 0:01:55.458 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:34:59 +0000 (0:00:00.019) 0:01:55.478 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:34:59 +0000 (0:00:00.020) 0:01:55.498 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:34:59 +0000 (0:00:00.019) 0:01:55.518 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:34:59 +0000 (0:00:00.059) 0:01:55.577 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:34:59 +0000 (0:00:00.060) 0:01:55.638 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:34:59 +0000 (0:00:00.024) 0:01:55.662 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:34:59 +0000 (0:00:00.022) 0:01:55.685 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:34:59 +0000 (0:00:00.025) 0:01:55.710 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:34:59 +0000 (0:00:00.030) 0:01:55.741 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:34:59 +0000 (0:00:00.021) 0:01:55.762 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:34:59 +0000 (0:00:00.020) 0:01:55.783 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:34:59 +0000 (0:00:00.024) 0:01:55.808 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:35:00 +0000 (0:00:00.271) 0:01:56.080 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:35:00 +0000 (0:00:00.024) 0:01:56.104 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:35:00 +0000 (0:00:00.021) 0:01:56.126 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:35:00 +0000 (0:00:00.025) 0:01:56.152 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:35:00 +0000 (0:00:00.030) 0:01:56.182 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:35:00 +0000 (0:00:00.023) 0:01:56.206 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:35:00 +0000 (0:00:00.020) 0:01:56.226 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [ "user_quadlet_basic" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:35:00 +0000 (0:00:00.062) 0:01:56.288 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:35:00 +0000 (0:00:00.274) 0:01:56.563 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:35:00 +0000 (0:00:00.018) 0:01:56.581 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.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-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:35:00 +0000 (0:00:00.065) 0:01:56.647 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:35:00 +0000 (0:00:00.028) 0:01:56.676 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:35:00 +0000 (0:00:00.026) 0:01:56.703 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:35:00 +0000 (0:00:00.021) 0:01:56.724 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:35:00 +0000 (0:00:00.031) 0:01:56.755 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:35:00 +0000 (0:00:00.037) 0:01:56.793 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:35:00 +0000 (0:00:00.021) 0:01:56.815 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:35:00 +0000 (0:00:00.022) 0:01:56.837 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:35:00 +0000 (0:00:00.027) 0:01:56.864 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:35:01 +0000 (0:00:00.201) 0:01:57.066 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:35:01 +0000 (0:00:00.028) 0:01:57.094 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:35:01 +0000 (0:00:00.208) 0:01:57.302 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003913", "end": "2024-02-05 04:35:01.461889", "rc": 0, "start": "2024-02-05 04:35:01.457976" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:35:01 +0000 (0:00:00.206) 0:01:57.508 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003925", "end": "2024-02-05 04:35:01.665512", "rc": 0, "start": "2024-02-05 04:35:01.661587" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:35:01 +0000 (0:00:00.202) 0:01:57.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:35:01 +0000 (0:00:00.056) 0:01:57.768 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:35:01 +0000 (0:00:00.019) 0:01:57.787 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:35:01 +0000 (0:00:00.019) 0:01:57.807 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:35:01 +0000 (0:00:00.018) 0:01:57.825 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:35:01 +0000 (0:00:00.036) 0:01:57.861 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:35:01 +0000 (0:00:00.022) 0:01:57.884 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:35:01 +0000 (0:00:00.019) 0:01:57.904 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:35:01 +0000 (0:00:00.049) 0:01:57.954 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:35:01 +0000 (0:00:00.042) 0:01:57.997 ******* changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-basic-mysql-volume.service", "state": "stopped", "status": { "ActiveEnterTimestamp": "Mon 2024-02-05 04:34:43 UTC", "ActiveEnterTimestampMonotonic": "846574021", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount run-user-1111.mount -.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-02-05 04:34:43 UTC", "AssertTimestampMonotonic": "846528713", "Before": "shutdown.target quadlet-basic-mysql.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-02-05 04:34:43 UTC", "ConditionTimestampMonotonic": "846528712", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/user.slice/user-1111.slice/user@1111.service/quadlet-basic-mysql-volume.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-basic-mysql-volume.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Mon 2024-02-05 04:34:43 UTC", "ExecMainExitTimestampMonotonic": "846573863", "ExecMainPID": "14774", "ExecMainStartTimestamp": "Mon 2024-02-05 04:34:43 UTC", "ExecMainStartTimestampMonotonic": "846529399", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-mysql-volume.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "quadlet-basic-mysql-volume.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2024-02-05 04:34:43 UTC", "InactiveExitTimestampMonotonic": "846529444", "InvocationID": "34ed3f7be472405eaa2b00535f0a8c6a", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql-volume.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "RequiredBy": "quadlet-basic-mysql.service", "Requires": "-.slice basic.target", "RequiresMountsFor": "/run/user/1111/containers /home/user_quadlet_basic", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "-.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-02-05 04:34:43 UTC", "StateChangeTimestampMonotonic": "846574021", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql-volume", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "infinity", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:35:02 +0000 (0:00:00.401) 0:01:58.398 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:35:02 +0000 (0:00:00.204) 0:01:58.602 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:35:02 +0000 (0:00:00.031) 0:01:58.634 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:35:02 +0000 (0:00:00.021) 0:01:58.656 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:35:02 +0000 (0:00:00.021) 0:01:58.677 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:35:02 +0000 (0:00:00.026) 0:01:58.704 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:35:03 +0000 (0:00:00.369) 0:01:59.073 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.043743", "end": "2024-02-05 04:35:03.284642", "rc": 0, "start": "2024-02-05 04:35:03.240899" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:35:03 +0000 (0:00:00.263) 0:01:59.336 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:35:03 +0000 (0:00:00.020) 0:01:59.356 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:35:03 +0000 (0:00:00.056) 0:01:59.413 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:35:03 +0000 (0:00:00.028) 0:01:59.442 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:35:03 +0000 (0:00:00.028) 0:01:59.470 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:35:03 +0000 (0:00:00.020) 0:01:59.490 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:35:03 +0000 (0:00:00.031) 0:01:59.521 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:35:03 +0000 (0:00:00.036) 0:01:59.558 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:35:03 +0000 (0:00:00.022) 0:01:59.581 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:35:03 +0000 (0:00:00.022) 0:01:59.603 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:35:03 +0000 (0:00:00.028) 0:01:59.631 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:35:03 +0000 (0:00:00.202) 0:01:59.834 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:35:03 +0000 (0:00:00.026) 0:01:59.861 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:35:04 +0000 (0:00:00.204) 0:02:00.066 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003827", "end": "2024-02-05 04:35:04.221972", "rc": 0, "start": "2024-02-05 04:35:04.218145" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:35:04 +0000 (0:00:00.201) 0:02:00.267 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003659", "end": "2024-02-05 04:35:04.422068", "rc": 0, "start": "2024-02-05 04:35:04.418409" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:35:04 +0000 (0:00:00.200) 0:02:00.468 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:35:04 +0000 (0:00:00.018) 0:02:00.487 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:35:04 +0000 (0:00:00.018) 0:02:00.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 group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:35:04 +0000 (0:00:00.018) 0:02:00.524 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:35:04 +0000 (0:00:00.018) 0:02:00.542 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:35:04 +0000 (0:00:00.081) 0:02:00.623 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:35:04 +0000 (0:00:00.022) 0:02:00.646 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:35:04 +0000 (0:00:00.019) 0:02:00.666 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:35:04 +0000 (0:00:00.048) 0:02:00.714 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:35:04 +0000 (0:00:00.041) 0:02:00.756 ******* changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "quadlet-basic-mysql.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "failed", "After": "run-user-1111.mount -.slice quadlet-basic-network.service -.mount quadlet-basic-mysql-volume.service basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Mon 2024-02-05 04:34:55 UTC", "AssertTimestampMonotonic": "858843593", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2024-02-05 04:34:55 UTC", "ConditionTimestampMonotonic": "858843591", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids", "Description": "quadlet-basic-mysql.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "Environment": "PODMAN_SYSTEMD_UNIT=quadlet-basic-mysql.service", "ExecMainCode": "1", "ExecMainExitTimestamp": "Mon 2024-02-05 04:34:55 UTC", "ExecMainExitTimestampMonotonic": "858907772", "ExecMainPID": "15243", "ExecMainStartTimestamp": "Mon 2024-02-05 04:34:55 UTC", "ExecMainStartTimestampMonotonic": "858844320", "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 }", "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 }", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-mysql.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "quadlet-basic-mysql.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Mon 2024-02-05 04:34:55 UTC", "InactiveEnterTimestampMonotonic": "858944995", "InactiveExitTimestamp": "Mon 2024-02-05 04:34:55 UTC", "InactiveExitTimestampMonotonic": "858844369", "InvocationID": "4cef2b9c86564e68bb37fd60a17a6db8", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "quadlet-basic-network.service -.slice quadlet-basic-mysql-volume.service basic.target", "RequiresMountsFor": "/run/user/1111/containers /home/user_quadlet_basic", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "exit-code", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "-.slice", "SourcePath": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Mon 2024-02-05 04:34:55 UTC", "StateChangeTimestampMonotonic": "858944995", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "failed", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "default.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [fedora.linux_system_roles.podman : Remove quadlet file] ****************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:35:05 +0000 (0:00:00.390) 0:02:01.146 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:35:05 +0000 (0:00:00.201) 0:02:01.348 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:35:05 +0000 (0:00:00.032) 0:02:01.380 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:35:05 +0000 (0:00:00.021) 0:02:01.401 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:35:05 +0000 (0:00:00.020) 0:02:01.422 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:35:05 +0000 (0:00:00.024) 0:02:01.446 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:35:05 +0000 (0:00:00.365) 0:02:01.812 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.043511", "end": "2024-02-05 04:35:06.021624", "rc": 0, "start": "2024-02-05 04:35:05.978113" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:35:06 +0000 (0:00:00.260) 0:02:02.073 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:35:06 +0000 (0:00:00.020) 0:02:02.093 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:35:06 +0000 (0:00:00.018) 0:02:02.112 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:35:06 +0000 (0:00:00.025) 0:02:02.138 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:35:06 +0000 (0:00:00.025) 0:02:02.163 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:35:06 +0000 (0:00:00.018) 0:02:02.181 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:35:06 +0000 (0:00:00.067) 0:02:02.249 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:35:06 +0000 (0:00:00.037) 0:02:02.287 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:35:06 +0000 (0:00:00.022) 0:02:02.310 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:35:06 +0000 (0:00:00.021) 0:02:02.331 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:35:06 +0000 (0:00:00.026) 0:02:02.358 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:35:06 +0000 (0:00:00.201) 0:02:02.560 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:35:06 +0000 (0:00:00.028) 0:02:02.588 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:35:06 +0000 (0:00:00.201) 0:02:02.789 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003753", "end": "2024-02-05 04:35:06.945422", "rc": 0, "start": "2024-02-05 04:35:06.941669" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:35:06 +0000 (0:00:00.201) 0:02:02.991 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003808", "end": "2024-02-05 04:35:07.145834", "rc": 0, "start": "2024-02-05 04:35:07.142026" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check if user is in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:35:07 +0000 (0:00:00.200) 0:02:03.192 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:35:07 +0000 (0:00:00.018) 0:02:03.211 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:35:07 +0000 (0:00:00.018) 0:02:03.229 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:35:07 +0000 (0:00:00.018) 0:02:03.247 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:35:07 +0000 (0:00:00.017) 0:02:03.266 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:35:07 +0000 (0:00:00.034) 0:02:03.300 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:35:07 +0000 (0:00:00.021) 0:02:03.321 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:35:07 +0000 (0:00:00.017) 0:02:03.339 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:35:07 +0000 (0:00:00.047) 0:02:03.387 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:35:07 +0000 (0:00:00.085) 0:02:03.472 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:35:07 +0000 (0:00:00.023) 0:02:03.495 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:35:07 +0000 (0:00:00.202) 0:02:03.698 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:35:07 +0000 (0:00:00.032) 0:02:03.730 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:35:07 +0000 (0:00:00.020) 0:02:03.751 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:35:07 +0000 (0:00:00.020) 0:02:03.771 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:35:07 +0000 (0:00:00.024) 0:02:03.796 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:35:08 +0000 (0:00:00.365) 0:02:04.161 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.041645", "end": "2024-02-05 04:35:08.368473", "rc": 0, "start": "2024-02-05 04:35:08.326828" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:35:08 +0000 (0:00:00.258) 0:02:04.419 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "network", "rm", "systemd-quadlet-basic" ], "delta": "0:00:00.058404", "end": "2024-02-05 04:35:08.644652", "rc": 0, "start": "2024-02-05 04:35:08.586248" } STDOUT: systemd-quadlet-basic TASK [fedora.linux_system_roles.podman : Create and update quadlets] *********** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:35:08 +0000 (0:00:00.277) 0:02:04.697 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:35:08 +0000 (0:00:00.018) 0:02:04.715 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Monday 05 February 2024 04:35:08 +0000 (0:00:00.052) 0:02:04.768 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Monday 05 February 2024 04:35:08 +0000 (0:00:00.023) 0:02:04.791 ******* ok: [sut] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Gather facts for containers] ********** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Monday 05 February 2024 04:35:08 +0000 (0:00:00.026) 0:02:04.818 ******* ok: [sut] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:24 Monday 05 February 2024 04:35:10 +0000 (0:00:01.360) 0:02:06.178 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.042542", "end": "2024-02-05 04:35:10.385833", "rc": 0, "start": "2024-02-05 04:35:10.343291" } STDOUT: podman TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:33 Monday 05 February 2024 04:35:10 +0000 (0:00:00.258) 0:02:06.437 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.042457", "end": "2024-02-05 04:35:10.643518", "rc": 0, "start": "2024-02-05 04:35:10.601061" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:42 Monday 05 February 2024 04:35:10 +0000 (0:00:00.296) 0:02:06.733 ******* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "user_quadlet_basic" ], "delta": "0:00:00.008216", "end": "2024-02-05 04:35:10.898913", "rc": 0, "start": "2024-02-05 04:35:10.890697" } TASK [Remove test user] ******************************************************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/tests/tests_quadlet_basic.yml:196 Monday 05 February 2024 04:35:10 +0000 (0:00:00.228) 0:02:06.962 ******* changed: [sut] => { "changed": true, "force": false, "name": "user_quadlet_basic", "remove": false, "state": "absent" } TASK [Cleanup system - root] *************************************************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/tests/tests_quadlet_basic.yml:202 Monday 05 February 2024 04:35:11 +0000 (0:00:00.311) 0:02:07.274 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 05 February 2024 04:35:11 +0000 (0:00:00.058) 0:02:07.332 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 05 February 2024 04:35:11 +0000 (0:00:00.035) 0:02:07.368 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Monday 05 February 2024 04:35:11 +0000 (0:00:00.026) 0:02:07.395 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Monday 05 February 2024 04:35:11 +0000 (0:00:00.020) 0:02:07.415 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Monday 05 February 2024 04:35:11 +0000 (0:00:00.020) 0:02:07.435 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 05 February 2024 04:35:11 +0000 (0:00:00.046) 0:02:07.482 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 05 February 2024 04:35:12 +0000 (0:00:01.330) 0:02:08.813 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 05 February 2024 04:35:12 +0000 (0:00:00.020) 0:02:08.833 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Monday 05 February 2024 04:35:12 +0000 (0:00:00.023) 0:02:08.856 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030630", "end": "2024-02-05 04:35:13.036693", "rc": 0, "start": "2024-02-05 04:35:13.006063" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Monday 05 February 2024 04:35:13 +0000 (0:00:00.226) 0:02:09.083 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Monday 05 February 2024 04:35:13 +0000 (0:00:00.063) 0:02:09.146 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 05 February 2024 04:35:13 +0000 (0:00:00.018) 0:02:09.165 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Monday 05 February 2024 04:35:13 +0000 (0:00:00.035) 0:02:09.201 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Monday 05 February 2024 04:35:13 +0000 (0:00:00.037) 0:02:09.239 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:35:13 +0000 (0:00:00.039) 0:02:09.279 ******* ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:35:13 +0000 (0:00:00.204) 0:02:09.483 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:35:13 +0000 (0:00:00.024) 0:02:09.507 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:35:13 +0000 (0:00:00.027) 0:02:09.535 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:35:13 +0000 (0:00:00.202) 0:02:09.737 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:35:13 +0000 (0:00:00.028) 0:02:09.766 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:35:13 +0000 (0:00:00.200) 0:02:09.966 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:35:13 +0000 (0:00:00.020) 0:02:09.986 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:35:13 +0000 (0:00:00.018) 0:02:10.005 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:35:14 +0000 (0:00:00.019) 0:02:10.024 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:35:14 +0000 (0:00:00.018) 0:02:10.042 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:35:14 +0000 (0:00:00.017) 0:02:10.060 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Monday 05 February 2024 04:35:14 +0000 (0:00:00.018) 0:02:10.078 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Monday 05 February 2024 04:35:14 +0000 (0:00:00.024) 0:02:10.103 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 05 February 2024 04:35:14 +0000 (0:00:00.075) 0:02:10.179 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 05 February 2024 04:35:14 +0000 (0:00:00.020) 0:02:10.200 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 05 February 2024 04:35:14 +0000 (0:00:00.020) 0:02:10.220 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 05 February 2024 04:35:14 +0000 (0:00:00.036) 0:02:10.256 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 05 February 2024 04:35:14 +0000 (0:00:00.020) 0:02:10.276 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Monday 05 February 2024 04:35:14 +0000 (0:00:00.020) 0:02:10.297 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Monday 05 February 2024 04:35:14 +0000 (0:00:00.038) 0:02:10.335 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Monday 05 February 2024 04:35:14 +0000 (0:00:00.020) 0:02:10.356 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Monday 05 February 2024 04:35:14 +0000 (0:00:00.020) 0:02:10.376 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Monday 05 February 2024 04:35:14 +0000 (0:00:00.039) 0:02:10.416 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Monday 05 February 2024 04:35:14 +0000 (0:00:00.020) 0:02:10.436 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Monday 05 February 2024 04:35:14 +0000 (0:00:00.020) 0:02:10.457 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Monday 05 February 2024 04:35:14 +0000 (0:00:00.019) 0:02:10.477 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Monday 05 February 2024 04:35:14 +0000 (0:00:00.020) 0:02:10.497 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Monday 05 February 2024 04:35:14 +0000 (0:00:00.019) 0:02:10.517 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Monday 05 February 2024 04:35:14 +0000 (0:00:00.060) 0:02:10.577 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Monday 05 February 2024 04:35:14 +0000 (0:00:00.020) 0:02:10.598 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:35:14 +0000 (0:00:00.060) 0:02:10.658 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:35:14 +0000 (0:00:00.023) 0:02:10.682 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:35:14 +0000 (0:00:00.022) 0:02:10.705 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:35:14 +0000 (0:00:00.025) 0:02:10.730 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:35:14 +0000 (0:00:00.031) 0:02:10.761 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:35:14 +0000 (0:00:00.019) 0:02:10.781 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:35:14 +0000 (0:00:00.018) 0:02:10.799 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:35:14 +0000 (0:00:00.018) 0:02:10.818 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 0] ***************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Monday 05 February 2024 04:35:15 +0000 (0:00:00.245) 0:02:11.063 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Monday 05 February 2024 04:35:15 +0000 (0:00:00.023) 0:02:11.087 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Monday 05 February 2024 04:35:15 +0000 (0:00:00.022) 0:02:11.109 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Monday 05 February 2024 04:35:15 +0000 (0:00:00.025) 0:02:11.135 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:35:15 +0000 (0:00:00.030) 0:02:11.166 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:35:15 +0000 (0:00:00.019) 0:02:11.185 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:35:15 +0000 (0:00:00.018) 0:02:11.204 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Monday 05 February 2024 04:35:15 +0000 (0:00:00.059) 0:02:11.263 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Monday 05 February 2024 04:35:15 +0000 (0:00:00.251) 0:02:11.514 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Monday 05 February 2024 04:35:15 +0000 (0:00:00.017) 0:02:11.532 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.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-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:35:15 +0000 (0:00:00.066) 0:02:11.599 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:35:15 +0000 (0:00:00.026) 0:02:11.626 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:35:15 +0000 (0:00:00.025) 0:02:11.652 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_spec | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:35:15 +0000 (0:00:00.019) 0:02:11.671 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:35:15 +0000 (0:00:00.031) 0:02:11.703 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:35:15 +0000 (0:00:00.036) 0:02:11.739 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:35:15 +0000 (0:00:00.023) 0:02:11.762 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:35:15 +0000 (0:00:00.022) 0:02:11.784 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:35:15 +0000 (0:00:00.029) 0:02:11.814 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:35:16 +0000 (0:00:00.205) 0:02:12.019 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:35:16 +0000 (0:00:00.027) 0:02:12.046 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:35:16 +0000 (0:00:00.200) 0:02:12.247 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:35:16 +0000 (0:00:00.020) 0:02:12.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:35:16 +0000 (0:00:00.061) 0:02:12.329 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:35:16 +0000 (0:00:00.019) 0:02:12.348 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:35:16 +0000 (0:00:00.019) 0:02:12.367 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:35:16 +0000 (0:00:00.018) 0:02:12.386 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:35:16 +0000 (0:00:00.019) 0:02:12.405 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:35:16 +0000 (0:00:00.035) 0:02:12.441 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:35:16 +0000 (0:00:00.023) 0:02:12.464 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:35:16 +0000 (0:00:00.020) 0:02:12.484 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:35:16 +0000 (0:00:00.050) 0:02:12.535 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:35:16 +0000 (0:00:00.041) 0:02:12.576 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:35:16 +0000 (0:00:00.337) 0:02:12.914 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:35:17 +0000 (0:00:00.201) 0:02:13.115 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:35:17 +0000 (0:00:00.032) 0:02:13.148 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:35:17 +0000 (0:00:00.019) 0:02:13.167 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:35:17 +0000 (0:00:00.019) 0:02:13.186 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:35:17 +0000 (0:00:00.018) 0:02:13.205 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:35:17 +0000 (0:00:00.020) 0:02:13.226 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:35:17 +0000 (0:00:00.021) 0:02:13.247 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:35:17 +0000 (0:00:00.068) 0:02:13.316 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:35:17 +0000 (0:00:00.019) 0:02:13.335 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:35:17 +0000 (0:00:00.028) 0:02:13.364 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:35:17 +0000 (0:00:00.026) 0:02:13.390 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:35:17 +0000 (0:00:00.020) 0:02:13.411 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:35:17 +0000 (0:00:00.031) 0:02:13.443 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:35:17 +0000 (0:00:00.038) 0:02:13.481 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:35:17 +0000 (0:00:00.023) 0:02:13.505 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:35:17 +0000 (0:00:00.023) 0:02:13.528 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:35:17 +0000 (0:00:00.028) 0:02:13.557 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:35:17 +0000 (0:00:00.206) 0:02:13.763 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:35:17 +0000 (0:00:00.028) 0:02:13.792 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:35:17 +0000 (0:00:00.203) 0:02:13.995 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:35:17 +0000 (0:00:00.018) 0:02:14.014 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:35:18 +0000 (0:00:00.019) 0:02:14.033 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:35:18 +0000 (0:00:00.019) 0:02:14.053 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:35:18 +0000 (0:00:00.018) 0:02:14.072 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:35:18 +0000 (0:00:00.026) 0:02:14.098 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:35:18 +0000 (0:00:00.019) 0:02:14.117 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:35:18 +0000 (0:00:00.085) 0:02:14.203 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:35:18 +0000 (0:00:00.021) 0:02:14.225 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:35:18 +0000 (0:00:00.020) 0:02:14.246 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:35:18 +0000 (0:00:00.048) 0:02:14.295 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:35:18 +0000 (0:00:00.040) 0:02:14.336 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:35:18 +0000 (0:00:00.334) 0:02:14.671 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:35:18 +0000 (0:00:00.203) 0:02:14.874 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:35:18 +0000 (0:00:00.031) 0:02:14.906 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:35:18 +0000 (0:00:00.018) 0:02:14.925 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:35:18 +0000 (0:00:00.019) 0:02:14.944 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:35:18 +0000 (0:00:00.018) 0:02:14.963 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:35:18 +0000 (0:00:00.020) 0:02:14.983 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:35:18 +0000 (0:00:00.021) 0:02:15.004 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:35:19 +0000 (0:00:00.020) 0:02:15.025 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Monday 05 February 2024 04:35:19 +0000 (0:00:00.019) 0:02:15.044 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Monday 05 February 2024 04:35:19 +0000 (0:00:00.026) 0:02:15.071 ******* ok: [sut] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] ***** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Monday 05 February 2024 04:35:19 +0000 (0:00:00.025) 0:02:15.097 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Monday 05 February 2024 04:35:19 +0000 (0:00:00.018) 0:02:15.116 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Monday 05 February 2024 04:35:19 +0000 (0:00:00.073) 0:02:15.189 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Monday 05 February 2024 04:35:19 +0000 (0:00:00.037) 0:02:15.227 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Monday 05 February 2024 04:35:19 +0000 (0:00:00.024) 0:02:15.251 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Monday 05 February 2024 04:35:19 +0000 (0:00:00.024) 0:02:15.275 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Monday 05 February 2024 04:35:19 +0000 (0:00:00.030) 0:02:15.306 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Monday 05 February 2024 04:35:19 +0000 (0:00:00.203) 0:02:15.509 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Monday 05 February 2024 04:35:19 +0000 (0:00:00.028) 0:02:15.538 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707107650.9141312, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707107617.5910473, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6774528, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "663890909", "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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Monday 05 February 2024 04:35:19 +0000 (0:00:00.202) 0:02:15.741 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Monday 05 February 2024 04:35:19 +0000 (0:00:00.019) 0:02:15.760 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Monday 05 February 2024 04:35:19 +0000 (0:00:00.018) 0:02:15.779 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Monday 05 February 2024 04:35:19 +0000 (0:00:00.019) 0:02:15.798 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 05 February 2024 04:35:19 +0000 (0:00:00.019) 0:02:15.817 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Monday 05 February 2024 04:35:19 +0000 (0:00:00.018) 0:02:15.836 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Monday 05 February 2024 04:35:19 +0000 (0:00:00.023) 0:02:15.860 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Monday 05 February 2024 04:35:19 +0000 (0:00:00.037) 0:02:15.897 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Monday 05 February 2024 04:35:19 +0000 (0:00:00.021) 0:02:15.919 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Monday 05 February 2024 04:35:19 +0000 (0:00:00.017) 0:02:15.936 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Monday 05 February 2024 04:35:19 +0000 (0:00:00.047) 0:02:15.984 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Monday 05 February 2024 04:35:20 +0000 (0:00:00.084) 0:02:16.069 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Monday 05 February 2024 04:35:20 +0000 (0:00:00.022) 0:02:16.092 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Monday 05 February 2024 04:35:20 +0000 (0:00:00.201) 0:02:16.293 ******* included: /WORKDIR/git-fix-linger-handlinggb26lsz1/.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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 05 February 2024 04:35:20 +0000 (0:00:00.033) 0:02:16.326 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Monday 05 February 2024 04:35:20 +0000 (0:00:00.020) 0:02:16.347 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Monday 05 February 2024 04:35:20 +0000 (0:00:00.019) 0:02:16.366 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Monday 05 February 2024 04:35:20 +0000 (0:00:00.019) 0:02:16.386 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Monday 05 February 2024 04:35:20 +0000 (0:00:00.021) 0:02:16.407 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Monday 05 February 2024 04:35:20 +0000 (0:00:00.021) 0:02:16.429 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Monday 05 February 2024 04:35:20 +0000 (0:00:00.021) 0:02:16.450 ******* 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-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Monday 05 February 2024 04:35:20 +0000 (0:00:00.019) 0:02:16.469 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } PLAY RECAP ********************************************************************* sut : ok=421 changed=29 unreachable=0 failed=0 skipped=411 rescued=1 ignored=0 Monday 05 February 2024 04:35:20 +0000 (0:00:00.059) 0:02:16.529 ******* =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 63.08s /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.podman : Ensure container images are present --- 9.02s /WORKDIR/git-fix-linger-handlinggb26lsz1/.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 ------------- 1.48s /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather facts for containers ---------- 1.36s /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.35s /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.33s /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.33s /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.32s /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.32s /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.32s /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Ensure container images are present --- 1.04s /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Gathering Facts --------------------------------------------------------- 0.77s /WORKDIR/git-fix-linger-handlinggb26lsz1/tests/tests_quadlet_basic.yml:9 ------ fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 0.60s /WORKDIR/git-fix-linger-handlinggb26lsz1/.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.60s /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Create user for testing ------------------------------------------------- 0.56s /WORKDIR/git-fix-linger-handlinggb26lsz1/tests/tests_quadlet_basic.yml:112 ---- fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 0.54s /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 fedora.linux_system_roles.podman : Start service ------------------------ 0.54s /WORKDIR/git-fix-linger-handlinggb26lsz1/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 0.54s /WORKDIR/git-fix-linger-handlinggb26lsz1/.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.53s /WORKDIR/git-fix-linger-handlinggb26lsz1/.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.53s /WORKDIR/git-fix-linger-handlinggb26lsz1/.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. ---^---^---^---^---^---