# 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-handlingk9o67sip/.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-handlingk9o67sip/tests/tests_quadlet_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-fix-linger-handlingk9o67sip/tests/tests_quadlet_basic.yml:4 Sunday 04 February 2024 20:20:00 +0000 (0:00:00.015) 0:00:00.015 ******* 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-handlingk9o67sip/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-handlingk9o67sip/tests/tests_quadlet_basic.yml:9 Sunday 04 February 2024 20:20:00 +0000 (0:00:00.017) 0:00:00.033 ******* ok: [sut] TASK [Run role - do not pull images] ******************************************* task path: /WORKDIR/git-fix-linger-handlingk9o67sip/tests/tests_quadlet_basic.yml:57 Sunday 04 February 2024 20:20:01 +0000 (0:00:00.818) 0:00:00.852 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Sunday 04 February 2024 20:20:01 +0000 (0:00:00.031) 0:00:00.884 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Sunday 04 February 2024 20:20:01 +0000 (0:00:00.020) 0:00:00.904 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Sunday 04 February 2024 20:20:01 +0000 (0:00:00.022) 0:00:00.927 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Sunday 04 February 2024 20:20:02 +0000 (0:00:00.274) 0:00:01.201 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Sunday 04 February 2024 20:20:02 +0000 (0:00:00.017) 0:00:01.218 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Sunday 04 February 2024 20:20:02 +0000 (0:00:00.040) 0:00:01.259 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Sunday 04 February 2024 20:20:03 +0000 (0:00:01.517) 0:00:02.776 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Sunday 04 February 2024 20:20:03 +0000 (0:00:00.028) 0:00:02.805 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Sunday 04 February 2024 20:21:07 +0000 (0:01:03.637) 0:01:06.443 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.056332", "end": "2024-02-04 20:21:07.742835", "rc": 0, "start": "2024-02-04 20:21:07.686503" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Sunday 04 February 2024 20:21:07 +0000 (0:00:00.460) 0:01:06.903 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Sunday 04 February 2024 20:21:07 +0000 (0:00:00.023) 0:01:06.926 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Sunday 04 February 2024 20:21:07 +0000 (0:00:00.020) 0:01:06.947 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Sunday 04 February 2024 20:21:07 +0000 (0:00:00.031) 0:01:06.979 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Sunday 04 February 2024 20:21:07 +0000 (0:00:00.035) 0:01:07.015 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:21:07 +0000 (0:00:00.047) 0:01:07.063 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Sunday 04 February 2024 20:21:08 +0000 (0:00:00.305) 0:01:07.368 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Sunday 04 February 2024 20:21:08 +0000 (0:00:00.023) 0:01:07.391 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Sunday 04 February 2024 20:21:08 +0000 (0:00:00.047) 0:01:07.439 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Sunday 04 February 2024 20:21:08 +0000 (0:00:00.208) 0:01:07.647 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Sunday 04 February 2024 20:21:08 +0000 (0:00:00.028) 0:01:07.676 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707078034.5070057, "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": "440486987", "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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Sunday 04 February 2024 20:21:08 +0000 (0:00:00.206) 0:01:07.882 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Sunday 04 February 2024 20:21:08 +0000 (0:00:00.020) 0:01:07.902 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Sunday 04 February 2024 20:21:08 +0000 (0:00:00.018) 0:01:07.921 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Sunday 04 February 2024 20:21:08 +0000 (0:00:00.018) 0:01:07.939 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Sunday 04 February 2024 20:21:08 +0000 (0:00:00.018) 0:01:07.958 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Sunday 04 February 2024 20:21:08 +0000 (0:00:00.020) 0:01:07.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 : Set config file paths] **************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Sunday 04 February 2024 20:21:08 +0000 (0:00:00.018) 0:01:07.996 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Sunday 04 February 2024 20:21:08 +0000 (0:00:00.041) 0:01:08.038 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 20:21:08 +0000 (0:00:00.040) 0:01:08.079 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Sunday 04 February 2024 20:21:08 +0000 (0:00:00.020) 0:01:08.099 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Sunday 04 February 2024 20:21:08 +0000 (0:00:00.021) 0:01:08.120 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.041) 0:01:08.161 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.019) 0:01:08.181 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.030) 0:01:08.211 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.043) 0:01:08.255 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.045) 0:01:08.300 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.021) 0:01:08.321 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.044) 0:01:08.366 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.020) 0:01:08.387 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.019) 0:01:08.407 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.020) 0:01:08.428 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.019) 0:01:08.447 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.019) 0:01:08.467 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.020) 0:01:08.487 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.020) 0:01:08.507 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.016) 0:01:08.524 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.017) 0:01:08.542 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.054) 0:01:08.596 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.028) 0:01:08.625 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.027) 0:01:08.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.020) 0:01:08.673 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.032) 0:01:08.705 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.042) 0:01:08.748 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.045) 0:01:08.793 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.023) 0:01:08.817 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.029) 0:01:08.847 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.206) 0:01:09.053 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Sunday 04 February 2024 20:21:09 +0000 (0:00:00.028) 0:01:09.082 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707078068.7218673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707078034.5070057, "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": "440486987", "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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.208) 0:01:09.291 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.019) 0:01:09.311 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.019) 0:01:09.330 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.020) 0:01:09.351 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.019) 0:01:09.370 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.021) 0:01:09.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 : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.021) 0:01:09.413 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.040) 0:01:09.454 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.022) 0:01:09.477 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.023) 0:01:09.501 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.054) 0:01:09.555 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.020) 0:01:09.575 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.045) 0:01:09.621 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.034) 0:01:09.655 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.018) 0:01:09.674 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.041) 0:01:09.716 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.020) 0:01:09.736 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.017) 0:01:09.754 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Sunday 04 February 2024 20:21:10 +0000 (0:00:00.023) 0:01:09.777 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Sunday 04 February 2024 20:21:11 +0000 (0:00:00.396) 0:01:10.174 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Sunday 04 February 2024 20:21:11 +0000 (0:00:00.020) 0:01:10.195 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_quadlet_str | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] ******* task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Sunday 04 February 2024 20:21:11 +0000 (0:00:00.020) 0:01:10.215 ******* 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-1707078071.1432867-6655-56902976661768/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Sunday 04 February 2024 20:21:11 +0000 (0:00:00.897) 0:01:11.113 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Sunday 04 February 2024 20:21:12 +0000 (0:00:00.023) 0:01:11.136 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Sunday 04 February 2024 20:21:12 +0000 (0:00:00.022) 0:01:11.159 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Sunday 04 February 2024 20:21:12 +0000 (0:00:00.025) 0:01:11.185 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify image not pulled] ************************************************* task path: /WORKDIR/git-fix-linger-handlingk9o67sip/tests/tests_quadlet_basic.yml:73 Sunday 04 February 2024 20:21:12 +0000 (0:00:00.027) 0:01:11.213 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run role - try to pull bogus image] ************************************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/tests/tests_quadlet_basic.yml:77 Sunday 04 February 2024 20:21:12 +0000 (0:00:00.020) 0:01:11.233 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Sunday 04 February 2024 20:21:12 +0000 (0:00:00.055) 0:01:11.289 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Sunday 04 February 2024 20:21:12 +0000 (0:00:00.036) 0:01:11.325 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Sunday 04 February 2024 20:21:12 +0000 (0:00:00.024) 0:01:11.350 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Sunday 04 February 2024 20:21:12 +0000 (0:00:00.020) 0:01:11.370 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Sunday 04 February 2024 20:21:12 +0000 (0:00:00.019) 0:01:11.390 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Sunday 04 February 2024 20:21:12 +0000 (0:00:00.101) 0:01:11.491 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Sunday 04 February 2024 20:21:14 +0000 (0:00:01.664) 0:01:13.155 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Sunday 04 February 2024 20:21:14 +0000 (0:00:00.022) 0:01:13.178 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Sunday 04 February 2024 20:21:14 +0000 (0:00:00.022) 0:01:13.200 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032772", "end": "2024-02-04 20:21:14.280605", "rc": 0, "start": "2024-02-04 20:21:14.247833" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Sunday 04 February 2024 20:21:14 +0000 (0:00:00.233) 0:01:13.434 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Sunday 04 February 2024 20:21:14 +0000 (0:00:00.023) 0:01:13.458 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Sunday 04 February 2024 20:21:14 +0000 (0:00:00.019) 0:01:13.477 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Sunday 04 February 2024 20:21:14 +0000 (0:00:00.020) 0:01:13.498 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Sunday 04 February 2024 20:21:14 +0000 (0:00:00.026) 0:01:13.524 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:21:14 +0000 (0:00:00.042) 0:01:13.567 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Sunday 04 February 2024 20:21:14 +0000 (0:00:00.023) 0:01:13.590 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Sunday 04 February 2024 20:21:14 +0000 (0:00:00.024) 0:01:13.614 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Sunday 04 February 2024 20:21:14 +0000 (0:00:00.028) 0:01:13.643 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Sunday 04 February 2024 20:21:14 +0000 (0:00:00.208) 0:01:13.851 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Sunday 04 February 2024 20:21:14 +0000 (0:00:00.054) 0:01:13.906 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707078068.7218673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707078034.5070057, "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": "440486987", "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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Sunday 04 February 2024 20:21:14 +0000 (0:00:00.208) 0:01:14.114 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.022) 0:01:14.136 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.019) 0:01:14.155 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.019) 0:01:14.175 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.019) 0:01:14.195 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.019) 0:01:14.215 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.018) 0:01:14.233 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.027) 0:01:14.261 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.042) 0:01:14.303 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.022) 0:01:14.326 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.024) 0:01:14.350 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.047) 0:01:14.398 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.023) 0:01:14.421 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.021) 0:01:14.443 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.041) 0:01:14.485 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.021) 0:01:14.506 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.053) 0:01:14.559 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.048) 0:01:14.607 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.023) 0:01:14.631 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.022) 0:01:14.654 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.024) 0:01:14.678 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.021) 0:01:14.700 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.022) 0:01:14.722 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.022) 0:01:14.745 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.021) 0:01:14.767 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.019) 0:01:14.786 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.018) 0:01:14.805 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.068) 0:01:14.873 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.032) 0:01:14.905 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.031) 0:01:14.937 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.022) 0:01:14.959 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.037) 0:01:14.997 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.066) 0:01:15.063 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.025) 0:01:15.089 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Sunday 04 February 2024 20:21:15 +0000 (0:00:00.025) 0:01:15.115 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.033) 0:01:15.148 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.214) 0:01:15.362 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.042) 0:01:15.405 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707078068.7218673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707078034.5070057, "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": "440486987", "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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.211) 0:01:15.616 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.022) 0:01:15.639 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.020) 0:01:15.660 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.021) 0:01:15.682 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.021) 0:01:15.703 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.021) 0:01:15.724 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.020) 0:01:15.745 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.042) 0:01:15.787 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.024) 0:01:15.812 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.023) 0:01:15.835 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.057) 0:01:15.893 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.028) 0:01:15.921 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.089) 0:01:16.011 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.038) 0:01:16.049 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.021) 0:01:16.071 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.021) 0:01:16.092 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 20:21:16 +0000 (0:00:00.020) 0:01:16.113 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Sunday 04 February 2024 20:21:17 +0000 (0:00:00.019) 0:01:16.132 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Sunday 04 February 2024 20:21:18 +0000 (0:00:01.469) 0:01:17.601 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Sunday 04 February 2024 20:21:18 +0000 (0:00:00.214) 0:01:17.815 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Sunday 04 February 2024 20:21:18 +0000 (0:00:00.021) 0:01:17.837 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Sunday 04 February 2024 20:21:18 +0000 (0:00:00.021) 0:01:17.859 ******* 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-1707078078.7745042-6756-115073736497092/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Sunday 04 February 2024 20:21:19 +0000 (0:00:00.555) 0:01:18.414 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Sunday 04 February 2024 20:21:19 +0000 (0:00:00.022) 0:01:18.437 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Sunday 04 February 2024 20:21:19 +0000 (0:00:00.025) 0:01:18.463 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Sunday 04 February 2024 20:21:19 +0000 (0:00:00.024) 0:01:18.488 ******* 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-handlingk9o67sip/tests/tests_quadlet_basic.yml:93 Sunday 04 February 2024 20:21:19 +0000 (0:00:00.030) 0:01:18.518 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/tests/tests_quadlet_basic.yml:100 Sunday 04 February 2024 20:21:19 +0000 (0:00:00.024) 0:01:18.543 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Sunday 04 February 2024 20:21:19 +0000 (0:00:00.129) 0:01:18.673 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Sunday 04 February 2024 20:21:19 +0000 (0:00:00.041) 0:01:18.714 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Sunday 04 February 2024 20:21:19 +0000 (0:00:00.033) 0:01:18.748 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Sunday 04 February 2024 20:21:19 +0000 (0:00:00.023) 0:01:18.771 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Sunday 04 February 2024 20:21:19 +0000 (0:00:00.023) 0:01:18.794 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Sunday 04 February 2024 20:21:19 +0000 (0:00:00.057) 0:01:18.852 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Sunday 04 February 2024 20:21:21 +0000 (0:00:01.340) 0:01:20.192 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Sunday 04 February 2024 20:21:21 +0000 (0:00:00.021) 0:01:20.214 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Sunday 04 February 2024 20:21:21 +0000 (0:00:00.024) 0:01:20.238 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030472", "end": "2024-02-04 20:21:21.314096", "rc": 0, "start": "2024-02-04 20:21:21.283624" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Sunday 04 February 2024 20:21:21 +0000 (0:00:00.229) 0:01:20.468 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Sunday 04 February 2024 20:21:21 +0000 (0:00:00.022) 0:01:20.491 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Sunday 04 February 2024 20:21:21 +0000 (0:00:00.019) 0:01:20.511 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Sunday 04 February 2024 20:21:21 +0000 (0:00:00.022) 0:01:20.533 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Sunday 04 February 2024 20:21:21 +0000 (0:00:00.024) 0:01:20.558 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:21:21 +0000 (0:00:00.071) 0:01:20.629 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Sunday 04 February 2024 20:21:21 +0000 (0:00:00.024) 0:01:20.654 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Sunday 04 February 2024 20:21:21 +0000 (0:00:00.024) 0:01:20.679 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Sunday 04 February 2024 20:21:21 +0000 (0:00:00.029) 0:01:20.708 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Sunday 04 February 2024 20:21:21 +0000 (0:00:00.207) 0:01:20.915 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Sunday 04 February 2024 20:21:21 +0000 (0:00:00.028) 0:01:20.944 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707078068.7218673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707078034.5070057, "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": "440486987", "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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.209) 0:01:21.153 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.021) 0:01:21.175 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.019) 0:01:21.194 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.020) 0:01:21.215 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.020) 0:01:21.235 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.019) 0:01:21.255 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.019) 0:01:21.275 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.027) 0:01:21.303 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.043) 0:01:21.346 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.020) 0:01:21.367 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.020) 0:01:21.388 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.068) 0:01:21.456 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.022) 0:01:21.479 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.020) 0:01:21.500 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.044) 0:01:21.544 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.020) 0:01:21.565 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.021) 0:01:21.586 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.047) 0:01:21.633 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.022) 0:01:21.656 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.023) 0:01:21.679 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.022) 0:01:21.702 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.022) 0:01:21.725 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.023) 0:01:21.748 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.021) 0:01:21.769 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.023) 0:01:21.792 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.018) 0:01:21.811 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.019) 0:01:21.831 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.086) 0:01:21.917 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.031) 0:01:21.949 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.029) 0:01:21.978 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.025) 0:01:22.003 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.041) 0:01:22.045 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:21:22 +0000 (0:00:00.063) 0:01:22.109 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Sunday 04 February 2024 20:21:23 +0000 (0:00:00.026) 0:01:22.135 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Sunday 04 February 2024 20:21:23 +0000 (0:00:00.025) 0:01:22.161 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Sunday 04 February 2024 20:21:23 +0000 (0:00:00.030) 0:01:22.191 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Sunday 04 February 2024 20:21:23 +0000 (0:00:00.207) 0:01:22.399 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Sunday 04 February 2024 20:21:23 +0000 (0:00:00.031) 0:01:22.430 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707078068.7218673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707078034.5070057, "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": "440486987", "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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Sunday 04 February 2024 20:21:23 +0000 (0:00:00.207) 0:01:22.638 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Sunday 04 February 2024 20:21:23 +0000 (0:00:00.020) 0:01:22.658 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Sunday 04 February 2024 20:21:23 +0000 (0:00:00.019) 0:01:22.677 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Sunday 04 February 2024 20:21:23 +0000 (0:00:00.019) 0:01:22.697 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Sunday 04 February 2024 20:21:23 +0000 (0:00:00.018) 0:01:22.716 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Sunday 04 February 2024 20:21:23 +0000 (0:00:00.019) 0:01:22.736 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Sunday 04 February 2024 20:21:23 +0000 (0:00:00.047) 0:01:22.783 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Sunday 04 February 2024 20:21:23 +0000 (0:00:00.039) 0:01:22.823 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Sunday 04 February 2024 20:21:23 +0000 (0:00:00.024) 0:01:22.847 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Sunday 04 February 2024 20:21:23 +0000 (0:00:00.019) 0:01:22.866 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Sunday 04 February 2024 20:21:23 +0000 (0:00:00.056) 0:01:22.923 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 20:21:23 +0000 (0:00:00.045) 0:01:22.968 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 20:21:24 +0000 (0:00:00.533) 0:01:23.502 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 20:21:24 +0000 (0:00:00.206) 0:01:23.708 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:21:24 +0000 (0:00:00.033) 0:01:23.742 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:21:24 +0000 (0:00:00.020) 0:01:23.762 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:21:24 +0000 (0:00:00.019) 0:01:23.782 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 20:21:24 +0000 (0:00:00.019) 0:01:23.802 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 20:21:25 +0000 (0:00:00.481) 0:01:24.283 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.039115", "end": "2024-02-04 20:21:25.375532", "rc": 0, "start": "2024-02-04 20:21:25.336417" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 20:21:25 +0000 (0:00:00.245) 0:01:24.529 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Sunday 04 February 2024 20:21:25 +0000 (0:00:00.022) 0:01:24.551 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Sunday 04 February 2024 20:21:25 +0000 (0:00:00.018) 0:01:24.570 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Sunday 04 February 2024 20:21:25 +0000 (0:00:00.028) 0:01:24.599 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Sunday 04 February 2024 20:21:25 +0000 (0:00:00.065) 0:01:24.664 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Sunday 04 February 2024 20:21:25 +0000 (0:00:00.027) 0:01:24.691 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Sunday 04 February 2024 20:21:25 +0000 (0:00:00.020) 0:01:24.712 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Sunday 04 February 2024 20:21:25 +0000 (0:00:00.020) 0:01:24.732 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Sunday 04 February 2024 20:21:25 +0000 (0:00:00.051) 0:01:24.784 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Sunday 04 February 2024 20:21:26 +0000 (0:00:01.336) 0:01:26.121 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Sunday 04 February 2024 20:21:27 +0000 (0:00:00.021) 0:01:26.143 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Sunday 04 February 2024 20:21:27 +0000 (0:00:00.023) 0:01:26.166 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029095", "end": "2024-02-04 20:21:27.243524", "rc": 0, "start": "2024-02-04 20:21:27.214429" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Sunday 04 February 2024 20:21:27 +0000 (0:00:00.231) 0:01:26.398 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Sunday 04 February 2024 20:21:27 +0000 (0:00:00.022) 0:01:26.421 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Sunday 04 February 2024 20:21:27 +0000 (0:00:00.019) 0:01:26.441 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Sunday 04 February 2024 20:21:27 +0000 (0:00:00.021) 0:01:26.462 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Sunday 04 February 2024 20:21:27 +0000 (0:00:00.026) 0:01:26.489 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:21:27 +0000 (0:00:00.073) 0:01:26.563 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Sunday 04 February 2024 20:21:27 +0000 (0:00:00.025) 0:01:26.589 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Sunday 04 February 2024 20:21:27 +0000 (0:00:00.024) 0:01:26.614 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Sunday 04 February 2024 20:21:27 +0000 (0:00:00.029) 0:01:26.643 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Sunday 04 February 2024 20:21:27 +0000 (0:00:00.209) 0:01:26.852 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Sunday 04 February 2024 20:21:27 +0000 (0:00:00.037) 0:01:26.889 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707078068.7218673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707078034.5070057, "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": "440486987", "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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Sunday 04 February 2024 20:21:27 +0000 (0:00:00.207) 0:01:27.097 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Sunday 04 February 2024 20:21:27 +0000 (0:00:00.020) 0:01:27.118 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.023) 0:01:27.141 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.021) 0:01:27.163 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.020) 0:01:27.184 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.020) 0:01:27.205 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.020) 0:01:27.225 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.029) 0:01:27.255 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.042) 0:01:27.297 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.023) 0:01:27.320 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.021) 0:01:27.342 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.044) 0:01:27.386 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.051) 0:01:27.437 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.022) 0:01:27.459 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.047) 0:01:27.507 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.023) 0:01:27.531 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.024) 0:01:27.555 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.050) 0:01:27.606 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.025) 0:01:27.631 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.023) 0:01:27.655 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.024) 0:01:27.679 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.023) 0:01:27.703 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.023) 0:01:27.726 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.022) 0:01:27.748 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.022) 0:01:27.770 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.018) 0:01:27.788 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.018) 0:01:27.806 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.052) 0:01:27.858 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.062) 0:01:27.921 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.030) 0:01:27.951 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.025) 0:01:27.976 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.037) 0:01:28.013 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.042) 0:01:28.056 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.024) 0:01:28.081 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Sunday 04 February 2024 20:21:28 +0000 (0:00:00.025) 0:01:28.106 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Sunday 04 February 2024 20:21:29 +0000 (0:00:00.030) 0:01:28.137 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Sunday 04 February 2024 20:21:29 +0000 (0:00:00.211) 0:01:28.348 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Sunday 04 February 2024 20:21:29 +0000 (0:00:00.030) 0:01:28.379 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707078068.7218673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707078034.5070057, "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": "440486987", "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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Sunday 04 February 2024 20:21:29 +0000 (0:00:00.211) 0:01:28.590 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Sunday 04 February 2024 20:21:29 +0000 (0:00:00.020) 0:01:28.611 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Sunday 04 February 2024 20:21:29 +0000 (0:00:00.021) 0:01:28.632 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Sunday 04 February 2024 20:21:29 +0000 (0:00:00.022) 0:01:28.654 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Sunday 04 February 2024 20:21:29 +0000 (0:00:00.020) 0:01:28.675 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Sunday 04 February 2024 20:21:29 +0000 (0:00:00.021) 0:01:28.697 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Sunday 04 February 2024 20:21:29 +0000 (0:00:00.021) 0:01:28.718 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Sunday 04 February 2024 20:21:29 +0000 (0:00:00.040) 0:01:28.759 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Sunday 04 February 2024 20:21:29 +0000 (0:00:00.071) 0:01:28.831 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Sunday 04 February 2024 20:21:29 +0000 (0:00:00.022) 0:01:28.853 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Sunday 04 February 2024 20:21:29 +0000 (0:00:00.059) 0:01:28.913 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 20:21:29 +0000 (0:00:00.047) 0:01:28.961 ******* changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "bogus.service", "state": "stopped", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket -.mount system.slice basic.target 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 20:21:30 +0000 (0:00:00.507) 0:01:29.468 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 20:21:30 +0000 (0:00:00.208) 0:01:29.677 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:21:30 +0000 (0:00:00.036) 0:01:29.714 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:21:30 +0000 (0:00:00.022) 0:01:29.737 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:21:30 +0000 (0:00:00.021) 0:01:29.758 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 20:21:30 +0000 (0:00:00.021) 0:01:29.779 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 20:21:31 +0000 (0:00:00.477) 0:01:30.256 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.037166", "end": "2024-02-04 20:21:31.347444", "rc": 0, "start": "2024-02-04 20:21:31.310278" } TASK [fedora.linux_system_roles.podman : Remove network] *********************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 20:21:31 +0000 (0:00:00.245) 0:01:30.502 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Sunday 04 February 2024 20:21:31 +0000 (0:00:00.023) 0:01:30.525 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Sunday 04 February 2024 20:21:31 +0000 (0:00:00.019) 0:01:30.544 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Create user for testing] ************************************************* task path: /WORKDIR/git-fix-linger-handlingk9o67sip/tests/tests_quadlet_basic.yml:112 Sunday 04 February 2024 20:21:31 +0000 (0:00:00.028) 0:01:30.573 ******* 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-handlingk9o67sip/tests/tests_quadlet_basic.yml:117 Sunday 04 February 2024 20:21:31 +0000 (0:00:00.433) 0:01:31.006 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Sunday 04 February 2024 20:21:31 +0000 (0:00:00.082) 0:01:31.088 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Sunday 04 February 2024 20:21:32 +0000 (0:00:00.038) 0:01:31.127 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Sunday 04 February 2024 20:21:32 +0000 (0:00:00.027) 0:01:31.155 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Sunday 04 February 2024 20:21:32 +0000 (0:00:00.023) 0:01:31.178 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Sunday 04 February 2024 20:21:32 +0000 (0:00:00.021) 0:01:31.200 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Sunday 04 February 2024 20:21:32 +0000 (0:00:00.054) 0:01:31.255 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Sunday 04 February 2024 20:21:33 +0000 (0:00:01.343) 0:01:32.598 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Sunday 04 February 2024 20:21:33 +0000 (0:00:00.024) 0:01:32.622 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Sunday 04 February 2024 20:21:33 +0000 (0:00:00.026) 0:01:32.649 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030038", "end": "2024-02-04 20:21:33.729408", "rc": 0, "start": "2024-02-04 20:21:33.699370" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Sunday 04 February 2024 20:21:33 +0000 (0:00:00.235) 0:01:32.884 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Sunday 04 February 2024 20:21:33 +0000 (0:00:00.022) 0:01:32.907 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Sunday 04 February 2024 20:21:33 +0000 (0:00:00.019) 0:01:32.927 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Sunday 04 February 2024 20:21:33 +0000 (0:00:00.038) 0:01:32.966 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Sunday 04 February 2024 20:21:33 +0000 (0:00:00.040) 0:01:33.006 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:21:33 +0000 (0:00:00.078) 0:01:33.085 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Sunday 04 February 2024 20:21:34 +0000 (0:00:00.211) 0:01:33.297 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Sunday 04 February 2024 20:21:34 +0000 (0:00:00.026) 0:01:33.324 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Sunday 04 February 2024 20:21:34 +0000 (0:00:00.030) 0:01:33.354 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Sunday 04 February 2024 20:21:34 +0000 (0:00:00.210) 0:01:33.565 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Sunday 04 February 2024 20:21:34 +0000 (0:00:00.030) 0:01:33.595 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707078068.7218673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707078034.5070057, "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": "440486987", "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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Sunday 04 February 2024 20:21:34 +0000 (0:00:00.214) 0:01:33.810 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003936", "end": "2024-02-04 20:21:34.865488", "rc": 0, "start": "2024-02-04 20:21:34.861552" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Sunday 04 February 2024 20:21:34 +0000 (0:00:00.208) 0:01:34.019 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004061", "end": "2024-02-04 20:21:35.075203", "rc": 0, "start": "2024-02-04 20:21:35.071142" } 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.209) 0:01:34.229 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.022) 0:01:34.251 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.023) 0:01:34.274 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.022) 0:01:34.297 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.020) 0:01:34.317 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.029) 0:01:34.347 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.043) 0:01:34.390 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.022) 0:01:34.412 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.020) 0:01:34.433 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.076) 0:01:34.509 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.022) 0:01:34.532 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.022) 0:01:34.554 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.042) 0:01:34.597 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.020) 0:01:34.617 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.021) 0:01:34.639 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.045) 0:01:34.684 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.023) 0:01:34.707 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.021) 0:01:34.728 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.021) 0:01:34.750 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.020) 0:01:34.770 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.020) 0:01:34.791 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.020) 0:01:34.811 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.021) 0:01:34.832 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.064) 0:01:34.897 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.063) 0:01:34.960 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.024) 0:01:34.985 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.028) 0:01:35.014 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:21:35 +0000 (0:00:00.033) 0:01:35.047 ******* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": "0:00:00.020073", "end": "2024-02-04 20:21:36.121758", "rc": 0, "start": "2024-02-04 20:21:36.101685" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:21:36 +0000 (0:00:00.240) 0:01:35.288 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:21:36 +0000 (0:00:00.027) 0:01:35.316 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Sunday 04 February 2024 20:21:36 +0000 (0:00:00.022) 0:01:35.339 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 20:21:36 +0000 (0:00:00.478) 0:01:35.817 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Sunday 04 February 2024 20:21:36 +0000 (0:00:00.026) 0:01:35.844 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Sunday 04 February 2024 20:21:36 +0000 (0:00:00.024) 0:01:35.868 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Sunday 04 February 2024 20:21:36 +0000 (0:00:00.027) 0:01:35.896 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:21:36 +0000 (0:00:00.035) 0:01:35.931 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:21:37 +0000 (0:00:00.209) 0:01:36.140 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:21:37 +0000 (0:00:00.028) 0:01:36.169 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Sunday 04 February 2024 20:21:37 +0000 (0:00:00.023) 0:01:36.192 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Sunday 04 February 2024 20:21:37 +0000 (0:00:00.601) 0:01:36.794 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Sunday 04 February 2024 20:21:37 +0000 (0:00:00.018) 0:01:36.813 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:21:37 +0000 (0:00:00.109) 0:01:36.922 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Sunday 04 February 2024 20:21:37 +0000 (0:00:00.031) 0:01:36.954 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Sunday 04 February 2024 20:21:37 +0000 (0:00:00.031) 0:01:36.985 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Sunday 04 February 2024 20:21:37 +0000 (0:00:00.022) 0:01:37.008 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:21:37 +0000 (0:00:00.037) 0:01:37.046 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:21:37 +0000 (0:00:00.042) 0:01:37.088 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Sunday 04 February 2024 20:21:37 +0000 (0:00:00.026) 0:01:37.114 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Sunday 04 February 2024 20:21:38 +0000 (0:00:00.025) 0:01:37.140 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Sunday 04 February 2024 20:21:38 +0000 (0:00:00.033) 0:01:37.173 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Sunday 04 February 2024 20:21:38 +0000 (0:00:00.217) 0:01:37.391 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Sunday 04 February 2024 20:21:38 +0000 (0:00:00.033) 0:01:37.424 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707078068.7218673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707078034.5070057, "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": "440486987", "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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Sunday 04 February 2024 20:21:38 +0000 (0:00:00.213) 0:01:37.638 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004245", "end": "2024-02-04 20:21:38.692365", "rc": 0, "start": "2024-02-04 20:21:38.688120" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Sunday 04 February 2024 20:21:38 +0000 (0:00:00.209) 0:01:37.847 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004052", "end": "2024-02-04 20:21:38.904206", "rc": 0, "start": "2024-02-04 20:21:38.900154" } 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Sunday 04 February 2024 20:21:38 +0000 (0:00:00.211) 0:01:38.059 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Sunday 04 February 2024 20:21:38 +0000 (0:00:00.021) 0:01:38.081 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Sunday 04 February 2024 20:21:38 +0000 (0:00:00.022) 0:01:38.103 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Sunday 04 February 2024 20:21:39 +0000 (0:00:00.021) 0:01:38.124 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Sunday 04 February 2024 20:21:39 +0000 (0:00:00.059) 0:01:38.183 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Sunday 04 February 2024 20:21:39 +0000 (0:00:00.040) 0:01:38.224 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Sunday 04 February 2024 20:21:39 +0000 (0:00:00.027) 0:01:38.252 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Sunday 04 February 2024 20:21:39 +0000 (0:00:00.024) 0:01:38.276 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Sunday 04 February 2024 20:21:39 +0000 (0:00:00.059) 0:01:38.335 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Sunday 04 February 2024 20:21:39 +0000 (0:00:00.020) 0:01:38.356 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 20:21:39 +0000 (0:00:00.047) 0:01:38.404 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:21:39 +0000 (0:00:00.036) 0:01:38.440 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:21:39 +0000 (0:00:00.203) 0:01:38.644 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:21:39 +0000 (0:00:00.028) 0:01:38.673 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 20:21:39 +0000 (0:00:00.024) 0:01:38.697 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Sunday 04 February 2024 20:21:39 +0000 (0:00:00.020) 0:01:38.718 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Sunday 04 February 2024 20:21:39 +0000 (0:00:00.022) 0:01:38.740 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Sunday 04 February 2024 20:21:39 +0000 (0:00:00.218) 0:01:38.958 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Sunday 04 February 2024 20:21:39 +0000 (0:00:00.022) 0:01:38.980 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Sunday 04 February 2024 20:21:39 +0000 (0:00:00.020) 0:01:39.000 ******* 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-1707078099.9148645-7063-146799162432266/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Sunday 04 February 2024 20:21:40 +0000 (0:00:00.562) 0:01:39.562 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Sunday 04 February 2024 20:21:40 +0000 (0:00:00.384) 0:01:39.947 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Sunday 04 February 2024 20:21:40 +0000 (0:00:00.058) 0:01:40.005 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:21:40 +0000 (0:00:00.026) 0:01:40.032 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Sunday 04 February 2024 20:21:40 +0000 (0:00:00.031) 0:01:40.063 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Sunday 04 February 2024 20:21:40 +0000 (0:00:00.032) 0:01:40.095 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Sunday 04 February 2024 20:21:40 +0000 (0:00:00.022) 0:01:40.118 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:21:41 +0000 (0:00:00.037) 0:01:40.156 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:21:41 +0000 (0:00:00.042) 0:01:40.198 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Sunday 04 February 2024 20:21:41 +0000 (0:00:00.024) 0:01:40.223 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Sunday 04 February 2024 20:21:41 +0000 (0:00:00.025) 0:01:40.248 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Sunday 04 February 2024 20:21:41 +0000 (0:00:00.030) 0:01:40.278 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Sunday 04 February 2024 20:21:41 +0000 (0:00:00.210) 0:01:40.489 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Sunday 04 February 2024 20:21:41 +0000 (0:00:00.029) 0:01:40.519 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707078068.7218673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707078034.5070057, "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": "440486987", "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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Sunday 04 February 2024 20:21:41 +0000 (0:00:00.208) 0:01:40.728 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004025", "end": "2024-02-04 20:21:41.783278", "rc": 0, "start": "2024-02-04 20:21:41.779253" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Sunday 04 February 2024 20:21:41 +0000 (0:00:00.209) 0:01:40.937 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004059", "end": "2024-02-04 20:21:41.992979", "rc": 0, "start": "2024-02-04 20:21:41.988920" } 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.209) 0:01:41.147 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.020) 0:01:41.167 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.019) 0:01:41.187 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.019) 0:01:41.207 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.053) 0:01:41.260 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.039) 0:01:41.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.025) 0:01:41.326 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.024) 0:01:41.350 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.059) 0:01:41.409 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.021) 0:01:41.431 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.048) 0:01:41.480 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.038) 0:01:41.518 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.207) 0:01:41.725 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.028) 0:01:41.754 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.022) 0:01:41.777 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.019) 0:01:41.796 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.019) 0:01:41.815 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.216) 0:01:42.032 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.022) 0:01:42.054 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Sunday 04 February 2024 20:21:42 +0000 (0:00:00.022) 0:01:42.077 ******* 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-1707078102.9913-7114-186610689013314/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Sunday 04 February 2024 20:21:43 +0000 (0:00:00.557) 0:01:42.634 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Sunday 04 February 2024 20:21:43 +0000 (0:00:00.379) 0:01:43.014 ******* changed: [sut] => { "changed": true, "name": "quadlet-basic-mysql-volume.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "run-user-1111.mount -.slice basic.target -.mount", "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": "/home/user_quadlet_basic /run/user/1111/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": "-.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:123 Sunday 04 February 2024 20:21:44 +0000 (0:00:00.460) 0:01:43.474 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:21:44 +0000 (0:00:00.023) 0:01:43.498 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Sunday 04 February 2024 20:21:44 +0000 (0:00:00.031) 0:01:43.529 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Sunday 04 February 2024 20:21:44 +0000 (0:00:00.029) 0:01:43.559 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Sunday 04 February 2024 20:21:44 +0000 (0:00:00.021) 0:01:43.580 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:21:44 +0000 (0:00:00.036) 0:01:43.617 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:21:44 +0000 (0:00:00.041) 0:01:43.658 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Sunday 04 February 2024 20:21:44 +0000 (0:00:00.024) 0:01:43.682 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Sunday 04 February 2024 20:21:44 +0000 (0:00:00.023) 0:01:43.706 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Sunday 04 February 2024 20:21:44 +0000 (0:00:00.029) 0:01:43.735 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Sunday 04 February 2024 20:21:44 +0000 (0:00:00.207) 0:01:43.943 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Sunday 04 February 2024 20:21:44 +0000 (0:00:00.031) 0:01:43.974 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707078068.7218673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707078034.5070057, "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": "440486987", "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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Sunday 04 February 2024 20:21:45 +0000 (0:00:00.209) 0:01:44.184 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.003905", "end": "2024-02-04 20:21:45.241063", "rc": 0, "start": "2024-02-04 20:21:45.237158" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [fedora.linux_system_roles.podman : Check group with getsubids] *********** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Sunday 04 February 2024 20:21:45 +0000 (0:00:00.209) 0:01:44.394 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.003942", "end": "2024-02-04 20:21:45.448957", "rc": 0, "start": "2024-02-04 20:21:45.445015" } 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Sunday 04 February 2024 20:21:45 +0000 (0:00:00.209) 0:01:44.603 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Sunday 04 February 2024 20:21:45 +0000 (0:00:00.022) 0:01:44.625 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Sunday 04 February 2024 20:21:45 +0000 (0:00:00.020) 0:01:44.645 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Sunday 04 February 2024 20:21:45 +0000 (0:00:00.022) 0:01:44.668 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Sunday 04 February 2024 20:21:45 +0000 (0:00:00.061) 0:01:44.730 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Sunday 04 February 2024 20:21:45 +0000 (0:00:00.043) 0:01:44.773 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get kube yaml contents] *************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Sunday 04 February 2024 20:21:45 +0000 (0:00:00.024) 0:01:44.798 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Sunday 04 February 2024 20:21:45 +0000 (0:00:00.023) 0:01:44.821 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Sunday 04 February 2024 20:21:45 +0000 (0:00:00.061) 0:01:44.882 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Sunday 04 February 2024 20:21:45 +0000 (0:00:00.021) 0:01:44.904 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 20:21:45 +0000 (0:00:00.050) 0:01:44.954 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:21:45 +0000 (0:00:00.039) 0:01:44.993 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:21:46 +0000 (0:00:00.203) 0:01:45.197 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:21:46 +0000 (0:00:00.028) 0:01:45.226 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 20:21:46 +0000 (0:00:00.021) 0:01:45.247 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:20 Sunday 04 February 2024 20:21:46 +0000 (0:00:00.019) 0:01:45.267 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:37 Sunday 04 February 2024 20:21:54 +0000 (0:00:08.615) 0:01:53.882 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:46 Sunday 04 February 2024 20:21:54 +0000 (0:00:00.219) 0:01:54.102 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:56 Sunday 04 February 2024 20:21:55 +0000 (0:00:00.022) 0:01:54.124 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Sunday 04 February 2024 20:21:55 +0000 (0:00:00.020) 0:01:54.145 ******* 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-1707078115.0603764-7167-175276121868846/source", "state": "file", "uid": 1111 } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:80 Sunday 04 February 2024 20:21:55 +0000 (0:00:00.566) 0:01:54.712 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:108 Sunday 04 February 2024 20:21:55 +0000 (0:00:00.380) 0:01:55.093 ******* 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-handlingk9o67sip/tests/tests_quadlet_basic.yml:182 Sunday 04 February 2024 20:21:56 +0000 (0:00:00.566) 0:01:55.659 ******* ok: [sut] => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:01.030082", "end": "2024-02-04 20:21:57.736552", "rc": 0, "start": "2024-02-04 20:21:56.706470" } STDOUT: -- Logs begin at Sun 2024-02-04 20:00:23 UTC, end at Sun 2024-02-04 20:21:56 UTC. -- Feb 04 20:00:34 localhost.localdomain kernel: audit: type=1404 audit(1707076829.469:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1 Feb 04 20:00:34 localhost.localdomain kernel: SELinux: policy capability network_peer_controls=1 Feb 04 20:00:34 localhost.localdomain kernel: SELinux: policy capability open_perms=1 Feb 04 20:00:34 localhost.localdomain kernel: SELinux: policy capability extended_socket_class=1 Feb 04 20:00:34 localhost.localdomain kernel: SELinux: policy capability always_check_network=0 Feb 04 20:00:34 localhost.localdomain kernel: SELinux: policy capability cgroup_seclabel=1 Feb 04 20:00:34 localhost.localdomain kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 04 20:00:34 localhost.localdomain kernel: audit: type=1403 audit(1707076830.774:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 Feb 04 20:00:34 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 1.307131s. Feb 04 20:00:34 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 19.181ms. Feb 04 20:00:34 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 04 20:00:34 localhost.localdomain systemd[1]: Detected virtualization xen. Feb 04 20:00:34 localhost.localdomain systemd[1]: Detected architecture x86-64. Feb 04 20:00:34 localhost.localdomain systemd[1]: Set hostname to . Feb 04 20:00:34 localhost.localdomain systemd[1]: Initializing machine ID from random generator. Feb 04 20:00:34 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file. Feb 04 20:00:34 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:00:34 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:00:34 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:00:34 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:00:34 localhost.localdomain systemd-journald[501]: 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 04 20:00:34 localhost.localdomain systemd-journald[501]: Runtime journal (/run/log/journal/3a4a9bace20e443ea34c84950c7c1dec) 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/3a4a9bace20e443ea34c84950c7c1dec) 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 04 20:00:34 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 04 20:00:34 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 04 20:00:34 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 04 20:00:34 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 04 20:00:34 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 04 20:00:34 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 04 20:00:34 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 04 20:00:34 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 04 20:00:34 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 04 20:00:34 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 04 20:00:34 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 04 20:00:34 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 04 20:00:34 localhost.localdomain systemd-journald[501]: Runtime journal (/run/log/journal/3a4a9bace20e443ea34c84950c7c1dec) 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/3a4a9bace20e443ea34c84950c7c1dec) 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 04 20:00:34 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 04 20:00:35 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 04 20:00:35 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 04 20:00:35 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 04 20:00:35 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 04 20:00:35 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 04 20:00:35 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 04 20:00:35 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 04 20:00:35 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 04 20:00:35 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 04 20:00:35 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 04 20:00:35 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 336 (plymouthd). Feb 04 20:00:35 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 04 20:00:35 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 04 20:00:35 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 04 20:00:35 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 04 20:00:35 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 04 20:00:35 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 04 20:00:35 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 04 20:00:35 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 04 20:00:35 localhost.localdomain systemd-udevd[535]: Network interface NamePolicy= disabled on kernel command line, ignoring. Feb 04 20:00:35 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 04 20:00:35 localhost.localdomain auditd[558]: No plugins found, not dispatching events Feb 04 20:00:35 localhost.localdomain auditd[558]: Init complete, auditd 3.1.2 listening for events (startup state enable) Feb 04 20:00:35 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 04 20:00:35 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 04 20:00:35 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module. Feb 04 20:00:35 localhost.localdomain kernel: RPC: Registered udp transport module. Feb 04 20:00:35 localhost.localdomain kernel: RPC: Registered tcp transport module. Feb 04 20:00:35 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Feb 04 20:00:35 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 04 20:00:35 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 04 20:00:36 localhost.localdomain augenrules[561]: /sbin/augenrules: No change Feb 04 20:00:36 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Feb 04 20:00:36 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Feb 04 20:00:36 localhost.localdomain augenrules[598]: No rules Feb 04 20:00:36 localhost.localdomain augenrules[598]: enabled 1 Feb 04 20:00:36 localhost.localdomain augenrules[598]: failure 1 Feb 04 20:00:36 localhost.localdomain augenrules[598]: pid 558 Feb 04 20:00:36 localhost.localdomain augenrules[598]: rate_limit 0 Feb 04 20:00:36 localhost.localdomain augenrules[598]: backlog_limit 8192 Feb 04 20:00:36 localhost.localdomain augenrules[598]: lost 0 Feb 04 20:00:36 localhost.localdomain augenrules[598]: backlog 4 Feb 04 20:00:36 localhost.localdomain augenrules[598]: backlog_wait_time 60000 Feb 04 20:00:36 localhost.localdomain augenrules[598]: backlog_wait_time_actual 0 Feb 04 20:00:36 localhost.localdomain augenrules[598]: enabled 1 Feb 04 20:00:36 localhost.localdomain augenrules[598]: failure 1 Feb 04 20:00:36 localhost.localdomain augenrules[598]: pid 558 Feb 04 20:00:36 localhost.localdomain augenrules[598]: rate_limit 0 Feb 04 20:00:36 localhost.localdomain augenrules[598]: backlog_limit 8192 Feb 04 20:00:36 localhost.localdomain augenrules[598]: lost 0 Feb 04 20:00:36 localhost.localdomain augenrules[598]: backlog 4 Feb 04 20:00:36 localhost.localdomain augenrules[598]: backlog_wait_time 60000 Feb 04 20:00:36 localhost.localdomain augenrules[598]: backlog_wait_time_actual 0 Feb 04 20:00:36 localhost.localdomain augenrules[598]: enabled 1 Feb 04 20:00:36 localhost.localdomain augenrules[598]: failure 1 Feb 04 20:00:36 localhost.localdomain augenrules[598]: pid 558 Feb 04 20:00:36 localhost.localdomain augenrules[598]: rate_limit 0 Feb 04 20:00:36 localhost.localdomain augenrules[598]: backlog_limit 8192 Feb 04 20:00:36 localhost.localdomain augenrules[598]: lost 0 Feb 04 20:00:36 localhost.localdomain augenrules[598]: backlog 4 Feb 04 20:00:36 localhost.localdomain augenrules[598]: backlog_wait_time 60000 Feb 04 20:00:36 localhost.localdomain augenrules[598]: backlog_wait_time_actual 0 Feb 04 20:00:36 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 04 20:00:36 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 04 20:00:36 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 04 20:00:36 localhost.localdomain systemd-udevd[584]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Feb 04 20:00:36 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 04 20:00:36 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 04 20:00:36 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 04 20:00:36 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 04 20:00:36 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 04 20:00:36 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 04 20:00:36 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 04 20:00:36 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 04 20:00:36 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 04 20:00:36 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 04 20:00:36 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 04 20:00:36 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 04 20:00:36 localhost.localdomain kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer Feb 04 20:00:36 localhost.localdomain systemd-logind[619]: 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 04 20:00:36 localhost.localdomain systemd-logind[619]: Watching system buttons on /dev/input/event0 (Power Button) Feb 04 20:00:36 localhost.localdomain systemd-logind[619]: Watching system buttons on /dev/input/event1 (Sleep Button) Feb 04 20:00:36 localhost.localdomain systemd-logind[619]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Feb 04 20:00:36 localhost.localdomain kernel: EDAC sbridge: Seeking for: PCI ID 8086:2fa0 Feb 04 20:00:36 localhost.localdomain kernel: EDAC sbridge: Ver: 1.1.2 Feb 04 20:00:36 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 04 20:00:36 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 04 20:00:36 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 04 20:00:36 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 04 20:00:36 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 04 20:00:36 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 04 20:00:36 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 04 20:00:36 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 04 20:00:36 localhost.localdomain dbus-daemon[635]: [system] Successfully activated service 'org.freedesktop.systemd1' Feb 04 20:00:36 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 04 20:00:36 localhost.localdomain rngd[615]: Disabling 7: PKCS11 Entropy generator (pkcs11) Feb 04 20:00:36 localhost.localdomain rngd[615]: Disabling 5: NIST Network Entropy Beacon (nist) Feb 04 20:00:36 localhost.localdomain rngd[615]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Feb 04 20:00:36 localhost.localdomain rngd[615]: Initializing available sources Feb 04 20:00:36 localhost.localdomain rngd[615]: [hwrng ]: Initialization Failed Feb 04 20:00:36 localhost.localdomain rngd[615]: [rdrand]: Enabling RDRAND rng support Feb 04 20:00:36 localhost.localdomain rngd[615]: [rdrand]: Initialized Feb 04 20:00:36 localhost.localdomain rngd[615]: [jitter]: JITTER timeout set to 5 sec Feb 04 20:00:36 localhost.localdomain rngd[615]: [jitter]: Initializing AES buffer Feb 04 20:00:37 localhost.localdomain systemd-udevd[585]: Using default interface naming scheme 'rhel-8.0'. Feb 04 20:00:37 localhost.localdomain chronyd[644]: chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Feb 04 20:00:37 localhost.localdomain chronyd[644]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Feb 04 20:00:37 localhost.localdomain systemd-udevd[585]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Feb 04 20:00:37 localhost.localdomain chronyd[644]: Using right/UTC timezone to obtain leap second data Feb 04 20:00:37 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 04 20:00:37 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 04 20:00:37 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 04 20:00:41 localhost.localdomain rngd[615]: [jitter]: Unable to obtain AES key, disabling JITTER source Feb 04 20:00:41 localhost.localdomain rngd[615]: [jitter]: Initialization Failed Feb 04 20:00:41 localhost.localdomain rngd[615]: Process privileges have been dropped to 2:2 Feb 04 20:00:43 localhost.localdomain dhclient[656]: Internet Systems Consortium DHCP Client 4.3.6 Feb 04 20:00:43 localhost.localdomain dhclient[656]: Copyright 2004-2017 Internet Systems Consortium. Feb 04 20:00:43 localhost.localdomain dhclient[656]: All rights reserved. Feb 04 20:00:43 localhost.localdomain dhclient[656]: For info, please visit https://www.isc.org/software/dhcp/ Feb 04 20:00:43 localhost.localdomain dhclient[656]: Feb 04 20:00:43 localhost.localdomain dhclient[656]: Listening on LPF/eth0/0a:4a:57:0f:be:d7 Feb 04 20:00:43 localhost.localdomain dhclient[656]: Sending on LPF/eth0/0a:4a:57:0f:be:d7 Feb 04 20:00:43 localhost.localdomain dhclient[656]: Sending on Socket/fallback Feb 04 20:00:43 localhost.localdomain dhclient[656]: Created duid "\000\004:J\233\254\342\016D>\243L\204\225\014|\035\354". Feb 04 20:00:43 localhost.localdomain dhclient[656]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 (xid=0x3f78ff34) Feb 04 20:00:43 localhost.localdomain dhclient[656]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x3f78ff34) Feb 04 20:00:43 localhost.localdomain dhclient[656]: DHCPOFFER from 10.31.12.1 Feb 04 20:00:43 localhost.localdomain dhclient[656]: DHCPACK from 10.31.12.1 (xid=0x3f78ff34) Feb 04 20:00:43 localhost.localdomain dhclient[656]: bound to 10.31.13.75 -- renewal in 1447 seconds. Feb 04 20:00:43 localhost.localdomain dbus-daemon[635]: [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-13-75.us-east-1." label="system_u:system_r:cloud_init_t:s0") Feb 04 20:00:43 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 04 20:00:44 localhost.localdomain dbus-daemon[635]: [system] Successfully activated service 'org.freedesktop.hostname1' Feb 04 20:00:44 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 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com systemd-hostnamed[672]: Changed static host name to 'ip-10-31-13-75.us-east-1.aws.redhat.com' Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com systemd-hostnamed[672]: Changed host name to 'ip-10-31-13-75.us-east-1.aws.redhat.com' Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[654]: Cloud-init v. 23.4-2.el8 running 'init-local' at Sun, 04 Feb 2024 20:00:42 +0000. Up 20.00 seconds. Feb 04 20:00:44 ip-10-31-13-75.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 04 20:00:44 ip-10-31-13-75.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 04 20:00:44 ip-10-31-13-75.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 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.6623] NetworkManager (version 1.40.16-14.el8) is starting... (boot:d75e045a-b439-40dc-b4c4-9bb8a6acfe6c) Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.6639] Read config: /etc/NetworkManager/NetworkManager.conf (run: 15-carrier-timeout.conf) Feb 04 20:00:44 ip-10-31-13-75.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 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.6688] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Feb 04 20:00:44 ip-10-31-13-75.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 04 20:00:44 ip-10-31-13-75.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 04 20:00:44 ip-10-31-13-75.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 04 20:00:44 ip-10-31-13-75.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 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7238] manager[0x5629b958a080]: monitoring kernel firmware directory '/lib/firmware'. Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7262] hostname: hostname: using hostnamed Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7263] hostname: static hostname changed from (none) to "ip-10-31-13-75.us-east-1.aws.redhat.com" Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7267] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7346] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.40.16-14.el8/libnm-device-plugin-team.so) Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7346] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7347] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7348] manager: Networking is enabled by state file Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com dbus-daemon[635]: [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 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7374] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.40.16-14.el8/libnm-settings-plugin-ifcfg-rh.so") Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7375] settings: Loaded settings plugin: keyfile (internal) Feb 04 20:00:44 ip-10-31-13-75.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 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7441] dhcp: init: Using DHCP client 'internal' Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7442] device (lo): carrier: link connected Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7444] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7455] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7459] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7476] device (eth0): carrier: link connected Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7478] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed') Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7484] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7490] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7492] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7495] manager: NetworkManager state is now CONNECTING Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7497] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7503] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7514] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7529] dhcp4 (eth0): state changed new lease, address=10.31.13.75 Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7532] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com dbus-daemon[635]: [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 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com dbus-daemon[635]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found. Feb 04 20:00:44 ip-10-31-13-75.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 04 20:00:44 ip-10-31-13-75.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 04 20:00:44 ip-10-31-13-75.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 04 20:00:44 ip-10-31-13-75.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 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076844.7619] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Feb 04 20:00:44 ip-10-31-13-75.us-east-1.aws.redhat.com dbus-daemon[635]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Feb 04 20:00:44 ip-10-31-13-75.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 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076845.0001] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076845.0003] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076845.0007] manager: NetworkManager state is now CONNECTED_SITE Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076845.0010] device (eth0): Activation: successful, device activated. Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076845.0014] manager: NetworkManager state is now CONNECTED_GLOBAL Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com NetworkManager[677]: [1707076845.0019] manager: startup complete Feb 04 20:00:45 ip-10-31-13-75.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 04 20:00:45 ip-10-31-13-75.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 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com dbus-daemon[635]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.9' (uid=0 pid=681 comm="/usr/libexec/platform-python -Es /usr/sbin/tuned -" label="system_u:system_r:tuned_t:s0") Feb 04 20:00:45 ip-10-31-13-75.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 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: Cloud-init v. 23.4-2.el8 running 'init' at Sun, 04 Feb 2024 20:00:45 +0000. Up 22.66 seconds. Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: | eth0 | True | 10.31.13.75 | 255.255.252.0 | global | 0a:4a:57:0f:be:d7 | Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: | eth0 | True | fe80::84a:57ff:fe0f:bed7/64 | . | link | 0a:4a:57:0f:be:d7 | Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: | lo | True | ::1/128 | . | host | . | Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: | 0 | 0.0.0.0 | 10.31.12.1 | 0.0.0.0 | eth0 | UG | Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: | 1 | 10.31.12.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: | Route | Destination | Gateway | Interface | Flags | Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: | 3 | multicast | :: | eth0 | U | Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 04 20:00:45 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: 2024-02-04 20:00:45,686 - __init__.py[WARNING]: Unhandled non-multipart (text/x-not-multipart) userdata: 'b'~/.citool.d/post-install'...' Feb 04 20:00:45 ip-10-31-13-75.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 04 20:00:46 ip-10-31-13-75.us-east-1.aws.redhat.com polkitd[947]: Started polkitd version 0.115 Feb 04 20:00:46 ip-10-31-13-75.us-east-1.aws.redhat.com polkitd[947]: Loading rules from directory /etc/polkit-1/rules.d Feb 04 20:00:46 ip-10-31-13-75.us-east-1.aws.redhat.com polkitd[947]: Loading rules from directory /usr/share/polkit-1/rules.d Feb 04 20:00:46 ip-10-31-13-75.us-east-1.aws.redhat.com polkitd[947]: Finished loading, compiling and executing 2 rules Feb 04 20:00:46 ip-10-31-13-75.us-east-1.aws.redhat.com dbus-daemon[635]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' Feb 04 20:00:47 ip-10-31-13-75.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 04 20:00:47 ip-10-31-13-75.us-east-1.aws.redhat.com polkitd[947]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Feb 04 20:00:51 ip-10-31-13-75.us-east-1.aws.redhat.com chronyd[644]: Selected source 10.2.32.38 Feb 04 20:00:51 ip-10-31-13-75.us-east-1.aws.redhat.com chronyd[644]: System clock TAI offset set to 37 seconds Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: Generating public/private rsa key pair. Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: The key fingerprint is: Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: SHA256:iFFhi4wbPJmLF4axSVRBNrv7mku8vs20w0orpgX9a40 root@ip-10-31-13-75.us-east-1.aws.redhat.com Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: The key's randomart image is: Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: +---[RSA 3072]----+ Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: |ooo*. +. | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: |.*.=o+ . | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: |+ X.+ . | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | + *.o . | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: |o =.. . S | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | o... | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | .=o+ | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | +o E+o | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: |+ o@*=. | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: +----[SHA256]-----+ Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: Generating public/private dsa key pair. Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: The key fingerprint is: Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: SHA256:B2IE2WWrWUs/tFKhH+WVdO6tq+KkMwz3ayNHcK91s5g root@ip-10-31-13-75.us-east-1.aws.redhat.com Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: The key's randomart image is: Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: +---[DSA 1024]----+ Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | .+..o . ..o..| Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | .... o + ..o | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | o * + . .| Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | . *.B.o ..| Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | o So*. o| Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | . .o..o o. | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | + o.o +.o | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | =oB E .. | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | .Bo+... | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: +----[SHA256]-----+ Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: Generating public/private ecdsa key pair. Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: The key fingerprint is: Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: SHA256:Jky8VcNiQQoRQCPhY/SfdcvuRrnYcDW69FjJeQ1oTrI root@ip-10-31-13-75.us-east-1.aws.redhat.com Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: The key's randomart image is: Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: +---[ECDSA 256]---+ Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: |o++.+o .ooo | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: |o... o .o... | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | + . +o.o . | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: |. . .oooo..* . | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | o+ So@ + o | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | +.E * . . | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | B.* . | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | ..* . | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | .. | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: +----[SHA256]-----+ Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: Generating public/private ed25519 key pair. Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: The key fingerprint is: Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: SHA256:NYZ9dJYQ5e80jZFL/rGVyx+Mg2nObJgO2mNQEJNMz14 root@ip-10-31-13-75.us-east-1.aws.redhat.com Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: The key's randomart image is: Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: +--[ED25519 256]--+ Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | o+o +++. | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | ++ o . +.. | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | .o.E= . = | Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | ...o o o =o| Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | ..S ++=| Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | . o ++*| Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | .. o+ o *o| Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | oo.o=. . o| Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: | ...o..+ .| Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[785]: +----[SHA256]-----+ Feb 04 20:00:53 ip-10-31-13-75.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 04 20:00:53 ip-10-31-13-75.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 04 20:00:53 ip-10-31-13-75.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 04 20:00:53 ip-10-31-13-75.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 04 20:00:53 ip-10-31-13-75.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 04 20:00:53 ip-10-31-13-75.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 04 20:00:53 ip-10-31-13-75.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 04 20:00:53 ip-10-31-13-75.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 04 20:00:53 ip-10-31-13-75.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 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[1032]: Server listening on 0.0.0.0 port 22. Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[1032]: Server listening on :: port 22. Feb 04 20:00:53 ip-10-31-13-75.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 04 20:00:53 ip-10-31-13-75.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 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com sm-notify[1033]: Version 2.3.3 starting Feb 04 20:00:53 ip-10-31-13-75.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 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com rsyslogd[1035]: [origin software="rsyslogd" swVersion="8.2102.0-15.el8" x-pid="1035" x-info="https://www.rsyslog.com"] start Feb 04 20:00:53 ip-10-31-13-75.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 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com restraintd[1039]: Listening on http://localhost:8081 Feb 04 20:00:53 ip-10-31-13-75.us-east-1.aws.redhat.com rsyslogd[1035]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ] Feb 04 20:00:54 ip-10-31-13-75.us-east-1.aws.redhat.com kdumpctl[1043]: kdump: Detected change(s) in the following file(s): /etc/fstab Feb 04 20:00:54 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[1277]: Cloud-init v. 23.4-2.el8 running 'modules:config' at Sun, 04 Feb 2024 20:00:54 +0000. Up 31.45 seconds. Feb 04 20:00:54 ip-10-31-13-75.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 04 20:00:54 ip-10-31-13-75.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 04 20:00:54 ip-10-31-13-75.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 04 20:00:54 ip-10-31-13-75.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 04 20:00:54 ip-10-31-13-75.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 04 20:00:54 ip-10-31-13-75.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 04 20:00:54 ip-10-31-13-75.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 04 20:00:54 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 336 (plymouthd). Feb 04 20:00:54 ip-10-31-13-75.us-east-1.aws.redhat.com crond[1286]: (CRON) STARTUP (1.5.2) Feb 04 20:00:54 ip-10-31-13-75.us-east-1.aws.redhat.com crond[1286]: (CRON) INFO (Syslog will be used instead of sendmail.) Feb 04 20:00:54 ip-10-31-13-75.us-east-1.aws.redhat.com crond[1286]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 3% if used.) Feb 04 20:00:54 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 336 (n/a). Feb 04 20:00:54 ip-10-31-13-75.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 04 20:00:54 ip-10-31-13-75.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 04 20:00:54 ip-10-31-13-75.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 04 20:00:54 ip-10-31-13-75.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 04 20:00:54 ip-10-31-13-75.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 04 20:00:54 ip-10-31-13-75.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 04 20:00:54 ip-10-31-13-75.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 04 20:00:54 ip-10-31-13-75.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 04 20:00:54 ip-10-31-13-75.us-east-1.aws.redhat.com crond[1286]: (CRON) INFO (running with inotify support) Feb 04 20:00:55 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[1362]: ############################################################# Feb 04 20:00:55 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[1363]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Feb 04 20:00:55 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[1365]: 1024 SHA256:B2IE2WWrWUs/tFKhH+WVdO6tq+KkMwz3ayNHcK91s5g root@ip-10-31-13-75.us-east-1.aws.redhat.com (DSA) Feb 04 20:00:55 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[1367]: 256 SHA256:Jky8VcNiQQoRQCPhY/SfdcvuRrnYcDW69FjJeQ1oTrI root@ip-10-31-13-75.us-east-1.aws.redhat.com (ECDSA) Feb 04 20:00:55 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[1369]: 256 SHA256:NYZ9dJYQ5e80jZFL/rGVyx+Mg2nObJgO2mNQEJNMz14 root@ip-10-31-13-75.us-east-1.aws.redhat.com (ED25519) Feb 04 20:00:55 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[1371]: 3072 SHA256:iFFhi4wbPJmLF4axSVRBNrv7mku8vs20w0orpgX9a40 root@ip-10-31-13-75.us-east-1.aws.redhat.com (RSA) Feb 04 20:00:55 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[1372]: -----END SSH HOST KEY FINGERPRINTS----- Feb 04 20:00:55 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[1373]: ############################################################# Feb 04 20:00:55 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[1315]: Cloud-init v. 23.4-2.el8 running 'modules:final' at Sun, 04 Feb 2024 20:00:54 +0000. Up 32.03 seconds. Feb 04 20:00:55 ip-10-31-13-75.us-east-1.aws.redhat.com cloud-init[1315]: Cloud-init v. 23.4-2.el8 finished at Sun, 04 Feb 2024 20:00:55 +0000. Datasource DataSourceEc2Local. Up 32.27 seconds Feb 04 20:00:55 ip-10-31-13-75.us-east-1.aws.redhat.com kdumpctl[1043]: kdump: Rebuilding /boot/initramfs-4.18.0-536.el8.x86_64kdump.img Feb 04 20:00:55 ip-10-31-13-75.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 04 20:00:55 ip-10-31-13-75.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 04 20:00:55 ip-10-31-13-75.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 04 20:00:55 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1593]: dracut-049-233.git20240115.el8 Feb 04 20:00:56 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: 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 04 20:00:56 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 04 20:00:56 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Feb 04 20:00:56 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Feb 04 20:00:56 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Feb 04 20:00:56 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Feb 04 20:00:56 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 04 20:00:56 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 04 20:00:56 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 04 20:00:56 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 04 20:00:56 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 04 20:00:56 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 04 20:00:56 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 04 20:00:56 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 04 20:00:56 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 04 20:00:56 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted! Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: memstrack is available Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: bash *** Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: systemd *** Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: systemd-initrd *** Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: watchdog-modules *** Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: nss-softokn *** Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: rngd *** Feb 04 20:00:57 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: i18n *** Feb 04 20:00:58 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: drm *** Feb 04 20:00:58 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: prefixdevname *** Feb 04 20:00:58 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: kernel-modules *** Feb 04 20:00:58 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: kernel-modules-extra *** Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: kernel-modules-extra: configuration source "/run/depmod.d/" does not exist Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: kernel-modules-extra: configuration source "/lib/depmod.d/" does not exist Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: kernel-modules-extra: parsing configuration file "/etc/depmod.d//dist.conf" Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: kernel-modules-extra: /etc/depmod.d//dist.conf: added "updates extra built-in weak-updates" to the list of search directories Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: fstab-sys *** Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: rootfs-block *** Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: terminfo *** Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: udev-rules *** Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: Skipping udev rule: 91-permissions.rules Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: Skipping udev rule: 80-drivers-modprobe.rules Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: biosdevname *** Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: dracut-systemd *** Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: usrmount *** Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: base *** Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: fs-lib *** Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: kdumpbase *** Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: memstrack *** Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: microcode_ctl-fw_dir_override *** Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl module: mangling fw_dir Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: 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 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: configuration "intel-06-2d-07" is ignored Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: configuration "intel-06-4e-03" is ignored Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: configuration "intel-06-4f-01" is ignored Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: configuration "intel-06-55-04" is ignored Feb 04 20:00:59 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Feb 04 20:01:00 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: configuration "intel-06-5e-03" is ignored Feb 04 20:01:00 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Feb 04 20:01:00 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: configuration "intel-06-8c-01" is ignored Feb 04 20:01:00 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... Feb 04 20:01:00 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored Feb 04 20:01:00 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... Feb 04 20:01:00 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored Feb 04 20:01:00 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Feb 04 20:01:00 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: shutdown *** Feb 04 20:01:00 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including module: squash *** Feb 04 20:01:00 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Including modules done *** Feb 04 20:01:00 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Installing kernel module dependencies *** Feb 04 20:01:00 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Installing kernel module dependencies done *** Feb 04 20:01:00 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Resolving executable dependencies *** Feb 04 20:01:01 ip-10-31-13-75.us-east-1.aws.redhat.com CROND[4414]: (root) CMD (run-parts /etc/cron.hourly) Feb 04 20:01:01 ip-10-31-13-75.us-east-1.aws.redhat.com run-parts[4417]: (/etc/cron.hourly) starting 0anacron Feb 04 20:01:01 ip-10-31-13-75.us-east-1.aws.redhat.com anacron[4423]: Anacron started on 2024-02-04 Feb 04 20:01:01 ip-10-31-13-75.us-east-1.aws.redhat.com anacron[4423]: Will run job `cron.daily' in 30 min. Feb 04 20:01:01 ip-10-31-13-75.us-east-1.aws.redhat.com anacron[4423]: Will run job `cron.weekly' in 50 min. Feb 04 20:01:01 ip-10-31-13-75.us-east-1.aws.redhat.com anacron[4423]: Will run job `cron.monthly' in 70 min. Feb 04 20:01:01 ip-10-31-13-75.us-east-1.aws.redhat.com anacron[4423]: Jobs will be executed sequentially Feb 04 20:01:01 ip-10-31-13-75.us-east-1.aws.redhat.com run-parts[4425]: (/etc/cron.hourly) finished 0anacron Feb 04 20:01:02 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Resolving executable dependencies done*** Feb 04 20:01:02 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Hardlinking files *** Feb 04 20:01:02 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Hardlinking files done *** Feb 04 20:01:03 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Generating early-microcode cpio image *** Feb 04 20:01:03 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Constructing GenuineIntel.bin *** Feb 04 20:01:03 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Constructing GenuineIntel.bin *** Feb 04 20:01:03 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Store current command line parameters *** Feb 04 20:01:03 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: Stored kernel commandline: Feb 04 20:01:03 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: No dracut internal kernel commandline stored in the initramfs Feb 04 20:01:03 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Install squash loader *** Feb 04 20:01:03 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Stripping files *** Feb 04 20:01:04 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Stripping files done *** Feb 04 20:01:04 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Squashing the files inside the initramfs *** Feb 04 20:01:14 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Squashing the files inside the initramfs done *** Feb 04 20:01:14 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Creating image file '/boot/initramfs-4.18.0-536.el8.x86_64kdump.img' *** Feb 04 20:01:14 ip-10-31-13-75.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 04 20:01:14 ip-10-31-13-75.us-east-1.aws.redhat.com dracut[1595]: *** Creating initramfs image file '/boot/initramfs-4.18.0-536.el8.x86_64kdump.img' done *** Feb 04 20:01:15 ip-10-31-13-75.us-east-1.aws.redhat.com kdumpctl[1043]: kdump: kexec: loaded kdump kernel Feb 04 20:01:15 ip-10-31-13-75.us-east-1.aws.redhat.com kdumpctl[1043]: kdump: Starting kdump: [OK] Feb 04 20:01:15 ip-10-31-13-75.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 04 20:01:15 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: Startup finished in 705ms (kernel) + 5.902s (initrd) + 45.834s (userspace) = 52.442s. -- 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 705246 microseconds. -- -- Initial RAM disk start-up required 5902898 microseconds. -- -- Userspace start-up required 45834240 microseconds. Feb 04 20:01:58 ip-10-31-13-75.us-east-1.aws.redhat.com chronyd[644]: Source 51.81.226.229 replaced with 162.159.200.1 (2.centos.pool.ntp.org) Feb 04 20:03:18 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5092]: Accepted publickey for root from 10.30.33.131 port 57258 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 20:03:18 ip-10-31-13-75.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 04 20:03:18 ip-10-31-13-75.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 04 20:03:18 ip-10-31-13-75.us-east-1.aws.redhat.com systemd-logind[619]: 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 5092. Feb 04 20:03:18 ip-10-31-13-75.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 04 20:03:18 ip-10-31-13-75.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 04 20:03:18 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[5097]: pam_unix(systemd-user:session): session opened for user root by (uid=0) Feb 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[5097]: 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 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[5097]: 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 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[5097]: 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 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[5097]: 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 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[5097]: 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 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[5097]: 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 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[5097]: 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 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[5097]: Startup finished in 204ms. -- 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 204620 microseconds. Feb 04 20:03:19 ip-10-31-13-75.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 04 20:03:19 ip-10-31-13-75.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 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5092]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5106]: Received disconnect from 10.30.33.131 port 57258:11: disconnected by user Feb 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5106]: Disconnected from user root 10.30.33.131 port 57258 Feb 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5092]: pam_unix(sshd:session): session closed for user root Feb 04 20:03:19 ip-10-31-13-75.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 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com systemd-logind[619]: Session 1 logged out. Waiting for processes to exit. Feb 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com systemd-logind[619]: 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 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5126]: error: kex_exchange_identification: Connection closed by remote host Feb 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5127]: Accepted publickey for root from 10.29.163.167 port 47492 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com systemd-logind[619]: 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 5127. Feb 04 20:03:19 ip-10-31-13-75.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 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5127]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5130]: Received disconnect from 10.29.163.167 port 47492:11: disconnected by user Feb 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5130]: Disconnected from user root 10.29.163.167 port 47492 Feb 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5127]: pam_unix(sshd:session): session closed for user root Feb 04 20:03:19 ip-10-31-13-75.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 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com systemd-logind[619]: Session 3 logged out. Waiting for processes to exit. Feb 04 20:03:19 ip-10-31-13-75.us-east-1.aws.redhat.com systemd-logind[619]: 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 04 20:03:20 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5150]: Accepted publickey for root from 10.29.163.167 port 47506 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 20:03:20 ip-10-31-13-75.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 04 20:03:20 ip-10-31-13-75.us-east-1.aws.redhat.com systemd-logind[619]: 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 5150. Feb 04 20:03:20 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5150]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 04 20:03:20 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5153]: Received disconnect from 10.29.163.167 port 47506:11: disconnected by user Feb 04 20:03:20 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5153]: Disconnected from user root 10.29.163.167 port 47506 Feb 04 20:03:20 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5150]: pam_unix(sshd:session): session closed for user root Feb 04 20:03:20 ip-10-31-13-75.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 04 20:03:20 ip-10-31-13-75.us-east-1.aws.redhat.com systemd-logind[619]: Session 4 logged out. Waiting for processes to exit. Feb 04 20:03:20 ip-10-31-13-75.us-east-1.aws.redhat.com systemd-logind[619]: 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 04 20:03:20 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5173]: Accepted publickey for root from 10.29.163.167 port 47516 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 20:03:20 ip-10-31-13-75.us-east-1.aws.redhat.com systemd-logind[619]: 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 5173. Feb 04 20:03:20 ip-10-31-13-75.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 04 20:03:20 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5173]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 04 20:03:20 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5176]: Received disconnect from 10.29.163.167 port 47516:11: disconnected by user Feb 04 20:03:20 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5176]: Disconnected from user root 10.29.163.167 port 47516 Feb 04 20:03:20 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5173]: pam_unix(sshd:session): session closed for user root Feb 04 20:03:20 ip-10-31-13-75.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 04 20:03:20 ip-10-31-13-75.us-east-1.aws.redhat.com systemd-logind[619]: Session 5 logged out. Waiting for processes to exit. Feb 04 20:03:20 ip-10-31-13-75.us-east-1.aws.redhat.com systemd-logind[619]: 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 04 20:03:21 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5196]: Accepted publickey for root from 10.29.163.167 port 47518 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 20:03:21 ip-10-31-13-75.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 04 20:03:21 ip-10-31-13-75.us-east-1.aws.redhat.com systemd-logind[619]: 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 5196. Feb 04 20:03:21 ip-10-31-13-75.us-east-1.aws.redhat.com sshd[5196]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 04 20:03:47 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5300]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 04 20:03:48 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5347]: ansible-service_facts Invoked Feb 04 20:03:50 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5453]: 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 04 20:03:51 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5474]: 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 04 20:03:52 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5496]: 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 04 20:03:53 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5520]: 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 04 20:03:55 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5541]: 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 04 20:03:57 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5562]: 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 04 20:03:58 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5584]: 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 04 20:03:59 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5611]: 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 04 20:04:00 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5638]: 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 04 20:04:00 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5660]: 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 04 20:04:02 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5682]: 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 04 20:04:02 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5702]: 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 04 20:04:02 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5722]: 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 04 20:04:02 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5742]: 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 04 20:04:02 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5762]: 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 04 20:04:03 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5784]: 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 04 20:04:03 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5804]: 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 04 20:04:03 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5826]: 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 04 20:04:03 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5846]: 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 04 20:04:04 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5889]: 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 04 20:04:04 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5911]: 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 04 20:04:05 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5931]: 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 04 20:04:05 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5974]: 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 04 20:04:06 ip-10-31-13-75.us-east-1.aws.redhat.com python3[5996]: 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 04 20:04:06 ip-10-31-13-75.us-east-1.aws.redhat.com python3[6039]: 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 04 20:04:07 ip-10-31-13-75.us-east-1.aws.redhat.com python3[6061]: 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 04 20:04:07 ip-10-31-13-75.us-east-1.aws.redhat.com python3[6104]: 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 04 20:04:07 ip-10-31-13-75.us-east-1.aws.redhat.com python3[6126]: 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 04 20:04:07 ip-10-31-13-75.us-east-1.aws.redhat.com python3[6169]: 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 04 20:04:08 ip-10-31-13-75.us-east-1.aws.redhat.com python3[6191]: 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 04 20:04:09 ip-10-31-13-75.us-east-1.aws.redhat.com python3[6213]: 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 04 20:06:15 ip-10-31-13-75.us-east-1.aws.redhat.com python3[6400]: 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 04 20:06:22 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-r2454b427b2b74984997312410d345b09.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-r2454b427b2b74984997312410d345b09.service has finished starting up. -- -- The start-up result is done. Feb 04 20:06:22 ip-10-31-13-75.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 04 20:06:22 ip-10-31-13-75.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 04 20:06:23 ip-10-31-13-75.us-east-1.aws.redhat.com python3[6435]: 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 04 20:06:24 ip-10-31-13-75.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 04 20:06:24 ip-10-31-13-75.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 04 20:06:24 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: run-r2454b427b2b74984997312410d345b09.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-r2454b427b2b74984997312410d345b09.service has successfully entered the 'dead' state. Feb 04 20:06:25 ip-10-31-13-75.us-east-1.aws.redhat.com python3[6508]: 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 04 20:06:28 ip-10-31-13-75.us-east-1.aws.redhat.com python3[6529]: 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 04 20:06:30 ip-10-31-13-75.us-east-1.aws.redhat.com python3[6550]: 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 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: Reloading. Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:06:34 ip-10-31-13-75.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 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com chronyd[644]: chronyd exiting Feb 04 20:06:34 ip-10-31-13-75.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 04 20:06:34 ip-10-31-13-75.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 04 20:06:34 ip-10-31-13-75.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 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com chronyd[6599]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com chronyd[6599]: Loaded 0 symmetric keys Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com chronyd[6599]: Frequency 3.937 +/- 0.715 ppm read from /var/lib/chrony/drift Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com chronyd[6599]: Using right/UTC timezone to obtain leap second data Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com chronyd[6599]: Added source 10.2.32.37 Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com chronyd[6599]: Added source 10.2.32.38 Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com chronyd[6599]: Added source 10.11.160.238 Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com chronyd[6599]: Added source 10.18.100.10 Feb 04 20:06:34 ip-10-31-13-75.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 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-r8dfd14e259a44c2daefe9dda862e40be.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-r8dfd14e259a44c2daefe9dda862e40be.service has finished starting up. -- -- The start-up result is done. Feb 04 20:06:34 ip-10-31-13-75.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 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: Reloading. Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:06:34 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-r8c7f48b6fd2442cb999521e8d89802f9.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-r8c7f48b6fd2442cb999521e8d89802f9.service has finished starting up. -- -- The start-up result is done. Feb 04 20:06:35 ip-10-31-13-75.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 04 20:06:35 ip-10-31-13-75.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 04 20:06:35 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: run-r8dfd14e259a44c2daefe9dda862e40be.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-r8dfd14e259a44c2daefe9dda862e40be.service has successfully entered the 'dead' state. Feb 04 20:06:35 ip-10-31-13-75.us-east-1.aws.redhat.com systemd[1]: run-r8c7f48b6fd2442cb999521e8d89802f9.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-r8c7f48b6fd2442cb999521e8d89802f9.service has successfully entered the 'dead' state. Feb 04 20:06:35 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7018]: 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 04 20:06:40 ip-10-31-13-75.us-east-1.aws.redhat.com chronyd[6599]: Selected source 10.2.32.38 Feb 04 20:06:40 ip-10-31-13-75.us-east-1.aws.redhat.com chronyd[6599]: System clock TAI offset set to 37 seconds Feb 04 20:07:06 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7045]: 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 04 20:07:06 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7066]: 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 04 20:07:07 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7090]: 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 04 20:07:09 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7111]: 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 04 20:07:09 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7132]: 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 04 20:07:09 ip-10-31-13-75.us-east-1.aws.redhat.com dbus-daemon[635]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.35' (uid=0 pid=7136 comm="timedatectl set-timezone UTC " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") Feb 04 20:07:09 ip-10-31-13-75.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 04 20:07:09 ip-10-31-13-75.us-east-1.aws.redhat.com dbus-daemon[635]: [system] Successfully activated service 'org.freedesktop.timedate1' Feb 04 20:07:09 ip-10-31-13-75.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 04 20:07:09 ip-10-31-13-75.us-east-1.aws.redhat.com dbus-daemon[635]: [system] Reloaded configuration Feb 04 20:07:10 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7160]: 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 04 20:07:10 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7180]: 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-13-75.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 04 20:07:10 ip-10-31-13-75.us-east-1.aws.redhat.com usermod[7186]: change user 'root' password Feb 04 20:07:11 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7211]: 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 04 20:07:11 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7231]: 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 04 20:07:11 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7251]: 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 04 20:07:11 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7271]: 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 04 20:07:12 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7333]: 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 04 20:07:12 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7390]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707077231.9625454-3752-147620019798328/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 04 20:07:12 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7431]: 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 04 20:07:13 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7493]: 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 04 20:07:13 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7550]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707077232.8232412-3765-266267911657092/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 04 20:07:13 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7591]: 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 04 20:07:13 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7611]: 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 04 20:07:14 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7673]: 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 04 20:07:14 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7730]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707077233.8100677-3785-253020232809765/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 04 20:07:14 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7771]: 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 04 20:07:14 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7835]: 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 04 20:07:15 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7892]: 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-1707077234.5842993-3800-49248579846592/source _original_basename=tmpg0qsc4ia 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 04 20:07:15 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7933]: 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 04 20:07:15 ip-10-31-13-75.us-east-1.aws.redhat.com python3[7956]: ansible-hostname Invoked with name=8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm use=None Feb 04 20:07:15 ip-10-31-13-75.us-east-1.aws.redhat.com dbus-daemon[635]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.37' (uid=0 pid=7962 comm="/usr/bin/hostnamectl --transient status " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") Feb 04 20:07:15 ip-10-31-13-75.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 04 20:07:15 ip-10-31-13-75.us-east-1.aws.redhat.com dbus-daemon[635]: [system] Successfully activated service 'org.freedesktop.hostname1' Feb 04 20:07:15 ip-10-31-13-75.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 04 20:07:15 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd-hostnamed[7963]: Changed static host name to '8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm' Feb 04 20:07:15 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm NetworkManager[677]: [1707077235.9528] hostname: static hostname changed from "ip-10-31-13-75.us-east-1.aws.redhat.com" to "8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm" Feb 04 20:07:15 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dbus-daemon[635]: [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 04 20:07:15 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm NetworkManager[677]: [1707077235.9561] policy: set-hostname: set hostname to '8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm' (from system configuration) Feb 04 20:07:15 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd-hostnamed[7963]: Changed host name to '8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm' Feb 04 20:07:15 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:07:15 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dbus-daemon[635]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Feb 04 20:07:15 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:07:16 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[7996]: 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 04 20:07:16 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8019]: 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 04 20:07:16 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8039]: 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 04 20:07:16 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm setsebool[8041]: The nis_enabled policy boolean was changed to on by root Feb 04 20:07:16 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dbus-daemon[635]: [system] Reloaded configuration Feb 04 20:07:17 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8060]: 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 04 20:07:17 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8082]: 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 04 20:07:17 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8103]: 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 04 20:07:17 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8125]: 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 04 20:07:18 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8145]: 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 04 20:07:18 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8167]: 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 04 20:07:18 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8187]: 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 04 20:07:18 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8207]: 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 04 20:07:18 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8227]: 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 04 20:07:19 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8247]: 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 04 20:07:19 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8268]: 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 04 20:07:19 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm auditd[558]: The audit daemon is exiting. Feb 04 20:07:19 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm kernel: audit: type=1305 audit(1707077239.536:715): op=set audit_pid=0 old=558 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Feb 04 20:07:19 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:07:19 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm kernel: audit: type=1130 audit(1707077239.543:716): 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 04 20:07:19 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm kernel: audit: type=1131 audit(1707077239.543:717): 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 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm auditd[8290]: No plugins found, not dispatching events Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm auditd[8290]: Init complete, auditd 3.1.2 listening for events (startup state enable) Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8293]: /sbin/augenrules: No change Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: No rules Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: enabled 1 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: failure 1 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: pid 8290 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: rate_limit 0 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: backlog_limit 8192 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: lost 0 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: backlog 4 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: backlog_wait_time 60000 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: backlog_wait_time_actual 0 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: enabled 1 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: failure 1 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: pid 8290 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: rate_limit 0 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: backlog_limit 8192 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: lost 0 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: backlog 4 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: backlog_wait_time 60000 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: backlog_wait_time_actual 0 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: enabled 1 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: failure 1 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: pid 8290 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: rate_limit 0 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: backlog_limit 8192 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: lost 0 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: backlog 4 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: backlog_wait_time 60000 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm augenrules[8303]: backlog_wait_time_actual 0 Feb 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:07:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8328]: 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 04 20:07:22 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8392]: 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 04 20:07:22 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8449]: ansible-ansible.legacy.copy Invoked with dest=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf src=/root/.ansible/tmp/ansible-tmp-1707077241.8365889-3885-267849491724660/source _original_basename=tmp5klxori5 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 04 20:07:22 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8490]: 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 04 20:07:22 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8533]: 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 04 20:07:23 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8555]: 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 04 20:07:24 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8577]: 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 04 20:07:24 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8599]: 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 04 20:07:26 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:07:39 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:07:46 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:09:32 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8816]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 04 20:09:32 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8863]: ansible-service_facts Invoked Feb 04 20:09:34 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8969]: 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 04 20:09:35 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[8990]: 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 04 20:09:37 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9016]: 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 04 20:09:37 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9038]: 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 04 20:11:45 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9248]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 04 20:11:46 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9295]: ansible-service_facts Invoked Feb 04 20:11:47 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9401]: 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 04 20:11:51 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9445]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 04 20:11:51 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9492]: 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 04 20:11:54 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9513]: 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 04 20:11:56 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9534]: 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 04 20:11:56 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9556]: 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 04 20:11:58 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9583]: 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 04 20:11:59 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9610]: 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 04 20:11:59 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9632]: 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 04 20:12:00 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9654]: ansible-service_facts Invoked Feb 04 20:12:02 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9760]: 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 04 20:12:03 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9781]: ansible-service_facts Invoked Feb 04 20:12:05 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9887]: 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 04 20:12:06 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9908]: 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 04 20:12:06 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9951]: 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 04 20:12:07 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9973]: 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 04 20:12:08 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[9995]: 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 04 20:15:37 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: Starting Cleanup of Temporary Directories... -- Subject: Unit systemd-tmpfiles-clean.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-clean.service has begun starting up. Feb 04 20:15:37 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: systemd-tmpfiles-clean.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-tmpfiles-clean.service has successfully entered the 'dead' state. Feb 04 20:15:37 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: Started Cleanup of Temporary Directories. -- Subject: Unit systemd-tmpfiles-clean.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-clean.service has finished starting up. -- -- The start-up result is done. Feb 04 20:16:22 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm chronyd[6599]: Selected source 208.113.130.146 (2.centos.pool.ntp.org) Feb 04 20:20:01 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[10206]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 04 20:20:02 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[10255]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:20:04 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[10297]: 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 04 20:20:13 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dbus-daemon[635]: [system] Reloaded configuration Feb 04 20:20:14 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm setsebool[10332]: The virt_use_nfs policy boolean was changed to 1 by root Feb 04 20:20:14 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm setsebool[10332]: The virt_sandbox_use_all_caps policy boolean was changed to 1 by root Feb 04 20:20:34 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm kernel: SELinux: Converting 381 SID table entries... Feb 04 20:20:34 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm kernel: SELinux: policy capability network_peer_controls=1 Feb 04 20:20:34 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm kernel: SELinux: policy capability open_perms=1 Feb 04 20:20:34 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm kernel: SELinux: policy capability extended_socket_class=1 Feb 04 20:20:34 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm kernel: SELinux: policy capability always_check_network=0 Feb 04 20:20:34 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm kernel: SELinux: policy capability cgroup_seclabel=1 Feb 04 20:20:34 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 04 20:20:34 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dbus-daemon[635]: [system] Reloaded configuration Feb 04 20:20:34 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm kernel: fuse: init (API version 7.34) Feb 04 20:20:34 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:20:34 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:20:35 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dbus-daemon[635]: [system] Reloaded configuration Feb 04 20:20:35 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dbus-daemon[635]: [system] Reloaded configuration Feb 04 20:21:06 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-r6bcb0152315444a68c8e5635425ab84c.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-r6bcb0152315444a68c8e5635425ab84c.service has finished starting up. -- -- The start-up result is done. Feb 04 20:21:06 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:21:06 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: Reloading. Feb 04 20:21:06 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:06 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:06 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:06 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:06 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:06 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: Starting dnf makecache... -- Subject: Unit dnf-makecache.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dnf-makecache.service has begun starting up. Feb 04 20:21:06 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dnf[11354]: Failed determining last makecache time. Feb 04 20:21:07 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dnf[11354]: CentOS Stream 8 - AppStream 13 kB/s | 4.4 kB 00:00 Feb 04 20:21:07 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dnf[11354]: CentOS Stream 8 - BaseOS 18 kB/s | 3.9 kB 00:00 Feb 04 20:21:07 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[12227]: 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 04 20:21:07 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dnf[11354]: CentOS Stream 8 - Extras 14 kB/s | 2.9 kB 00:00 Feb 04 20:21:08 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:21:08 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:21:08 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: run-r6bcb0152315444a68c8e5635425ab84c.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-r6bcb0152315444a68c8e5635425ab84c.service has successfully entered the 'dead' state. Feb 04 20:21:08 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[12730]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Feb 04 20:21:08 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dnf[11354]: CentOS Stream 8 - Extras common packages 14 kB/s | 3.0 kB 00:00 Feb 04 20:21:08 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[12753]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:21:08 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[12774]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:21:09 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dnf[11354]: CentOS Stream 8 - HighAvailability 2.6 kB/s | 3.9 kB 00:01 Feb 04 20:21:09 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[12798]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:21:09 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dnf[11354]: Beaker Client - RedHatEnterpriseLinux8 6.4 kB/s | 1.5 kB 00:00 Feb 04 20:21:10 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[12820]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:21:10 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dnf[11354]: Beaker harness 7.2 kB/s | 1.3 kB 00:00 Feb 04 20:21:10 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dnf[11354]: Beaker tasks 9.7 kB/s | 1.3 kB 00:00 Feb 04 20:21:10 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dnf[11354]: Copr repo for beakerlib-libraries owned by bgon 13 kB/s | 3.3 kB 00:00 Feb 04 20:21:10 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dnf[11354]: Copr repo for qa-tools owned by lpol 32 kB/s | 1.8 kB 00:00 Feb 04 20:21:11 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[12845]: 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 04 20:21:11 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[12907]: 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 04 20:21:11 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[12964]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707078071.1432867-6655-56902976661768/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 04 20:21:13 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm dnf[11354]: Metadata cache created. Feb 04 20:21:13 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: dnf-makecache.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dnf-makecache.service has successfully entered the 'dead' state. Feb 04 20:21:13 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: Started dnf makecache. -- Subject: Unit dnf-makecache.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dnf-makecache.service has finished starting up. -- -- The start-up result is done. Feb 04 20:21:14 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13028]: 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 04 20:21:14 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13054]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:21:14 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13075]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:21:16 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13097]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:21:16 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13118]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:21:17 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13140]: 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 04 20:21:17 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13140]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image ls this_is_a_bogus_image:latest --format json Feb 04 20:21:17 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm rsyslogd[1035]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ] Feb 04 20:21:17 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: var-lib-containers-storage-overlay-metacopy\x2dcheck3163678716-merged.mount: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit var-lib-containers-storage-overlay-metacopy\x2dcheck3163678716-merged.mount has successfully entered the 'dead' state. Feb 04 20:21:17 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:21:17 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13140]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image exists this_is_a_bogus_image:latest Feb 04 20:21:17 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13140]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman pull this_is_a_bogus_image:latest -q Feb 04 20:21:18 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:21:18 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13186]: 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 04 20:21:18 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13248]: 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 04 20:21:19 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13305]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707078078.7745042-6756-115073736497092/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 04 20:21:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13368]: 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 04 20:21:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13394]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:21:21 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13415]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:21:23 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13437]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:21:23 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13458]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:21:24 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13480]: 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 04 20:21:24 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13503]: 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 04 20:21:24 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13523]: 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 04 20:21:24 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: Reloading. Feb 04 20:21:25 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:25 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:25 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:25 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:25 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:25 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13573]: 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 04 20:21:27 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13622]: 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 04 20:21:27 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13648]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:21:27 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13669]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:21:29 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13691]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:21:29 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13712]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:21:30 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13734]: 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 04 20:21:30 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: Reloading. Feb 04 20:21:30 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm quadlet-generator[13532]: 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 04 20:21:30 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:30 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:30 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:30 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:30 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:30 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13786]: 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 04 20:21:30 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13806]: 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 04 20:21:30 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: Reloading. Feb 04 20:21:31 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:31 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:31 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:31 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:31 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 20:21:31 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13856]: 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 04 20:21:31 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:21:31 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13883]: 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 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:21:31 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm useradd[13888]: new group: name=user_quadlet_basic, GID=1111 Feb 04 20:21:31 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm useradd[13888]: new user: name=user_quadlet_basic, UID=1111, GID=1111, home=/home/user_quadlet_basic, shell=/bin/bash Feb 04 20:21:33 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13935]: 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 04 20:21:34 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13961]: ansible-getent Invoked with database=passwd key=user_quadlet_basic fail_key=False service=None split=None Feb 04 20:21:34 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[13982]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 04 20:21:34 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14003]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:21:34 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14025]: 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 04 20:21:35 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14046]: 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 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14067]: 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 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: pam_unix(systemd-user:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: 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 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: 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 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: 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 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: 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 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: 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 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: 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 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: 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 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: 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 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: Startup finished in 31ms. -- 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 31236 microseconds. Feb 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.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 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14104]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-vknewwelmsaekwlkwdnsbsebzbvdrfbb ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14104]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14104]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 20:21:36 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14133]: 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 04 20:21:37 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14153]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-rmcstmxjajvvjwlwpfsaawihulolchej ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 20:21:37 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14153]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 20:21:37 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: 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 04 20:21:37 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: 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 04 20:21:37 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: Started podman-14171.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 04 20:21:37 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: Started podman-pause-aaea2019.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 04 20:21:37 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: Started podman-14189.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 04 20:21:37 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: Started podman-14197.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 04 20:21:37 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14153]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 20:21:38 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14223]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 04 20:21:38 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14244]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:21:38 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14266]: 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 04 20:21:38 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14287]: 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 04 20:21:39 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14308]: 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 04 20:21:39 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14328]: 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 04 20:21:40 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14390]: 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 04 20:21:40 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14447]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707078099.9148645-7063-146799162432266/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 04 20:21:40 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14488]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ejzsccynhhjqzjftlvkqptsovplbwuia ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 20:21:40 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14488]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 20:21:40 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14491]: 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 04 20:21:40 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: Reloading. Feb 04 20:21:40 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14488]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 20:21:41 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14522]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 04 20:21:41 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14543]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:21:41 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14565]: 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 04 20:21:41 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14586]: 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 04 20:21:42 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14607]: 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 04 20:21:42 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14627]: 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 04 20:21:43 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14689]: 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 04 20:21:43 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14746]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707078102.9913-7114-186610689013314/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 04 20:21:43 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14787]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-wqwxqqhgbpqumtndsuhmgnjfsffbltgv ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 20:21:43 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14787]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 20:21:43 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14790]: 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 04 20:21:43 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: Reloading. Feb 04 20:21:43 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14787]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 20:21:43 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14821]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-lkjblieiolldfhqkiiezglwhjgsyiwdu ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 20:21:43 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14821]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 20:21:44 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14824]: 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 04 20:21:44 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: 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 04 20:21:44 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm quadlet-basic-mysql-volume[14830]: systemd-quadlet-basic-mysql Feb 04 20:21:44 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: 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 04 20:21:44 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14821]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 20:21:44 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14856]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 04 20:21:45 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14877]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 20:21:45 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14899]: 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 04 20:21:45 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14920]: 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 04 20:21:46 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14941]: 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 04 20:21:46 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14961]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-luehoncyvisiiryccpcnhzrghorbqgla ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 20:21:46 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14961]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 20:21:46 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14964]: 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 04 20:21:46 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14964]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json Feb 04 20:21:46 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: Started podman-14966.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 04 20:21:46 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14964]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman image exists quay.io/linux-system-roles/mysql:5.6 Feb 04 20:21:46 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: Started podman-14974.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 04 20:21:46 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14964]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q Feb 04 20:21:46 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: Started podman-14982.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 04 20:21:54 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[14964]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json Feb 04 20:21:54 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: Started podman-15062.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 04 20:21:54 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[14961]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 20:21:54 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[15088]: 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 04 20:21:55 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[15150]: 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 04 20:21:55 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[15207]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707078115.0603764-7167-175276121868846/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 04 20:21:55 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[15248]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-grirwgvjvcbzpqlfnctfjxbesrtfgpeu ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 20:21:55 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[15248]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 20:21:55 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[15251]: 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 04 20:21:55 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: Reloading. Feb 04 20:21:55 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[15248]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 20:21:56 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[15282]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-saiheauefskqsgjdfcfclnvkydptuixy ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 20:21:56 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[15282]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 20:21:56 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[15285]: 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 04 20:21:56 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: 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 04 20:21:56 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm quadlet-basic-network[15291]: systemd-quadlet-basic Feb 04 20:21:56 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: 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 04 20:21:56 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: 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 04 20:21:56 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm quadlet-basic-mysql[15299]: Error: running container create option: no secret with name or id "mysql_container_root_password": no such secret Feb 04 20:21:56 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: quadlet-basic-mysql.service: Main process exited, code=exited, status=125/n/a Feb 04 20:21:56 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: 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 04 20:21:56 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm systemd[14071]: 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 04 20:21:56 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm sudo[15282]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 20:21:56 8aaaf9b6-1167-44b0-98dc-aebe0a58d923.testing-farm python3[15360]: 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 system - root] *************************************************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/tests/tests_quadlet_basic.yml:187 Sunday 04 February 2024 20:21:57 +0000 (0:00:01.248) 0:01:56.908 ******* TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Sunday 04 February 2024 20:21:57 +0000 (0:00:00.061) 0:01:56.969 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Sunday 04 February 2024 20:21:57 +0000 (0:00:00.038) 0:01:57.008 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Sunday 04 February 2024 20:21:57 +0000 (0:00:00.026) 0:01:57.035 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Sunday 04 February 2024 20:21:57 +0000 (0:00:00.021) 0:01:57.057 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Sunday 04 February 2024 20:21:57 +0000 (0:00:00.021) 0:01:57.078 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Sunday 04 February 2024 20:21:58 +0000 (0:00:00.054) 0:01:57.133 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Sunday 04 February 2024 20:21:59 +0000 (0:00:01.342) 0:01:58.476 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Sunday 04 February 2024 20:21:59 +0000 (0:00:00.021) 0:01:58.497 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Sunday 04 February 2024 20:21:59 +0000 (0:00:00.024) 0:01:58.522 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031365", "end": "2024-02-04 20:21:59.604571", "rc": 0, "start": "2024-02-04 20:21:59.573206" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Sunday 04 February 2024 20:21:59 +0000 (0:00:00.237) 0:01:58.760 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Sunday 04 February 2024 20:21:59 +0000 (0:00:00.026) 0:01:58.786 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Sunday 04 February 2024 20:21:59 +0000 (0:00:00.062) 0:01:58.849 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Sunday 04 February 2024 20:21:59 +0000 (0:00:00.045) 0:01:58.894 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Sunday 04 February 2024 20:21:59 +0000 (0:00:00.044) 0:01:58.938 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:21:59 +0000 (0:00:00.044) 0:01:58.983 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.211) 0:01:59.195 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.027) 0:01:59.222 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.031) 0:01:59.253 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.211) 0:01:59.464 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.030) 0:01:59.495 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707078068.7218673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707078034.5070057, "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": "440486987", "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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.211) 0:01:59.707 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.022) 0:01:59.729 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.022) 0:01:59.751 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.022) 0:01:59.773 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.021) 0:01:59.794 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.021) 0:01:59.816 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.020) 0:01:59.836 ******* ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.029) 0:01:59.866 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.075) 0:01:59.941 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.022) 0:01:59.964 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.021) 0:01:59.986 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.043) 0:02:00.029 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.021) 0:02:00.051 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.022) 0:02:00.073 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 20:22:00 +0000 (0:00:00.043) 0:02:00.117 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.021) 0:02:00.138 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.021) 0:02:00.160 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.043) 0:02:00.204 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.021) 0:02:00.225 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.020) 0:02:00.245 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.020) 0:02:00.266 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.024) 0:02:00.291 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.031) 0:02:00.323 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.024) 0:02:00.347 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:103 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.059) 0:02:00.406 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.069) 0:02:00.476 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.026) 0:02:00.502 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.024) 0:02:00.526 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.028) 0:02:00.555 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.034) 0:02:00.590 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.021) 0:02:00.611 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.020) 0:02:00.631 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.020) 0:02:00.652 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.263) 0:02:00.916 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.030) 0:02:00.946 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.024) 0:02:00.971 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.028) 0:02:01.000 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.034) 0:02:01.034 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.021) 0:02:01.056 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:22:01 +0000 (0:00:00.022) 0:02:01.078 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 Sunday 04 February 2024 20:22:02 +0000 (0:00:00.058) 0:02:01.137 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110 Sunday 04 February 2024 20:22:02 +0000 (0:00:00.253) 0:02:01.391 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:116 Sunday 04 February 2024 20:22:02 +0000 (0:00:00.019) 0:02:01.410 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:22:02 +0000 (0:00:00.078) 0:02:01.489 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Sunday 04 February 2024 20:22:02 +0000 (0:00:00.030) 0:02:01.520 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Sunday 04 February 2024 20:22:02 +0000 (0:00:00.028) 0:02:01.548 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Sunday 04 February 2024 20:22:02 +0000 (0:00:00.021) 0:02:01.569 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:22:02 +0000 (0:00:00.033) 0:02:01.603 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:22:02 +0000 (0:00:00.041) 0:02:01.645 ******* skipping: [sut] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Sunday 04 February 2024 20:22:02 +0000 (0:00:00.029) 0:02:01.674 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Sunday 04 February 2024 20:22:02 +0000 (0:00:00.027) 0:02:01.702 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Sunday 04 February 2024 20:22:02 +0000 (0:00:00.032) 0:02:01.734 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Sunday 04 February 2024 20:22:02 +0000 (0:00:00.213) 0:02:01.948 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Sunday 04 February 2024 20:22:02 +0000 (0:00:00.030) 0:02:01.978 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707078068.7218673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707078034.5070057, "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": "440486987", "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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Sunday 04 February 2024 20:22:03 +0000 (0:00:00.212) 0:02:02.191 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Sunday 04 February 2024 20:22:03 +0000 (0:00:00.020) 0:02:02.211 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Sunday 04 February 2024 20:22:03 +0000 (0:00:00.018) 0:02:02.230 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Sunday 04 February 2024 20:22:03 +0000 (0:00:00.058) 0:02:02.288 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Sunday 04 February 2024 20:22:03 +0000 (0:00:00.023) 0:02:02.311 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Sunday 04 February 2024 20:22:03 +0000 (0:00:00.020) 0:02:02.331 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Sunday 04 February 2024 20:22:03 +0000 (0:00:00.019) 0:02:02.351 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Sunday 04 February 2024 20:22:03 +0000 (0:00:00.039) 0:02:02.390 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Sunday 04 February 2024 20:22:03 +0000 (0:00:00.022) 0:02:02.413 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Sunday 04 February 2024 20:22:03 +0000 (0:00:00.019) 0:02:02.433 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Sunday 04 February 2024 20:22:03 +0000 (0:00:00.069) 0:02:02.502 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 20:22:03 +0000 (0:00:00.057) 0:02:02.560 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 20:22:03 +0000 (0:00:00.345) 0:02:02.905 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 20:22:03 +0000 (0:00:00.210) 0:02:03.116 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.035) 0:02:03.151 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.021) 0:02:03.173 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.020) 0:02:03.193 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.020) 0:02:03.214 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.021) 0:02:03.235 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.022) 0:02:03.257 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.021) 0:02:03.278 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.057) 0:02:03.336 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.031) 0:02:03.367 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.029) 0:02:03.397 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.020) 0:02:03.418 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.035) 0:02:03.453 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.047) 0:02:03.500 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.028) 0:02:03.529 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.024) 0:02:03.554 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.030) 0:02:03.584 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.214) 0:02:03.798 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.032) 0:02:03.831 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707078068.7218673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707078034.5070057, "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": "440486987", "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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.213) 0:02:04.044 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.021) 0:02:04.066 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.021) 0:02:04.088 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Sunday 04 February 2024 20:22:04 +0000 (0:00:00.019) 0:02:04.108 ******* skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Sunday 04 February 2024 20:22:05 +0000 (0:00:00.020) 0:02:04.128 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Sunday 04 February 2024 20:22:05 +0000 (0:00:00.019) 0:02:04.147 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Sunday 04 February 2024 20:22:05 +0000 (0:00:00.019) 0:02:04.167 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Sunday 04 February 2024 20:22:05 +0000 (0:00:00.039) 0:02:04.207 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Sunday 04 February 2024 20:22:05 +0000 (0:00:00.060) 0:02:04.267 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Sunday 04 February 2024 20:22:05 +0000 (0:00:00.021) 0:02:04.288 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Sunday 04 February 2024 20:22:05 +0000 (0:00:00.057) 0:02:04.346 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 20:22:05 +0000 (0:00:00.046) 0:02:04.392 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 20:22:05 +0000 (0:00:00.347) 0:02:04.740 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 20:22:05 +0000 (0:00:00.209) 0:02:04.949 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:22:05 +0000 (0:00:00.034) 0:02:04.984 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:22:05 +0000 (0:00:00.021) 0:02:05.005 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:22:05 +0000 (0:00:00.022) 0:02:05.027 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 20:22:05 +0000 (0:00:00.019) 0:02:05.046 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 20:22:05 +0000 (0:00:00.022) 0:02:05.069 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 20:22:05 +0000 (0:00:00.021) 0:02:05.090 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Sunday 04 February 2024 20:22:05 +0000 (0:00:00.021) 0:02:05.112 ******* skipping: [sut] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.018) 0:02:05.131 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.029) 0:02:05.160 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.027) 0:02:05.188 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.021) 0:02:05.209 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.033) 0:02:05.243 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.078) 0:02:05.321 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.025) 0:02:05.346 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.024) 0:02:05.371 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.030) 0:02:05.401 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.210) 0:02:05.611 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.029) 0:02:05.641 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707078068.7218673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707078034.5070057, "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": "440486987", "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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.209) 0:02:05.850 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.020) 0:02:05.871 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.019) 0:02:05.891 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.019) 0:02:05.911 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.019) 0:02:05.930 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.020) 0:02:05.950 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.018) 0:02:05.969 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.039) 0:02:06.009 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.022) 0:02:06.031 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.019) 0:02:06.050 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Sunday 04 February 2024 20:22:06 +0000 (0:00:00.055) 0:02:06.106 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 20:22:07 +0000 (0:00:00.079) 0:02:06.185 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 20:22:07 +0000 (0:00:00.023) 0:02:06.208 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 20:22:07 +0000 (0:00:00.212) 0:02:06.420 ******* included: /WORKDIR/git-fix-linger-handlingk9o67sip/.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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:22:07 +0000 (0:00:00.035) 0:02:06.455 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:22:07 +0000 (0:00:00.020) 0:02:06.476 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:22:07 +0000 (0:00:00.020) 0:02:06.497 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 20:22:07 +0000 (0:00:00.021) 0:02:06.518 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 20:22:07 +0000 (0:00:00.021) 0:02:06.540 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 20:22:07 +0000 (0:00:00.023) 0:02:06.564 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Sunday 04 February 2024 20:22:07 +0000 (0:00:00.022) 0:02:06.586 ******* 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-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122 Sunday 04 February 2024 20:22:07 +0000 (0:00:00.020) 0:02:06.607 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Remove test user] ******************************************************** task path: /WORKDIR/git-fix-linger-handlingk9o67sip/tests/tests_quadlet_basic.yml:195 Sunday 04 February 2024 20:22:07 +0000 (0:00:00.029) 0:02:06.636 ******* fatal: [sut]: FAILED! => { "changed": false, "name": "user_quadlet_basic", "rc": 8 } MSG: userdel: user user_quadlet_basic is currently used by process 14071 to retry, use: --limit @/tmp/tests_quadlet_basic.retry PLAY RECAP ********************************************************************* sut : ok=319 changed=17 unreachable=0 failed=1 skipped=344 rescued=1 ignored=0 Sunday 04 February 2024 20:22:07 +0000 (0:00:00.257) 0:02:06.894 ******* =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 63.64s /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.podman : Ensure container images are present --- 8.62s /WORKDIR/git-fix-linger-handlingk9o67sip/.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.66s /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.52s /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Ensure container images are present --- 1.47s /WORKDIR/git-fix-linger-handlingk9o67sip/.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.34s /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.34s /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.34s /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.34s /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Dump journal ------------------------------------------------------------ 1.25s /WORKDIR/git-fix-linger-handlingk9o67sip/tests/tests_quadlet_basic.yml:182 ---- fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 0.90s /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 Gathering Facts --------------------------------------------------------- 0.82s /WORKDIR/git-fix-linger-handlingk9o67sip/tests/tests_quadlet_basic.yml:9 ------ fedora.linux_system_roles.podman : Manage each secret ------------------- 0.60s /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:25 fedora.linux_system_roles.podman : Ensure quadlet file is present ------- 0.57s /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 fedora.linux_system_roles.podman : Start service ------------------------ 0.57s /WORKDIR/git-fix-linger-handlingk9o67sip/.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.56s /WORKDIR/git-fix-linger-handlingk9o67sip/.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.56s /WORKDIR/git-fix-linger-handlingk9o67sip/.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.56s /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:68 fedora.linux_system_roles.podman : Stop and disable service ------------- 0.53s /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 fedora.linux_system_roles.podman : Stop and disable service ------------- 0.51s /WORKDIR/git-fix-linger-handlingk9o67sip/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---