# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_quadlet_basic.yml ********************************************** 2 plays in /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_basic.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_basic.yml:4 Sunday 04 February 2024 21:03:25 +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-handlingv6f1dxfs/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Ensure that the role can manage quadlet specs] *************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_basic.yml:9 Sunday 04 February 2024 21:03:25 +0000 (0:00:00.012) 0:00:00.028 ******* ok: [sut] META: ran handlers TASK [Run role - do not pull images] ******************************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_basic.yml:58 Sunday 04 February 2024 21:03:26 +0000 (0:00:00.668) 0:00:00.696 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Sunday 04 February 2024 21:03:26 +0000 (0:00:00.079) 0:00:00.776 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Sunday 04 February 2024 21:03:26 +0000 (0:00:00.018) 0:00:00.795 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Sunday 04 February 2024 21:03:26 +0000 (0:00:00.020) 0:00:00.815 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Sunday 04 February 2024 21:03:26 +0000 (0:00:00.288) 0:00:01.104 ******* ok: [sut] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Sunday 04 February 2024 21:03:26 +0000 (0:00:00.038) 0:00:01.143 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-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, "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-handlingv6f1dxfs/tests/roles/linux-system-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-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Sunday 04 February 2024 21:03:26 +0000 (0:00:00.054) 0:00:01.197 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Sunday 04 February 2024 21:03:28 +0000 (0:00:01.607) 0:00:02.805 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Sunday 04 February 2024 21:03:28 +0000 (0:00:00.031) 0:00:02.837 ******* 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 [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Sunday 04 February 2024 21:04:37 +0000 (0:01:09.294) 0:01:12.131 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.056575", "end": "2024-02-04 21:04:38.129480", "rc": 0, "start": "2024-02-04 21:04:38.072905" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Sunday 04 February 2024 21:04:38 +0000 (0:00:00.373) 0:01:12.505 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Sunday 04 February 2024 21:04:38 +0000 (0:00:00.032) 0:01:12.537 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Sunday 04 February 2024 21:04:38 +0000 (0:00:00.031) 0:01:12.568 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Sunday 04 February 2024 21:04:38 +0000 (0:00:00.072) 0:01:12.640 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 21:04:38 +0000 (0:00:00.043) 0:01:12.684 ******* ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 21:04:38 +0000 (0:00:00.293) 0:01:12.977 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 21:04:38 +0000 (0:00:00.025) 0:01:13.003 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 21:04:38 +0000 (0:00:00.028) 0:01:13.031 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 21:04:38 +0000 (0:00:00.231) 0:01:13.262 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 21:04:38 +0000 (0:00:00.026) 0:01:13.289 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1700557386.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707080641.9802587, "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": "4230926285", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.228) 0:01:13.518 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.020) 0:01:13.539 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.022) 0:01:13.561 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.021) 0:01:13.583 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.022) 0:01:13.605 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.020) 0:01:13.625 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.022) 0:01:13.648 ******* 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 [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.045) 0:01:13.693 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.062) 0:01:13.756 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.021) 0:01:13.777 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.021) 0:01:13.799 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.043) 0:01:13.842 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.020) 0:01:13.863 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.020) 0:01:13.883 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.046) 0:01:13.930 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.022) 0:01:13.952 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.021) 0:01:13.973 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.047) 0:01:14.020 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.020) 0:01:14.041 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.021) 0:01:14.063 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.021) 0:01:14.084 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.023) 0:01:14.107 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.020) 0:01:14.128 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.039) 0:01:14.168 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.021) 0:01:14.190 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.020) 0:01:14.210 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.020) 0:01:14.230 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.055) 0:01:14.286 ******* 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 21:04:39 +0000 (0:00:00.028) 0:01:14.314 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.027) 0:01:14.341 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.020) 0:01:14.362 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "nopull", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.032) 0:01:14.394 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.038) 0:01:14.433 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.025) 0:01:14.459 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.025) 0:01:14.484 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.030) 0:01:14.515 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.232) 0:01:14.747 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.029) 0:01:14.777 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707080679.1450844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707080641.9802587, "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": "4230926285", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.250) 0:01:15.028 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.024) 0:01:15.053 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.021) 0:01:15.074 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.020) 0:01:15.095 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.021) 0:01:15.117 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.020) 0:01:15.137 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.022) 0:01:15.160 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.039) 0:01:15.200 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.022) 0:01:15.222 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.022) 0:01:15.245 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_quadlet_file": "/etc/containers/systemd/nopull.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.054) 0:01:15.299 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 21:04:40 +0000 (0:00:00.021) 0:01:15.320 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 21:04:41 +0000 (0:00:00.050) 0:01:15.370 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 21:04:41 +0000 (0:00:00.039) 0:01:15.409 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 21:04:41 +0000 (0:00:00.021) 0:01:15.431 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 21:04:41 +0000 (0:00:00.022) 0:01:15.454 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 21:04:41 +0000 (0:00:00.021) 0:01:15.475 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Sunday 04 February 2024 21:04:41 +0000 (0:00:00.020) 0:01:15.496 ******* skipping: [sut] => (item=quay.io/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "item": "quay.io/libpod/testimage:20210610", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:42 Sunday 04 February 2024 21:04:41 +0000 (0:00:00.069) 0:01:15.565 ******* 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 [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:51 Sunday 04 February 2024 21:04:41 +0000 (0:00:00.296) 0:01:15.861 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:61 Sunday 04 February 2024 21:04:41 +0000 (0:00:00.021) 0:01:15.883 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 Sunday 04 February 2024 21:04:41 +0000 (0:00:00.021) 0:01:15.904 ******* 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-1707080681.6126149-9637-67627918253658/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:85 Sunday 04 February 2024 21:04:42 +0000 (0:00:00.673) 0:01:16.578 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:114 Sunday 04 February 2024 21:04:42 +0000 (0:00:00.026) 0:01:16.604 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:130 Sunday 04 February 2024 21:04:42 +0000 (0:00:00.025) 0:01:16.630 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Sunday 04 February 2024 21:04:42 +0000 (0:00:00.026) 0:01:16.656 ******* TASK [Verify image not pulled] ************************************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_basic.yml:74 Sunday 04 February 2024 21:04:42 +0000 (0:00:00.020) 0:01:16.677 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run role - try to pull bogus image] ************************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_basic.yml:78 Sunday 04 February 2024 21:04:42 +0000 (0:00:00.021) 0:01:16.699 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Sunday 04 February 2024 21:04:42 +0000 (0:00:00.047) 0:01:16.746 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Sunday 04 February 2024 21:04:42 +0000 (0:00:00.039) 0:01:16.786 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Sunday 04 February 2024 21:04:42 +0000 (0:00:00.050) 0:01:16.837 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Sunday 04 February 2024 21:04:42 +0000 (0:00:00.021) 0:01:16.858 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Sunday 04 February 2024 21:04:42 +0000 (0:00:00.021) 0:01:16.880 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-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, "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-handlingv6f1dxfs/tests/roles/linux-system-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-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Sunday 04 February 2024 21:04:42 +0000 (0:00:00.058) 0:01:16.939 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Sunday 04 February 2024 21:04:44 +0000 (0:00:01.467) 0:01:18.406 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Sunday 04 February 2024 21:04:44 +0000 (0:00:00.021) 0:01:18.428 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Sunday 04 February 2024 21:04:44 +0000 (0:00:00.026) 0:01:18.455 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.036262", "end": "2024-02-04 21:04:44.345850", "rc": 0, "start": "2024-02-04 21:04:44.309588" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Sunday 04 February 2024 21:04:44 +0000 (0:00:00.256) 0:01:18.712 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Sunday 04 February 2024 21:04:44 +0000 (0:00:00.023) 0:01:18.736 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Sunday 04 February 2024 21:04:44 +0000 (0:00:00.039) 0:01:18.776 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Sunday 04 February 2024 21:04:44 +0000 (0:00:00.042) 0:01:18.818 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 21:04:44 +0000 (0:00:00.044) 0:01:18.862 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 21:04:44 +0000 (0:00:00.027) 0:01:18.890 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 21:04:44 +0000 (0:00:00.026) 0:01:18.916 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 21:04:44 +0000 (0:00:00.030) 0:01:18.947 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 21:04:44 +0000 (0:00:00.228) 0:01:19.176 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 21:04:44 +0000 (0:00:00.028) 0:01:19.205 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707080679.1450844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707080641.9802587, "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": "4230926285", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.226) 0:01:19.432 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.023) 0:01:19.455 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.021) 0:01:19.477 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.021) 0:01:19.499 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.021) 0:01:19.520 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.022) 0:01:19.543 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.021) 0:01:19.564 ******* 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 [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.051) 0:01:19.616 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.044) 0:01:19.660 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.022) 0:01:19.683 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.021) 0:01:19.704 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.043) 0:01:19.748 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.022) 0:01:19.770 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.021) 0:01:19.792 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.044) 0:01:19.837 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.021) 0:01:19.859 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.021) 0:01:19.880 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.048) 0:01:19.928 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.022) 0:01:19.951 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.023) 0:01:19.974 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.021) 0:01:19.996 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.045) 0:01:20.041 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.023) 0:01:20.065 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.022) 0:01:20.088 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.022) 0:01:20.110 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.021) 0:01:20.131 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.021) 0:01:20.152 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.055) 0:01:20.208 ******* 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.029) 0:01:20.237 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.029) 0:01:20.267 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.022) 0:01:20.289 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "bogus", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 21:04:45 +0000 (0:00:00.031) 0:01:20.321 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.042) 0:01:20.363 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.026) 0:01:20.389 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.026) 0:01:20.416 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.030) 0:01:20.446 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.228) 0:01:20.674 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.051) 0:01:20.726 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707080679.1450844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707080641.9802587, "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": "4230926285", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.226) 0:01:20.952 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.022) 0:01:20.974 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.021) 0:01:20.996 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.023) 0:01:21.020 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.023) 0:01:21.043 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.023) 0:01:21.067 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.021) 0:01:21.088 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.040) 0:01:21.129 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.024) 0:01:21.154 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.022) 0:01:21.176 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [ "this_is_a_bogus_image" ], "__podman_quadlet_file": "/etc/containers/systemd/bogus.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.056) 0:01:21.233 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.022) 0:01:21.255 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 21:04:46 +0000 (0:00:00.050) 0:01:21.305 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 21:04:47 +0000 (0:00:00.039) 0:01:21.344 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 21:04:47 +0000 (0:00:00.047) 0:01:21.392 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 21:04:47 +0000 (0:00:00.022) 0:01:21.414 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 21:04:47 +0000 (0:00:00.022) 0:01:21.437 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Sunday 04 February 2024 21:04:47 +0000 (0:00:00.020) 0:01:21.458 ******* 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 [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:42 Sunday 04 February 2024 21:04:48 +0000 (0:00:01.062) 0:01:22.520 ******* 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 [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:51 Sunday 04 February 2024 21:04:48 +0000 (0:00:00.236) 0:01:22.757 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:61 Sunday 04 February 2024 21:04:48 +0000 (0:00:00.022) 0:01:22.779 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 Sunday 04 February 2024 21:04:48 +0000 (0:00:00.022) 0:01:22.801 ******* 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-1707080688.5112543-9823-158348749498695/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:85 Sunday 04 February 2024 21:04:49 +0000 (0:00:00.610) 0:01:23.412 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:114 Sunday 04 February 2024 21:04:49 +0000 (0:00:00.026) 0:01:23.439 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:130 Sunday 04 February 2024 21:04:49 +0000 (0:00:00.026) 0:01:23.466 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Sunday 04 February 2024 21:04:49 +0000 (0:00:00.048) 0:01:23.515 ******* TASK [Verify image not pulled and no error] ************************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_basic.yml:94 Sunday 04 February 2024 21:04:49 +0000 (0:00:00.021) 0:01:23.536 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_basic.yml:101 Sunday 04 February 2024 21:04:49 +0000 (0:00:00.026) 0:01:23.562 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Sunday 04 February 2024 21:04:49 +0000 (0:00:00.071) 0:01:23.634 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Sunday 04 February 2024 21:04:49 +0000 (0:00:00.039) 0:01:23.673 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Sunday 04 February 2024 21:04:49 +0000 (0:00:00.028) 0:01:23.702 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Sunday 04 February 2024 21:04:49 +0000 (0:00:00.021) 0:01:23.723 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Sunday 04 February 2024 21:04:49 +0000 (0:00:00.022) 0:01:23.745 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-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, "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-handlingv6f1dxfs/tests/roles/linux-system-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-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Sunday 04 February 2024 21:04:49 +0000 (0:00:00.058) 0:01:23.804 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Sunday 04 February 2024 21:04:50 +0000 (0:00:01.495) 0:01:25.300 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Sunday 04 February 2024 21:04:50 +0000 (0:00:00.022) 0:01:25.323 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Sunday 04 February 2024 21:04:51 +0000 (0:00:00.037) 0:01:25.360 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034035", "end": "2024-02-04 21:04:51.249835", "rc": 0, "start": "2024-02-04 21:04:51.215800" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Sunday 04 February 2024 21:04:51 +0000 (0:00:00.256) 0:01:25.617 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Sunday 04 February 2024 21:04:51 +0000 (0:00:00.022) 0:01:25.640 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Sunday 04 February 2024 21:04:51 +0000 (0:00:00.023) 0:01:25.663 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Sunday 04 February 2024 21:04:51 +0000 (0:00:00.040) 0:01:25.704 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 21:04:51 +0000 (0:00:00.045) 0:01:25.749 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 21:04:51 +0000 (0:00:00.027) 0:01:25.777 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 21:04:51 +0000 (0:00:00.026) 0:01:25.804 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 21:04:51 +0000 (0:00:00.029) 0:01:25.833 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 21:04:51 +0000 (0:00:00.231) 0:01:26.064 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 21:04:51 +0000 (0:00:00.053) 0:01:26.118 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707080679.1450844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707080641.9802587, "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": "4230926285", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.232) 0:01:26.350 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.021) 0:01:26.372 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.022) 0:01:26.394 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.022) 0:01:26.417 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.021) 0:01:26.438 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.023) 0:01:26.461 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.021) 0:01:26.483 ******* 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 [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.029) 0:01:26.512 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.043) 0:01:26.556 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.021) 0:01:26.578 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.022) 0:01:26.600 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.045) 0:01:26.646 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.021) 0:01:26.667 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.021) 0:01:26.688 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.068) 0:01:26.757 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.023) 0:01:26.780 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.022) 0:01:26.803 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.045) 0:01:26.849 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.022) 0:01:26.872 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.021) 0:01:26.893 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.021) 0:01:26.915 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.022) 0:01:26.937 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.021) 0:01:26.959 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.021) 0:01:26.981 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.020) 0:01:27.001 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.020) 0:01:27.022 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.021) 0:01:27.043 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.053) 0:01:27.097 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.027) 0:01:27.125 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.028) 0:01:27.153 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.051) 0:01:27.204 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "nopull", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.034) 0:01:27.239 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.042) 0:01:27.281 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 21:04:52 +0000 (0:00:00.030) 0:01:27.312 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 21:04:53 +0000 (0:00:00.027) 0:01:27.340 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 21:04:53 +0000 (0:00:00.029) 0:01:27.369 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 21:04:53 +0000 (0:00:00.232) 0:01:27.601 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 21:04:53 +0000 (0:00:00.029) 0:01:27.631 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707080679.1450844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707080641.9802587, "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": "4230926285", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 21:04:53 +0000 (0:00:00.227) 0:01:27.858 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 21:04:53 +0000 (0:00:00.022) 0:01:27.880 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 21:04:53 +0000 (0:00:00.022) 0:01:27.903 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 21:04:53 +0000 (0:00:00.022) 0:01:27.925 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 21:04:53 +0000 (0:00:00.020) 0:01:27.946 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 21:04:53 +0000 (0:00:00.022) 0:01:27.969 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 21:04:53 +0000 (0:00:00.022) 0:01:27.991 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 21:04:53 +0000 (0:00:00.039) 0:01:28.031 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 21:04:53 +0000 (0:00:00.050) 0:01:28.081 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 21:04:53 +0000 (0:00:00.022) 0:01:28.103 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/nopull.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 21:04:53 +0000 (0:00:00.056) 0:01:28.160 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 21:04:53 +0000 (0:00:00.047) 0:01:28.208 ******* ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service nopull.service: host TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 21:04:54 +0000 (0:00:00.528) 0:01:28.737 ******* changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/nopull.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 21:04:54 +0000 (0:00:00.229) 0:01:28.966 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 21:04:54 +0000 (0:00:00.037) 0:01:29.003 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 21:04:54 +0000 (0:00:00.021) 0:01:29.025 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 21:04:54 +0000 (0:00:00.021) 0:01:29.047 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 21:04:54 +0000 (0:00:00.021) 0:01:29.069 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 21:04:55 +0000 (0:00:00.526) 0:01:29.596 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.043817", "end": "2024-02-04 21:04:55.505116", "rc": 0, "start": "2024-02-04 21:04:55.461299" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 21:04:55 +0000 (0:00:00.274) 0:01:29.871 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 21:04:55 +0000 (0:00:00.026) 0:01:29.897 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Sunday 04 February 2024 21:04:55 +0000 (0:00:00.021) 0:01:29.918 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Sunday 04 February 2024 21:04:55 +0000 (0:00:00.021) 0:01:29.939 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Sunday 04 February 2024 21:04:55 +0000 (0:00:00.040) 0:01:29.980 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Sunday 04 February 2024 21:04:55 +0000 (0:00:00.028) 0:01:30.009 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Sunday 04 February 2024 21:04:55 +0000 (0:00:00.021) 0:01:30.030 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Sunday 04 February 2024 21:04:55 +0000 (0:00:00.021) 0:01:30.052 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-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, "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-handlingv6f1dxfs/tests/roles/linux-system-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-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Sunday 04 February 2024 21:04:55 +0000 (0:00:00.058) 0:01:30.110 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Sunday 04 February 2024 21:04:57 +0000 (0:00:01.496) 0:01:31.607 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Sunday 04 February 2024 21:04:57 +0000 (0:00:00.021) 0:01:31.629 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Sunday 04 February 2024 21:04:57 +0000 (0:00:00.027) 0:01:31.656 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032644", "end": "2024-02-04 21:04:57.541405", "rc": 0, "start": "2024-02-04 21:04:57.508761" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Sunday 04 February 2024 21:04:57 +0000 (0:00:00.252) 0:01:31.908 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Sunday 04 February 2024 21:04:57 +0000 (0:00:00.023) 0:01:31.932 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Sunday 04 February 2024 21:04:57 +0000 (0:00:00.022) 0:01:31.954 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Sunday 04 February 2024 21:04:57 +0000 (0:00:00.041) 0:01:31.995 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 21:04:57 +0000 (0:00:00.044) 0:01:32.039 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 21:04:57 +0000 (0:00:00.027) 0:01:32.066 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 21:04:57 +0000 (0:00:00.026) 0:01:32.092 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 21:04:57 +0000 (0:00:00.029) 0:01:32.122 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.232) 0:01:32.355 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.028) 0:01:32.383 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707080679.1450844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707080641.9802587, "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": "4230926285", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.227) 0:01:32.610 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.023) 0:01:32.634 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.021) 0:01:32.656 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.021) 0:01:32.678 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.021) 0:01:32.699 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.022) 0:01:32.721 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.022) 0:01:32.744 ******* 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 [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.028) 0:01:32.772 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.047) 0:01:32.819 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.023) 0:01:32.843 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.021) 0:01:32.865 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.045) 0:01:32.910 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.022) 0:01:32.932 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.022) 0:01:32.955 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.046) 0:01:33.001 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.046) 0:01:33.047 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.022) 0:01:33.070 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.048) 0:01:33.118 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.022) 0:01:33.140 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.023) 0:01:33.164 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.022) 0:01:33.186 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.021) 0:01:33.208 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.023) 0:01:33.232 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.024) 0:01:33.257 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.021) 0:01:33.278 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.021) 0:01:33.299 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Sunday 04 February 2024 21:04:58 +0000 (0:00:00.021) 0:01:33.320 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.055) 0:01:33.376 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": {}, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.028) 0:01:33.404 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.028) 0:01:33.432 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.024) 0:01:33.457 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "bogus", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.058) 0:01:33.516 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.043) 0:01:33.559 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.028) 0:01:33.588 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.025) 0:01:33.614 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.030) 0:01:33.644 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.231) 0:01:33.875 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.030) 0:01:33.906 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707080679.1450844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707080641.9802587, "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": "4230926285", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.225) 0:01:34.132 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.022) 0:01:34.154 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.023) 0:01:34.178 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.021) 0:01:34.199 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.024) 0:01:34.223 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.021) 0:01:34.245 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.022) 0:01:34.267 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.040) 0:01:34.308 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 21:04:59 +0000 (0:00:00.023) 0:01:34.331 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 21:05:00 +0000 (0:00:00.047) 0:01:34.379 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/bogus.container", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 21:05:00 +0000 (0:00:00.055) 0:01:34.435 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 21:05:00 +0000 (0:00:00.048) 0:01:34.484 ******* 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 sysinit.target system.slice -.mount basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "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": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "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": "sysinit.target system.slice -.mount", "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": "22405", "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 [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 21:05:00 +0000 (0:00:00.543) 0:01:35.027 ******* changed: [sut] => { "changed": true, "path": "/etc/containers/systemd/bogus.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 21:05:00 +0000 (0:00:00.231) 0:01:35.258 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 21:05:00 +0000 (0:00:00.039) 0:01:35.297 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 21:05:00 +0000 (0:00:00.023) 0:01:35.321 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 21:05:01 +0000 (0:00:00.021) 0:01:35.342 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 21:05:01 +0000 (0:00:00.022) 0:01:35.364 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 21:05:01 +0000 (0:00:00.510) 0:01:35.875 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.041812", "end": "2024-02-04 21:05:01.780298", "rc": 0, "start": "2024-02-04 21:05:01.738486" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 21:05:01 +0000 (0:00:00.296) 0:01:36.172 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 21:05:01 +0000 (0:00:00.026) 0:01:36.198 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Sunday 04 February 2024 21:05:01 +0000 (0:00:00.023) 0:01:36.221 ******* TASK [Create user for testing] ************************************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_basic.yml:113 Sunday 04 February 2024 21:05:01 +0000 (0:00:00.022) 0:01:36.244 ******* 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-handlingv6f1dxfs/tests/tests_quadlet_basic.yml:118 Sunday 04 February 2024 21:05:02 +0000 (0:00:00.535) 0:01:36.779 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Sunday 04 February 2024 21:05:02 +0000 (0:00:00.049) 0:01:36.829 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Sunday 04 February 2024 21:05:02 +0000 (0:00:00.042) 0:01:36.871 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Sunday 04 February 2024 21:05:02 +0000 (0:00:00.028) 0:01:36.899 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Sunday 04 February 2024 21:05:02 +0000 (0:00:00.021) 0:01:36.921 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Sunday 04 February 2024 21:05:02 +0000 (0:00:00.021) 0:01:36.943 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-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, "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-handlingv6f1dxfs/tests/roles/linux-system-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-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Sunday 04 February 2024 21:05:02 +0000 (0:00:00.059) 0:01:37.002 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Sunday 04 February 2024 21:05:04 +0000 (0:00:01.503) 0:01:38.505 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Sunday 04 February 2024 21:05:04 +0000 (0:00:00.022) 0:01:38.528 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Sunday 04 February 2024 21:05:04 +0000 (0:00:00.026) 0:01:38.554 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034590", "end": "2024-02-04 21:05:04.443289", "rc": 0, "start": "2024-02-04 21:05:04.408699" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Sunday 04 February 2024 21:05:04 +0000 (0:00:00.255) 0:01:38.810 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Sunday 04 February 2024 21:05:04 +0000 (0:00:00.023) 0:01:38.833 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Sunday 04 February 2024 21:05:04 +0000 (0:00:00.022) 0:01:38.856 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Sunday 04 February 2024 21:05:04 +0000 (0:00:00.071) 0:01:38.928 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 21:05:04 +0000 (0:00:00.046) 0:01:38.974 ******* ok: [sut] => { "ansible_facts": { "getent_passwd": { "user_quadlet_basic": [ "x", "1111", "1111", "", "/home/user_quadlet_basic", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 21:05:04 +0000 (0:00:00.257) 0:01:39.231 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 21:05:04 +0000 (0:00:00.029) 0:01:39.260 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 21:05:04 +0000 (0:00:00.032) 0:01:39.292 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 21:05:05 +0000 (0:00:00.232) 0:01:39.525 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 21:05:05 +0000 (0:00:00.029) 0:01:39.554 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707080679.1450844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707080641.9802587, "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": "4230926285", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 21:05:05 +0000 (0:00:00.232) 0:01:39.787 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004605", "end": "2024-02-04 21:05:05.649431", "rc": 0, "start": "2024-02-04 21:05:05.644826" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 21:05:05 +0000 (0:00:00.227) 0:01:40.015 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004300", "end": "2024-02-04 21:05:05.874950", "rc": 0, "start": "2024-02-04 21:05:05.870650" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 21:05:05 +0000 (0:00:00.226) 0:01:40.241 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 21:05:05 +0000 (0:00:00.022) 0:01:40.263 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 21:05:05 +0000 (0:00:00.023) 0:01:40.287 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 21:05:05 +0000 (0:00:00.022) 0:01:40.309 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Sunday 04 February 2024 21:05:05 +0000 (0:00:00.022) 0:01:40.332 ******* 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 [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.029) 0:01:40.361 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.042) 0:01:40.404 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.021) 0:01:40.425 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.044) 0:01:40.470 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.045) 0:01:40.515 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.022) 0:01:40.538 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.021) 0:01:40.559 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.044) 0:01:40.604 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.021) 0:01:40.626 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.022) 0:01:40.648 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.046) 0:01:40.695 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.022) 0:01:40.718 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.021) 0:01:40.740 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.022) 0:01:40.762 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.023) 0:01:40.786 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.021) 0:01:40.808 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.022) 0:01:40.830 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.020) 0:01:40.851 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 0] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.093) 0:01:40.944 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.025) 0:01:40.970 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.023) 0:01:40.994 ******* ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.029) 0:01:41.024 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.036) 0:01:41.060 ******* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": "0:00:00.024080", "end": "2024-02-04 21:05:06.945476", "rc": 0, "start": "2024-02-04 21:05:06.921396" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 21:05:06 +0000 (0:00:00.265) 0:01:41.325 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 21:05:07 +0000 (0:00:00.028) 0:01:41.354 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:28 Sunday 04 February 2024 21:05:07 +0000 (0:00:00.024) 0:01:41.378 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Set variables part 0] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 21:05:07 +0000 (0:00:00.466) 0:01:41.844 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Sunday 04 February 2024 21:05:07 +0000 (0:00:00.025) 0:01:41.870 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Sunday 04 February 2024 21:05:07 +0000 (0:00:00.023) 0:01:41.893 ******* ok: [sut] => { "ansible_facts": { "__podman_rootless": true, "__podman_xdg_runtime_dir": "/run/user/1111" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Sunday 04 February 2024 21:05:07 +0000 (0:00:00.027) 0:01:41.921 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 21:05:07 +0000 (0:00:00.037) 0:01:41.959 ******* ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 21:05:07 +0000 (0:00:00.248) 0:01:42.207 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 21:05:07 +0000 (0:00:00.027) 0:01:42.235 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:28 Sunday 04 February 2024 21:05:07 +0000 (0:00:00.024) 0:01:42.260 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Sunday 04 February 2024 21:05:08 +0000 (0:00:00.649) 0:01:42.910 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Sunday 04 February 2024 21:05:08 +0000 (0:00:00.022) 0:01:42.933 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 21:05:08 +0000 (0:00:00.069) 0:01:43.002 ******* 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 21:05:08 +0000 (0:00:00.028) 0:01:43.031 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 21:05:08 +0000 (0:00:00.026) 0:01:43.057 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 21:05:08 +0000 (0:00:00.022) 0:01:43.080 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 21:05:08 +0000 (0:00:00.032) 0:01:43.113 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 21:05:08 +0000 (0:00:00.041) 0:01:43.154 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 21:05:08 +0000 (0:00:00.025) 0:01:43.180 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 21:05:08 +0000 (0:00:00.081) 0:01:43.262 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 21:05:08 +0000 (0:00:00.030) 0:01:43.293 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 21:05:09 +0000 (0:00:00.230) 0:01:43.523 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 21:05:09 +0000 (0:00:00.028) 0:01:43.552 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707080679.1450844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707080641.9802587, "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": "4230926285", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 21:05:09 +0000 (0:00:00.227) 0:01:43.779 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004540", "end": "2024-02-04 21:05:09.642210", "rc": 0, "start": "2024-02-04 21:05:09.637670" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 21:05:09 +0000 (0:00:00.228) 0:01:44.007 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004252", "end": "2024-02-04 21:05:09.870988", "rc": 0, "start": "2024-02-04 21:05:09.866736" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 21:05:09 +0000 (0:00:00.228) 0:01:44.236 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 21:05:09 +0000 (0:00:00.022) 0:01:44.259 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 21:05:09 +0000 (0:00:00.023) 0:01:44.282 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 21:05:09 +0000 (0:00:00.021) 0:01:44.304 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 21:05:09 +0000 (0:00:00.022) 0:01:44.327 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 21:05:10 +0000 (0:00:00.041) 0:01:44.368 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 21:05:10 +0000 (0:00:00.022) 0:01:44.391 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 21:05:10 +0000 (0:00:00.023) 0:01:44.414 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 21:05:10 +0000 (0:00:00.056) 0:01:44.471 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 21:05:10 +0000 (0:00:00.048) 0:01:44.520 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 21:05:10 +0000 (0:00:00.049) 0:01:44.570 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 21:05:10 +0000 (0:00:00.039) 0:01:44.609 ******* ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 21:05:10 +0000 (0:00:00.226) 0:01:44.835 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 21:05:10 +0000 (0:00:00.026) 0:01:44.862 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 21:05:10 +0000 (0:00:00.024) 0:01:44.886 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Sunday 04 February 2024 21:05:10 +0000 (0:00:00.022) 0:01:44.908 ******* TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:42 Sunday 04 February 2024 21:05:10 +0000 (0:00:00.021) 0:01:44.930 ******* 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 [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:51 Sunday 04 February 2024 21:05:10 +0000 (0:00:00.238) 0:01:45.168 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:61 Sunday 04 February 2024 21:05:10 +0000 (0:00:00.022) 0:01:45.190 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 Sunday 04 February 2024 21:05:10 +0000 (0:00:00.022) 0:01:45.212 ******* 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-1707080710.9232693-10391-109534219530949/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:85 Sunday 04 February 2024 21:05:11 +0000 (0:00:00.610) 0:01:45.823 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:114 Sunday 04 February 2024 21:05:11 +0000 (0:00:00.404) 0:01:46.228 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:130 Sunday 04 February 2024 21:05:11 +0000 (0:00:00.027) 0:01:46.255 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 21:05:11 +0000 (0:00:00.027) 0:01:46.282 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 21:05:11 +0000 (0:00:00.028) 0:01:46.311 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 21:05:12 +0000 (0:00:00.028) 0:01:46.340 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 21:05:12 +0000 (0:00:00.021) 0:01:46.361 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 21:05:12 +0000 (0:00:00.032) 0:01:46.393 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 21:05:12 +0000 (0:00:00.041) 0:01:46.435 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 21:05:12 +0000 (0:00:00.026) 0:01:46.462 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 21:05:12 +0000 (0:00:00.027) 0:01:46.489 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 21:05:12 +0000 (0:00:00.029) 0:01:46.519 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 21:05:12 +0000 (0:00:00.230) 0:01:46.749 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 21:05:12 +0000 (0:00:00.029) 0:01:46.778 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707080679.1450844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707080641.9802587, "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": "4230926285", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 21:05:12 +0000 (0:00:00.226) 0:01:47.005 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004566", "end": "2024-02-04 21:05:12.864673", "rc": 0, "start": "2024-02-04 21:05:12.860107" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 21:05:12 +0000 (0:00:00.250) 0:01:47.256 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004671", "end": "2024-02-04 21:05:13.120309", "rc": 0, "start": "2024-02-04 21:05:13.115638" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 21:05:13 +0000 (0:00:00.231) 0:01:47.487 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 21:05:13 +0000 (0:00:00.022) 0:01:47.510 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 21:05:13 +0000 (0:00:00.022) 0:01:47.532 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 21:05:13 +0000 (0:00:00.023) 0:01:47.556 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 21:05:13 +0000 (0:00:00.022) 0:01:47.578 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 21:05:13 +0000 (0:00:00.041) 0:01:47.620 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 21:05:13 +0000 (0:00:00.023) 0:01:47.643 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 21:05:13 +0000 (0:00:00.023) 0:01:47.667 ******* 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 [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 21:05:13 +0000 (0:00:00.056) 0:01:47.723 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 21:05:13 +0000 (0:00:00.021) 0:01:47.744 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 21:05:13 +0000 (0:00:00.047) 0:01:47.792 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 21:05:13 +0000 (0:00:00.038) 0:01:47.830 ******* ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 21:05:13 +0000 (0:00:00.222) 0:01:48.052 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 21:05:13 +0000 (0:00:00.026) 0:01:48.079 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 21:05:13 +0000 (0:00:00.047) 0:01:48.126 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Sunday 04 February 2024 21:05:13 +0000 (0:00:00.021) 0:01:48.148 ******* TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:42 Sunday 04 February 2024 21:05:13 +0000 (0:00:00.022) 0:01:48.170 ******* 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 [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:51 Sunday 04 February 2024 21:05:14 +0000 (0:00:00.233) 0:01:48.404 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:61 Sunday 04 February 2024 21:05:14 +0000 (0:00:00.023) 0:01:48.427 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 Sunday 04 February 2024 21:05:14 +0000 (0:00:00.021) 0:01:48.448 ******* 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-1707080714.156945-10478-197966772958064/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:85 Sunday 04 February 2024 21:05:14 +0000 (0:00:00.602) 0:01:49.051 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:114 Sunday 04 February 2024 21:05:15 +0000 (0:00:00.400) 0:01:49.451 ******* changed: [sut] => { "changed": true, "name": "quadlet-basic-mysql-volume.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "run-user-1111.mount basic.target -.slice -.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": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql-volume.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "-.slice basic.target", "RequiresMountsFor": "/run/user/1111/containers /home/user_quadlet_basic", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "-.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql-volume", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "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 [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:130 Sunday 04 February 2024 21:05:15 +0000 (0:00:00.456) 0:01:49.908 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 21:05:15 +0000 (0:00:00.024) 0:01:49.932 ******* 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 21:05:15 +0000 (0:00:00.027) 0:01:49.959 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 21:05:15 +0000 (0:00:00.051) 0:01:50.011 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 21:05:15 +0000 (0:00:00.022) 0:01:50.033 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": true }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 21:05:15 +0000 (0:00:00.032) 0:01:50.066 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 21:05:15 +0000 (0:00:00.040) 0:01:50.107 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 21:05:15 +0000 (0:00:00.028) 0:01:50.135 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 21:05:15 +0000 (0:00:00.026) 0:01:50.161 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 21:05:15 +0000 (0:00:00.031) 0:01:50.193 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "user_quadlet_basic": [ "x", "1111", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 21:05:16 +0000 (0:00:00.228) 0:01:50.421 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "user_quadlet_basic" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 21:05:16 +0000 (0:00:00.028) 0:01:50.450 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707080679.1450844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707080641.9802587, "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": "4230926285", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 21:05:16 +0000 (0:00:00.226) 0:01:50.676 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004525", "end": "2024-02-04 21:05:16.539576", "rc": 0, "start": "2024-02-04 21:05:16.535051" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 21:05:16 +0000 (0:00:00.228) 0:01:50.905 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004458", "end": "2024-02-04 21:05:16.768289", "rc": 0, "start": "2024-02-04 21:05:16.763831" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 21:05:16 +0000 (0:00:00.229) 0:01:51.134 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 21:05:16 +0000 (0:00:00.022) 0:01:51.156 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 21:05:16 +0000 (0:00:00.023) 0:01:51.180 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 21:05:16 +0000 (0:00:00.022) 0:01:51.202 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 21:05:16 +0000 (0:00:00.049) 0:01:51.252 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 21:05:16 +0000 (0:00:00.041) 0:01:51.294 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/home/user_quadlet_basic/.config/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 21:05:16 +0000 (0:00:00.023) 0:01:51.318 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 21:05:17 +0000 (0:00:00.023) 0:01:51.341 ******* 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 [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 21:05:17 +0000 (0:00:00.054) 0:01:51.396 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 21:05:17 +0000 (0:00:00.023) 0:01:51.419 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 21:05:17 +0000 (0:00:00.048) 0:01:51.468 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 21:05:17 +0000 (0:00:00.039) 0:01:51.508 ******* ok: [sut] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/user_quadlet_basic exists TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 21:05:17 +0000 (0:00:00.223) 0:01:51.732 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 21:05:17 +0000 (0:00:00.026) 0:01:51.758 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 21:05:17 +0000 (0:00:00.023) 0:01:51.782 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Sunday 04 February 2024 21:05:17 +0000 (0:00:00.020) 0:01:51.802 ******* 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 [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:42 Sunday 04 February 2024 21:05:25 +0000 (0:00:08.090) 0:01:59.893 ******* 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 [linux-system-roles.podman : Ensure quadlet file is copied] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:51 Sunday 04 February 2024 21:05:25 +0000 (0:00:00.237) 0:02:00.131 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file content is present] ****** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:61 Sunday 04 February 2024 21:05:25 +0000 (0:00:00.022) 0:02:00.153 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure quadlet file is present] ************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 Sunday 04 February 2024 21:05:25 +0000 (0:00:00.021) 0:02:00.175 ******* 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-1707080725.8834262-10567-23497399800415/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:85 Sunday 04 February 2024 21:05:26 +0000 (0:00:00.609) 0:02:00.785 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:114 Sunday 04 February 2024 21:05:26 +0000 (0:00:00.404) 0:02:01.189 ******* 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-handlingv6f1dxfs/tests/tests_quadlet_basic.yml:188 Sunday 04 February 2024 21:05:27 +0000 (0:00:00.550) 0:02:01.740 ******* ok: [sut] => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.030247", "end": "2024-02-04 21:05:27.624696", "rc": 0, "start": "2024-02-04 21:05:27.594449" } STDOUT: -- Logs begin at Sun 2024-02-04 19:58:01 UTC, end at Sun 2024-02-04 21:05:27 UTC. -- Feb 04 19:58:10 localhost.localdomain kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 04 19:58:10 localhost.localdomain kernel: audit: type=1403 audit(1707076687.851:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 Feb 04 19:58:10 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 993.493ms. Feb 04 19:58:10 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 18.139ms. Feb 04 19:58:10 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 19:58:10 localhost.localdomain systemd[1]: Detected virtualization xen. Feb 04 19:58:10 localhost.localdomain systemd[1]: Detected architecture x86-64. Feb 04 19:58:10 localhost.localdomain systemd[1]: Set hostname to . Feb 04 19:58:10 localhost.localdomain systemd[1]: Initializing machine ID from random generator. Feb 04 19:58:10 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file. Feb 04 19:58:10 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 19:58:10 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 19:58:10 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 19:58:10 localhost.localdomain systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 19:58:10 localhost.localdomain systemd-journald[505]: 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 19:58:10 localhost.localdomain systemd-journald[505]: Runtime journal (/run/log/journal/014f5f47c54343fd9f465e587691c8f3) 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/014f5f47c54343fd9f465e587691c8f3) 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 localhost.localdomain systemd-journald[505]: Runtime journal (/run/log/journal/014f5f47c54343fd9f465e587691c8f3) 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/014f5f47c54343fd9f465e587691c8f3) 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 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 19:58:10 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 336 (plymouthd). Feb 04 19:58:10 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 19:58:10 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 19:58:10 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 19:58:11 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 19:58:11 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 19:58:11 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 19:58:11 localhost.localdomain systemd-udevd[540]: Network interface NamePolicy= disabled on kernel command line, ignoring. Feb 04 19:58:11 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 19:58:11 localhost.localdomain auditd[562]: No plugins found, not dispatching events Feb 04 19:58:11 localhost.localdomain auditd[562]: Init complete, auditd 3.1.2 listening for events (startup state enable) Feb 04 19:58:11 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 19:58:11 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 19:58:11 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module. Feb 04 19:58:11 localhost.localdomain kernel: RPC: Registered udp transport module. Feb 04 19:58:11 localhost.localdomain kernel: RPC: Registered tcp transport module. Feb 04 19:58:11 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Feb 04 19:58:11 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 19:58:11 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 19:58:11 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Feb 04 19:58:11 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Feb 04 19:58:11 localhost.localdomain augenrules[565]: /sbin/augenrules: No change Feb 04 19:58:11 localhost.localdomain systemd-udevd[584]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Feb 04 19:58:11 localhost.localdomain augenrules[594]: No rules Feb 04 19:58:11 localhost.localdomain augenrules[594]: enabled 1 Feb 04 19:58:11 localhost.localdomain augenrules[594]: failure 1 Feb 04 19:58:11 localhost.localdomain augenrules[594]: pid 562 Feb 04 19:58:11 localhost.localdomain augenrules[594]: rate_limit 0 Feb 04 19:58:11 localhost.localdomain augenrules[594]: backlog_limit 8192 Feb 04 19:58:11 localhost.localdomain augenrules[594]: lost 0 Feb 04 19:58:11 localhost.localdomain augenrules[594]: backlog 4 Feb 04 19:58:11 localhost.localdomain augenrules[594]: backlog_wait_time 60000 Feb 04 19:58:11 localhost.localdomain augenrules[594]: backlog_wait_time_actual 0 Feb 04 19:58:11 localhost.localdomain augenrules[594]: enabled 1 Feb 04 19:58:11 localhost.localdomain augenrules[594]: failure 1 Feb 04 19:58:11 localhost.localdomain augenrules[594]: pid 562 Feb 04 19:58:11 localhost.localdomain augenrules[594]: rate_limit 0 Feb 04 19:58:11 localhost.localdomain augenrules[594]: backlog_limit 8192 Feb 04 19:58:11 localhost.localdomain augenrules[594]: lost 0 Feb 04 19:58:11 localhost.localdomain augenrules[594]: backlog 4 Feb 04 19:58:11 localhost.localdomain augenrules[594]: backlog_wait_time 60000 Feb 04 19:58:11 localhost.localdomain augenrules[594]: backlog_wait_time_actual 0 Feb 04 19:58:11 localhost.localdomain augenrules[594]: enabled 1 Feb 04 19:58:11 localhost.localdomain augenrules[594]: failure 1 Feb 04 19:58:11 localhost.localdomain augenrules[594]: pid 562 Feb 04 19:58:11 localhost.localdomain augenrules[594]: rate_limit 0 Feb 04 19:58:11 localhost.localdomain augenrules[594]: backlog_limit 8192 Feb 04 19:58:11 localhost.localdomain augenrules[594]: lost 0 Feb 04 19:58:11 localhost.localdomain augenrules[594]: backlog 4 Feb 04 19:58:11 localhost.localdomain augenrules[594]: backlog_wait_time 60000 Feb 04 19:58:11 localhost.localdomain augenrules[594]: backlog_wait_time_actual 0 Feb 04 19:58:11 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 19:58:11 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 19:58:11 localhost.localdomain kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer Feb 04 19:58:11 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 19:58:11 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 19:58:11 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 19:58:11 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 19:58:11 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 19:58:11 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 19:58:11 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 19:58:11 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 19:58:11 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 19:58:11 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 19:58:11 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 19:58:11 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 19:58:11 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 19:58:11 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 19:58:11 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 19:58:11 localhost.localdomain kernel: EDAC sbridge: Seeking for: PCI ID 8086:2fa0 Feb 04 19:58:11 localhost.localdomain kernel: EDAC sbridge: Ver: 1.1.2 Feb 04 19:58:11 localhost.localdomain systemd-logind[622]: 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 19:58:11 localhost.localdomain systemd-logind[622]: Watching system buttons on /dev/input/event0 (Power Button) Feb 04 19:58:11 localhost.localdomain systemd-logind[622]: Watching system buttons on /dev/input/event1 (Sleep Button) Feb 04 19:58:11 localhost.localdomain systemd-logind[622]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Feb 04 19:58:11 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 19:58:11 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 19:58:11 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 19:58:11 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 19:58:11 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 19:58:11 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 19:58:12 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 19:58:12 localhost.localdomain rngd[618]: Disabling 7: PKCS11 Entropy generator (pkcs11) Feb 04 19:58:12 localhost.localdomain rngd[618]: Disabling 5: NIST Network Entropy Beacon (nist) Feb 04 19:58:12 localhost.localdomain rngd[618]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Feb 04 19:58:12 localhost.localdomain rngd[618]: Initializing available sources Feb 04 19:58:12 localhost.localdomain rngd[618]: [hwrng ]: Initialization Failed Feb 04 19:58:12 localhost.localdomain rngd[618]: [rdrand]: Enabling RDRAND rng support Feb 04 19:58:12 localhost.localdomain rngd[618]: [rdrand]: Initialized Feb 04 19:58:12 localhost.localdomain rngd[618]: [jitter]: JITTER timeout set to 5 sec Feb 04 19:58:12 localhost.localdomain rngd[618]: [jitter]: Initializing AES buffer Feb 04 19:58:12 localhost.localdomain systemd-udevd[578]: Using default interface naming scheme 'rhel-8.0'. Feb 04 19:58:12 localhost.localdomain chronyd[636]: chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Feb 04 19:58:12 localhost.localdomain chronyd[636]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Feb 04 19:58:12 localhost.localdomain chronyd[636]: Using right/UTC timezone to obtain leap second data Feb 04 19:58:12 localhost.localdomain systemd-udevd[578]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Feb 04 19:58:12 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 19:58:12 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 19:58:12 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 19:58:17 localhost.localdomain rngd[618]: [jitter]: Unable to obtain AES key, disabling JITTER source Feb 04 19:58:17 localhost.localdomain rngd[618]: [jitter]: Initialization Failed Feb 04 19:58:17 localhost.localdomain rngd[618]: Process privileges have been dropped to 2:2 Feb 04 19:58:17 localhost.localdomain dhclient[648]: Internet Systems Consortium DHCP Client 4.3.6 Feb 04 19:58:17 localhost.localdomain dhclient[648]: Copyright 2004-2017 Internet Systems Consortium. Feb 04 19:58:17 localhost.localdomain dhclient[648]: All rights reserved. Feb 04 19:58:17 localhost.localdomain dhclient[648]: For info, please visit https://www.isc.org/software/dhcp/ Feb 04 19:58:17 localhost.localdomain dhclient[648]: Feb 04 19:58:17 localhost.localdomain dhclient[648]: Listening on LPF/eth0/02:57:d9:43:cc:89 Feb 04 19:58:17 localhost.localdomain dhclient[648]: Sending on LPF/eth0/02:57:d9:43:cc:89 Feb 04 19:58:17 localhost.localdomain dhclient[648]: Sending on Socket/fallback Feb 04 19:58:17 localhost.localdomain dhclient[648]: Created duid "\000\004\001O_G\305CC\375\237F^Xv\221\310\363". Feb 04 19:58:17 localhost.localdomain dhclient[648]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 (xid=0x2296173f) Feb 04 19:58:17 localhost.localdomain dhclient[648]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x2296173f) Feb 04 19:58:17 localhost.localdomain dhclient[648]: DHCPOFFER from 10.31.44.1 Feb 04 19:58:17 localhost.localdomain dhclient[648]: DHCPACK from 10.31.44.1 (xid=0x2296173f) Feb 04 19:58:17 localhost.localdomain dhclient[648]: bound to 10.31.44.4 -- renewal in 1594 seconds. Feb 04 19:58:17 localhost.localdomain dbus-daemon[621]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=663 comm="hostnamectl set-hostname ip-10-31-44-4.us-east-1.a" label="system_u:system_r:cloud_init_t:s0") Feb 04 19:58:17 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 19:58:18 localhost.localdomain dbus-daemon[621]: [system] Successfully activated service 'org.freedesktop.hostname1' Feb 04 19:58:18 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 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com systemd-hostnamed[664]: Changed static host name to 'ip-10-31-44-4.us-east-1.aws.redhat.com' Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com systemd-hostnamed[664]: Changed host name to 'ip-10-31-44-4.us-east-1.aws.redhat.com' Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[646]: Cloud-init v. 23.4-2.el8 running 'init-local' at Sun, 04 Feb 2024 19:58:16 +0000. Up 16.13 seconds. Feb 04 19:58:18 ip-10-31-44-4.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 19:58:18 ip-10-31-44-4.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 19:58:18 ip-10-31-44-4.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 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.5842] NetworkManager (version 1.40.16-14.el8) is starting... (boot:625ce368-ae1b-41de-ac6e-b5f4084c9863) Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.5854] Read config: /etc/NetworkManager/NetworkManager.conf (run: 15-carrier-timeout.conf) Feb 04 19:58:18 ip-10-31-44-4.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 19:58:18 ip-10-31-44-4.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 19:58:18 ip-10-31-44-4.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 19:58:18 ip-10-31-44-4.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 19:58:18 ip-10-31-44-4.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 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.5957] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.6683] manager[0x55ea0214d080]: monitoring kernel firmware directory '/lib/firmware'. Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.6712] hostname: hostname: using hostnamed Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.6712] hostname: static hostname changed from (none) to "ip-10-31-44-4.us-east-1.aws.redhat.com" Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.6716] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.6813] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.40.16-14.el8/libnm-device-plugin-team.so) Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.6815] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.6818] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.6821] manager: Networking is enabled by state file Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com dbus-daemon[621]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=669 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Feb 04 19:58:18 ip-10-31-44-4.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 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.6931] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.40.16-14.el8/libnm-settings-plugin-ifcfg-rh.so") Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.6932] settings: Loaded settings plugin: keyfile (internal) Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.6998] dhcp: init: Using DHCP client 'internal' Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.6999] device (lo): carrier: link connected Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.7002] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Feb 04 19:58:18 ip-10-31-44-4.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 19:58:18 ip-10-31-44-4.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 19:58:18 ip-10-31-44-4.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 19:58:18 ip-10-31-44-4.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 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.7025] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.7029] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.7088] device (eth0): carrier: link connected Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.7092] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed') Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.7100] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.7108] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.7111] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.7115] manager: NetworkManager state is now CONNECTING Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.7117] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.7126] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.7136] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.7154] dhcp4 (eth0): state changed new lease, address=10.31.44.4 Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.7158] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com dbus-daemon[621]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.5' (uid=0 pid=669 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com dbus-daemon[621]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found. Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.7213] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com dbus-daemon[621]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Feb 04 19:58:18 ip-10-31-44-4.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 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.8610] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.8612] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.8616] manager: NetworkManager state is now CONNECTED_SITE Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.8619] device (eth0): Activation: successful, device activated. Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.8625] manager: NetworkManager state is now CONNECTED_GLOBAL Feb 04 19:58:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707076698.8628] manager: startup complete Feb 04 19:58:18 ip-10-31-44-4.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 19:58:18 ip-10-31-44-4.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 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com dbus-daemon[621]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.9' (uid=0 pid=673 comm="/usr/libexec/platform-python -Es /usr/sbin/tuned -" label="system_u:system_r:tuned_t:s0") Feb 04 19:58:19 ip-10-31-44-4.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 19:58:19 ip-10-31-44-4.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 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: Cloud-init v. 23.4-2.el8 running 'init' at Sun, 04 Feb 2024 19:58:19 +0000. Up 18.63 seconds. Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: | eth0 | True | 10.31.44.4 | 255.255.252.0 | global | 02:57:d9:43:cc:89 | Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: | eth0 | True | fe80::57:d9ff:fe43:cc89/64 | . | link | 02:57:d9:43:cc:89 | Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: | lo | True | ::1/128 | . | host | . | Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG | Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: | Route | Destination | Gateway | Interface | Flags | Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: | 3 | multicast | :: | eth0 | U | Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: 2024-02-04 19:58:19,632 - __init__.py[WARNING]: Unhandled non-multipart (text/x-not-multipart) userdata: 'b'~/.citool.d/post-install'...' Feb 04 19:58:19 ip-10-31-44-4.us-east-1.aws.redhat.com polkitd[932]: Started polkitd version 0.115 Feb 04 19:58:20 ip-10-31-44-4.us-east-1.aws.redhat.com polkitd[932]: Loading rules from directory /etc/polkit-1/rules.d Feb 04 19:58:20 ip-10-31-44-4.us-east-1.aws.redhat.com polkitd[932]: Loading rules from directory /usr/share/polkit-1/rules.d Feb 04 19:58:20 ip-10-31-44-4.us-east-1.aws.redhat.com polkitd[932]: Finished loading, compiling and executing 2 rules Feb 04 19:58:20 ip-10-31-44-4.us-east-1.aws.redhat.com dbus-daemon[621]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' Feb 04 19:58:20 ip-10-31-44-4.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 19:58:20 ip-10-31-44-4.us-east-1.aws.redhat.com polkitd[932]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Feb 04 19:58:25 ip-10-31-44-4.us-east-1.aws.redhat.com chronyd[636]: Selected source 216.31.16.12 (2.centos.pool.ntp.org) Feb 04 19:58:25 ip-10-31-44-4.us-east-1.aws.redhat.com chronyd[636]: System clock TAI offset set to 37 seconds Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: Generating public/private rsa key pair. Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: The key fingerprint is: Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: SHA256:DZ04vU1GNUqhXwtdBX5a0hyLe536bLAKmpDTUZcz2cQ root@ip-10-31-44-4.us-east-1.aws.redhat.com Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: The key's randomart image is: Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: +---[RSA 3072]----+ Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | =++o+| Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | + ==E.=o| Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | +.=*=o=.=| Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | .+.*oo.*o| Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | .S o o.oo.| Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | o . .o | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | + . . .o | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | o o . .o. | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | o .. .o | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: +----[SHA256]-----+ Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: Generating public/private dsa key pair. Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: The key fingerprint is: Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: SHA256:MlNFsItZq7DNTizdOkqP8LoRgEcCMHLxA7r9Hyrjhpc root@ip-10-31-44-4.us-east-1.aws.redhat.com Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: The key's randomart image is: Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: +---[DSA 1024]----+ Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: |O =. .oo | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: |o* o o | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: |+ . o + | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | = . = o | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: |. o . * S | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | o B * | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | .o.= O . | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: |. E= O.o | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | ++==.=. | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: +----[SHA256]-----+ Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: Generating public/private ecdsa key pair. Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: The key fingerprint is: Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: SHA256:nrmEYcQEVHs7Q1BxdKwQZCnaM6FoFsPpFJVPR4gSWXQ root@ip-10-31-44-4.us-east-1.aws.redhat.com Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: The key's randomart image is: Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: +---[ECDSA 256]---+ Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | .oX*=E=B=o.. | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | O o+=++. .. | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | o = *++o. . | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | = o.=o .. | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | o ooS | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | . + = | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | . = | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | . . | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | . | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: +----[SHA256]-----+ Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: Generating public/private ed25519 key pair. Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: The key fingerprint is: Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: SHA256:SVgagwocTh7Fj+JOm6uuzuGbEmVekrWSQHrBW+1C9Tk root@ip-10-31-44-4.us-east-1.aws.redhat.com Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: The key's randomart image is: Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: +--[ED25519 256]--+ Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: |o*=. ++ . | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: |B.oo= .B . | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: |.=.Oooo E | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: | oX.+... o | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: |.+.+ . S | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: |.o. | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: |ooo | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: |++o | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: |OOo | Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[934]: +----[SHA256]-----+ Feb 04 19:58:28 ip-10-31-44-4.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 19:58:28 ip-10-31-44-4.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 19:58:28 ip-10-31-44-4.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 19:58:28 ip-10-31-44-4.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 19:58:28 ip-10-31-44-4.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 19:58:28 ip-10-31-44-4.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 19:58:28 ip-10-31-44-4.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 19:58:28 ip-10-31-44-4.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 19:58:28 ip-10-31-44-4.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 19:58:28 ip-10-31-44-4.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 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[1024]: Server listening on 0.0.0.0 port 22. Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[1024]: Server listening on :: port 22. Feb 04 19:58:28 ip-10-31-44-4.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 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com sm-notify[1026]: Version 2.3.3 starting Feb 04 19:58:28 ip-10-31-44-4.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 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com rsyslogd[1025]: [origin software="rsyslogd" swVersion="8.2102.0-15.el8" x-pid="1025" x-info="https://www.rsyslog.com"] start Feb 04 19:58:28 ip-10-31-44-4.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 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com restraintd[1031]: Listening on http://localhost:8081 Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com rsyslogd[1025]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ] Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com kdumpctl[1035]: kdump: Detected change(s) in the following file(s): /etc/fstab Feb 04 19:58:28 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[1269]: Cloud-init v. 23.4-2.el8 running 'modules:config' at Sun, 04 Feb 2024 19:58:28 +0000. Up 28.05 seconds. Feb 04 19:58:29 ip-10-31-44-4.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 19:58:29 ip-10-31-44-4.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 19:58:29 ip-10-31-44-4.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 19:58:29 ip-10-31-44-4.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 19:58:29 ip-10-31-44-4.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 19:58:29 ip-10-31-44-4.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 19:58:29 ip-10-31-44-4.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 19:58:29 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 336 (plymouthd). Feb 04 19:58:29 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 336 (n/a). Feb 04 19:58:29 ip-10-31-44-4.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 19:58:29 ip-10-31-44-4.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 19:58:29 ip-10-31-44-4.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 19:58:29 ip-10-31-44-4.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 19:58:29 ip-10-31-44-4.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 19:58:29 ip-10-31-44-4.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 19:58:29 ip-10-31-44-4.us-east-1.aws.redhat.com crond[1279]: (CRON) STARTUP (1.5.2) Feb 04 19:58:29 ip-10-31-44-4.us-east-1.aws.redhat.com crond[1279]: (CRON) INFO (Syslog will be used instead of sendmail.) Feb 04 19:58:29 ip-10-31-44-4.us-east-1.aws.redhat.com crond[1279]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 42% if used.) Feb 04 19:58:29 ip-10-31-44-4.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 19:58:29 ip-10-31-44-4.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 19:58:29 ip-10-31-44-4.us-east-1.aws.redhat.com crond[1279]: (CRON) INFO (running with inotify support) Feb 04 19:58:29 ip-10-31-44-4.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 19:58:29 ip-10-31-44-4.us-east-1.aws.redhat.com kdumpctl[1035]: kdump: Rebuilding /boot/initramfs-4.18.0-536.el8.x86_64kdump.img Feb 04 19:58:29 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[1467]: ############################################################# Feb 04 19:58:30 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[1468]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Feb 04 19:58:30 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[1470]: 1024 SHA256:MlNFsItZq7DNTizdOkqP8LoRgEcCMHLxA7r9Hyrjhpc root@ip-10-31-44-4.us-east-1.aws.redhat.com (DSA) Feb 04 19:58:30 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[1472]: 256 SHA256:nrmEYcQEVHs7Q1BxdKwQZCnaM6FoFsPpFJVPR4gSWXQ root@ip-10-31-44-4.us-east-1.aws.redhat.com (ECDSA) Feb 04 19:58:30 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[1474]: 256 SHA256:SVgagwocTh7Fj+JOm6uuzuGbEmVekrWSQHrBW+1C9Tk root@ip-10-31-44-4.us-east-1.aws.redhat.com (ED25519) Feb 04 19:58:30 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[1476]: 3072 SHA256:DZ04vU1GNUqhXwtdBX5a0hyLe536bLAKmpDTUZcz2cQ root@ip-10-31-44-4.us-east-1.aws.redhat.com (RSA) Feb 04 19:58:30 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[1477]: -----END SSH HOST KEY FINGERPRINTS----- Feb 04 19:58:30 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[1478]: ############################################################# Feb 04 19:58:30 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[1411]: Cloud-init v. 23.4-2.el8 running 'modules:final' at Sun, 04 Feb 2024 19:58:29 +0000. Up 28.96 seconds. Feb 04 19:58:30 ip-10-31-44-4.us-east-1.aws.redhat.com cloud-init[1411]: Cloud-init v. 23.4-2.el8 finished at Sun, 04 Feb 2024 19:58:30 +0000. Datasource DataSourceEc2Local. Up 29.21 seconds Feb 04 19:58:30 ip-10-31-44-4.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 19:58:30 ip-10-31-44-4.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 19:58:30 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1585]: dracut-049-233.git20240115.el8 Feb 04 19:58:30 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: 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 19:58:31 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 04 19:58:31 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Feb 04 19:58:31 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Feb 04 19:58:31 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Feb 04 19:58:31 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Feb 04 19:58:31 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 04 19:58:31 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 04 19:58:31 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 04 19:58:31 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 04 19:58:31 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 04 19:58:31 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 04 19:58:31 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 04 19:58:31 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 04 19:58:31 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 04 19:58:31 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Feb 04 19:58:31 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted! Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: memstrack is available Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: bash *** Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: systemd *** Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: systemd-initrd *** Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: watchdog-modules *** Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: nss-softokn *** Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: rngd *** Feb 04 19:58:32 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: i18n *** Feb 04 19:58:33 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: drm *** Feb 04 19:58:33 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: prefixdevname *** Feb 04 19:58:33 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: kernel-modules *** Feb 04 19:58:33 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: kernel-modules-extra *** Feb 04 19:58:33 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: kernel-modules-extra: configuration source "/run/depmod.d/" does not exist Feb 04 19:58:33 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: kernel-modules-extra: configuration source "/lib/depmod.d/" does not exist Feb 04 19:58:33 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: kernel-modules-extra: parsing configuration file "/etc/depmod.d//dist.conf" Feb 04 19:58:33 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: kernel-modules-extra: /etc/depmod.d//dist.conf: added "updates extra built-in weak-updates" to the list of search directories Feb 04 19:58:33 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: fstab-sys *** Feb 04 19:58:33 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: rootfs-block *** Feb 04 19:58:33 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: terminfo *** Feb 04 19:58:33 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: udev-rules *** Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: Skipping udev rule: 91-permissions.rules Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: Skipping udev rule: 80-drivers-modprobe.rules Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: biosdevname *** Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: dracut-systemd *** Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: usrmount *** Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: base *** Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: fs-lib *** Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: kdumpbase *** Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: memstrack *** Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: microcode_ctl-fw_dir_override *** Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl module: mangling fw_dir Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: 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 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: configuration "intel-06-2d-07" is ignored Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: configuration "intel-06-4e-03" is ignored Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: configuration "intel-06-4f-01" is ignored Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: configuration "intel-06-55-04" is ignored Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: configuration "intel-06-5e-03" is ignored Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: configuration "intel-06-8c-01" is ignored Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored Feb 04 19:58:34 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Feb 04 19:58:35 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: shutdown *** Feb 04 19:58:35 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including module: squash *** Feb 04 19:58:35 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Including modules done *** Feb 04 19:58:35 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Installing kernel module dependencies *** Feb 04 19:58:35 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Installing kernel module dependencies done *** Feb 04 19:58:35 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Resolving executable dependencies *** Feb 04 19:58:37 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Resolving executable dependencies done*** Feb 04 19:58:37 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Hardlinking files *** Feb 04 19:58:37 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Hardlinking files done *** Feb 04 19:58:37 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Generating early-microcode cpio image *** Feb 04 19:58:37 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Constructing GenuineIntel.bin *** Feb 04 19:58:37 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Constructing GenuineIntel.bin *** Feb 04 19:58:37 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Store current command line parameters *** Feb 04 19:58:37 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: Stored kernel commandline: Feb 04 19:58:37 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: No dracut internal kernel commandline stored in the initramfs Feb 04 19:58:37 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Install squash loader *** Feb 04 19:58:37 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Stripping files *** Feb 04 19:58:38 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Stripping files done *** Feb 04 19:58:38 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Squashing the files inside the initramfs *** Feb 04 19:58:48 ip-10-31-44-4.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 19:58:49 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Squashing the files inside the initramfs done *** Feb 04 19:58:49 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Creating image file '/boot/initramfs-4.18.0-536.el8.x86_64kdump.img' *** Feb 04 19:58:49 ip-10-31-44-4.us-east-1.aws.redhat.com dracut[1587]: *** Creating initramfs image file '/boot/initramfs-4.18.0-536.el8.x86_64kdump.img' done *** Feb 04 19:58:50 ip-10-31-44-4.us-east-1.aws.redhat.com kdumpctl[1035]: kdump: kexec: loaded kdump kernel Feb 04 19:58:50 ip-10-31-44-4.us-east-1.aws.redhat.com kdumpctl[1035]: kdump: Starting kdump: [OK] Feb 04 19:58:50 ip-10-31-44-4.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 19:58:50 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[1]: Startup finished in 681ms (kernel) + 5.309s (initrd) + 43.371s (userspace) = 49.362s. -- 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 681814 microseconds. -- -- Initial RAM disk start-up required 5309932 microseconds. -- -- Userspace start-up required 43371090 microseconds. Feb 04 19:59:30 ip-10-31-44-4.us-east-1.aws.redhat.com chronyd[636]: Selected source 10.2.32.38 Feb 04 19:59:49 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5070]: Accepted publickey for root from 10.30.33.131 port 45686 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 19:59:49 ip-10-31-44-4.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 19:59:49 ip-10-31-44-4.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 19:59:49 ip-10-31-44-4.us-east-1.aws.redhat.com systemd-logind[622]: 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 5070. Feb 04 19:59:49 ip-10-31-44-4.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 19:59:49 ip-10-31-44-4.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 19:59:49 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[5075]: pam_unix(systemd-user:session): session opened for user root by (uid=0) Feb 04 19:59:49 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[5075]: 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 19:59:49 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[5075]: 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 19:59:49 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[5075]: 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 19:59:49 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[5075]: 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 19:59:49 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[5075]: 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 19:59:49 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[5075]: 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 19:59:49 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[5075]: 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 19:59:49 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[5075]: Startup finished in 174ms. -- 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 174645 microseconds. Feb 04 19:59:49 ip-10-31-44-4.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 19:59:49 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5070]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 04 19:59:49 ip-10-31-44-4.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 19:59:49 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5084]: Received disconnect from 10.30.33.131 port 45686:11: disconnected by user Feb 04 19:59:49 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5084]: Disconnected from user root 10.30.33.131 port 45686 Feb 04 19:59:49 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5070]: pam_unix(sshd:session): session closed for user root Feb 04 19:59:49 ip-10-31-44-4.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 19:59:49 ip-10-31-44-4.us-east-1.aws.redhat.com systemd-logind[622]: Session 1 logged out. Waiting for processes to exit. Feb 04 19:59:49 ip-10-31-44-4.us-east-1.aws.redhat.com systemd-logind[622]: 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 19:59:52 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5104]: error: kex_exchange_identification: Connection closed by remote host Feb 04 19:59:52 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5105]: Accepted publickey for root from 10.29.163.167 port 50442 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 19:59:52 ip-10-31-44-4.us-east-1.aws.redhat.com systemd-logind[622]: 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 5105. Feb 04 19:59:52 ip-10-31-44-4.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 19:59:52 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5105]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 04 19:59:52 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5108]: Received disconnect from 10.29.163.167 port 50442:11: disconnected by user Feb 04 19:59:52 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5108]: Disconnected from user root 10.29.163.167 port 50442 Feb 04 19:59:52 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5105]: pam_unix(sshd:session): session closed for user root Feb 04 19:59:52 ip-10-31-44-4.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 19:59:52 ip-10-31-44-4.us-east-1.aws.redhat.com systemd-logind[622]: Session 3 logged out. Waiting for processes to exit. Feb 04 19:59:52 ip-10-31-44-4.us-east-1.aws.redhat.com systemd-logind[622]: 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 19:59:53 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5128]: Accepted publickey for root from 10.29.163.167 port 50450 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 19:59:53 ip-10-31-44-4.us-east-1.aws.redhat.com systemd-logind[622]: 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 5128. Feb 04 19:59:53 ip-10-31-44-4.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 19:59:53 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5128]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 04 19:59:53 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5131]: Received disconnect from 10.29.163.167 port 50450:11: disconnected by user Feb 04 19:59:53 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5131]: Disconnected from user root 10.29.163.167 port 50450 Feb 04 19:59:53 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5128]: pam_unix(sshd:session): session closed for user root Feb 04 19:59:53 ip-10-31-44-4.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 19:59:53 ip-10-31-44-4.us-east-1.aws.redhat.com systemd-logind[622]: Session 4 logged out. Waiting for processes to exit. Feb 04 19:59:53 ip-10-31-44-4.us-east-1.aws.redhat.com systemd-logind[622]: 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 19:59:53 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5151]: Accepted publickey for root from 10.29.163.167 port 50458 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 19:59:53 ip-10-31-44-4.us-east-1.aws.redhat.com systemd-logind[622]: 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 5151. Feb 04 19:59:53 ip-10-31-44-4.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 19:59:53 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5151]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 04 19:59:53 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5154]: Received disconnect from 10.29.163.167 port 50458:11: disconnected by user Feb 04 19:59:53 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5154]: Disconnected from user root 10.29.163.167 port 50458 Feb 04 19:59:53 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5151]: pam_unix(sshd:session): session closed for user root Feb 04 19:59:53 ip-10-31-44-4.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 19:59:53 ip-10-31-44-4.us-east-1.aws.redhat.com systemd-logind[622]: Session 5 logged out. Waiting for processes to exit. Feb 04 19:59:53 ip-10-31-44-4.us-east-1.aws.redhat.com systemd-logind[622]: 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 19:59:54 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5174]: Accepted publickey for root from 10.29.163.167 port 50468 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 19:59:54 ip-10-31-44-4.us-east-1.aws.redhat.com systemd-logind[622]: 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 5174. Feb 04 19:59:54 ip-10-31-44-4.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 19:59:54 ip-10-31-44-4.us-east-1.aws.redhat.com sshd[5174]: pam_unix(sshd:session): session opened for user root by (uid=0) Feb 04 20:00:33 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5278]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 04 20:00:34 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5325]: ansible-service_facts Invoked Feb 04 20:00:36 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5431]: 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:00:37 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5452]: 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:00:38 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5474]: 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:00:38 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5498]: 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:00:41 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5519]: 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:00:43 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5540]: 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:00:44 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5562]: 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:00:45 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5589]: 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:00:46 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5616]: 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:00:47 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5638]: 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:00:48 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5660]: 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:00:48 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5680]: 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:00:48 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5700]: 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:00:48 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5720]: 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:00:48 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5740]: 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:00:49 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5762]: 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:00:49 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5782]: 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:00:49 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5804]: 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:00:50 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5824]: 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:00:50 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5867]: 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:00:50 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5889]: 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:00:51 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5909]: 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:00:51 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5952]: 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:00:52 ip-10-31-44-4.us-east-1.aws.redhat.com python3[5974]: 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:00:52 ip-10-31-44-4.us-east-1.aws.redhat.com python3[6017]: 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:00:53 ip-10-31-44-4.us-east-1.aws.redhat.com python3[6039]: 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:00:53 ip-10-31-44-4.us-east-1.aws.redhat.com python3[6082]: 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:00:54 ip-10-31-44-4.us-east-1.aws.redhat.com python3[6104]: 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:00:54 ip-10-31-44-4.us-east-1.aws.redhat.com python3[6147]: 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:00:55 ip-10-31-44-4.us-east-1.aws.redhat.com python3[6169]: 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:00:55 ip-10-31-44-4.us-east-1.aws.redhat.com python3[6191]: 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:01:01 ip-10-31-44-4.us-east-1.aws.redhat.com CROND[6201]: (root) CMD (run-parts /etc/cron.hourly) Feb 04 20:01:01 ip-10-31-44-4.us-east-1.aws.redhat.com run-parts[6204]: (/etc/cron.hourly) starting 0anacron Feb 04 20:01:01 ip-10-31-44-4.us-east-1.aws.redhat.com anacron[6210]: Anacron started on 2024-02-04 Feb 04 20:01:01 ip-10-31-44-4.us-east-1.aws.redhat.com anacron[6210]: Will run job `cron.daily' in 27 min. Feb 04 20:01:01 ip-10-31-44-4.us-east-1.aws.redhat.com anacron[6210]: Will run job `cron.weekly' in 47 min. Feb 04 20:01:01 ip-10-31-44-4.us-east-1.aws.redhat.com anacron[6210]: Will run job `cron.monthly' in 67 min. Feb 04 20:01:01 ip-10-31-44-4.us-east-1.aws.redhat.com anacron[6210]: Jobs will be executed sequentially Feb 04 20:01:01 ip-10-31-44-4.us-east-1.aws.redhat.com run-parts[6212]: (/etc/cron.hourly) finished 0anacron Feb 04 20:13:34 ip-10-31-44-4.us-east-1.aws.redhat.com 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:13:34 ip-10-31-44-4.us-east-1.aws.redhat.com 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:13:34 ip-10-31-44-4.us-east-1.aws.redhat.com 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:14:34 ip-10-31-44-4.us-east-1.aws.redhat.com 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:14:34 ip-10-31-44-4.us-east-1.aws.redhat.com dnf[6225]: Failed determining last makecache time. Feb 04 20:14:34 ip-10-31-44-4.us-east-1.aws.redhat.com dnf[6225]: Waiting for process with pid 6193 to finish. Feb 04 20:28:01 ip-10-31-44-4.us-east-1.aws.redhat.com anacron[6210]: Job `cron.daily' started Feb 04 20:28:01 ip-10-31-44-4.us-east-1.aws.redhat.com run-parts[6232]: (/etc/cron.daily) starting logrotate Feb 04 20:28:01 ip-10-31-44-4.us-east-1.aws.redhat.com run-parts[6237]: (/etc/cron.daily) finished logrotate Feb 04 20:28:01 ip-10-31-44-4.us-east-1.aws.redhat.com anacron[6210]: Job `cron.daily' terminated Feb 04 20:28:18 ip-10-31-44-4.us-east-1.aws.redhat.com NetworkManager[669]: [1707078498.7240] dhcp4 (eth0): state changed new lease, address=10.31.44.4 Feb 04 20:48:01 ip-10-31-44-4.us-east-1.aws.redhat.com anacron[6210]: Job `cron.weekly' started Feb 04 20:48:01 ip-10-31-44-4.us-east-1.aws.redhat.com anacron[6210]: Job `cron.weekly' terminated Feb 04 20:54:52 ip-10-31-44-4.us-east-1.aws.redhat.com dnf[6225]: CentOS Stream 8 - AppStream 21 kB/s | 4.4 kB 00:00 Feb 04 20:54:53 ip-10-31-44-4.us-east-1.aws.redhat.com dnf[6225]: CentOS Stream 8 - BaseOS 19 kB/s | 3.9 kB 00:00 Feb 04 20:54:53 ip-10-31-44-4.us-east-1.aws.redhat.com dnf[6225]: CentOS Stream 8 - Extras 13 kB/s | 2.9 kB 00:00 Feb 04 20:54:53 ip-10-31-44-4.us-east-1.aws.redhat.com dnf[6225]: CentOS Stream 8 - Extras common packages 43 kB/s | 3.0 kB 00:00 Feb 04 20:54:53 ip-10-31-44-4.us-east-1.aws.redhat.com dnf[6225]: Beaker Client - RedHatEnterpriseLinux8 6.5 kB/s | 1.5 kB 00:00 Feb 04 20:54:53 ip-10-31-44-4.us-east-1.aws.redhat.com dnf[6225]: Beaker harness 9.6 kB/s | 1.3 kB 00:00 Feb 04 20:54:54 ip-10-31-44-4.us-east-1.aws.redhat.com dnf[6225]: Copr repo for beakerlib-libraries owned by bgon 22 kB/s | 3.3 kB 00:00 Feb 04 20:54:54 ip-10-31-44-4.us-east-1.aws.redhat.com dnf[6225]: Copr repo for qa-tools owned by lpol 28 kB/s | 1.8 kB 00:00 Feb 04 20:54:58 ip-10-31-44-4.us-east-1.aws.redhat.com dnf[6225]: Metadata cache created. Feb 04 20:54:58 ip-10-31-44-4.us-east-1.aws.redhat.com 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:54:58 ip-10-31-44-4.us-east-1.aws.redhat.com 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:55:07 ip-10-31-44-4.us-east-1.aws.redhat.com python3[6427]: 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:55:16 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-r9249f94f05cc494db00b9cb17cac73a1.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-r9249f94f05cc494db00b9cb17cac73a1.service has finished starting up. -- -- The start-up result is done. Feb 04 20:55:16 ip-10-31-44-4.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:55:16 ip-10-31-44-4.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:55:17 ip-10-31-44-4.us-east-1.aws.redhat.com python3[6462]: 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:55:18 ip-10-31-44-4.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:55:18 ip-10-31-44-4.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:55:18 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[1]: run-r9249f94f05cc494db00b9cb17cac73a1.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-r9249f94f05cc494db00b9cb17cac73a1.service has successfully entered the 'dead' state. Feb 04 20:55:19 ip-10-31-44-4.us-east-1.aws.redhat.com python3[6535]: 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:55:22 ip-10-31-44-4.us-east-1.aws.redhat.com python3[6556]: 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:55:24 ip-10-31-44-4.us-east-1.aws.redhat.com python3[6577]: 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:55:28 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[1]: Reloading. Feb 04 20:55:29 ip-10-31-44-4.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:55:29 ip-10-31-44-4.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:55:29 ip-10-31-44-4.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:55:29 ip-10-31-44-4.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:55:29 ip-10-31-44-4.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:55:29 ip-10-31-44-4.us-east-1.aws.redhat.com chronyd[636]: chronyd exiting Feb 04 20:55:29 ip-10-31-44-4.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:55:29 ip-10-31-44-4.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:55:29 ip-10-31-44-4.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:55:29 ip-10-31-44-4.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:55:29 ip-10-31-44-4.us-east-1.aws.redhat.com chronyd[6626]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Feb 04 20:55:29 ip-10-31-44-4.us-east-1.aws.redhat.com chronyd[6626]: Loaded 0 symmetric keys Feb 04 20:55:29 ip-10-31-44-4.us-east-1.aws.redhat.com chronyd[6626]: Frequency 1.877 +/- 0.096 ppm read from /var/lib/chrony/drift Feb 04 20:55:29 ip-10-31-44-4.us-east-1.aws.redhat.com chronyd[6626]: Using right/UTC timezone to obtain leap second data Feb 04 20:55:29 ip-10-31-44-4.us-east-1.aws.redhat.com chronyd[6626]: Added source 10.2.32.37 Feb 04 20:55:29 ip-10-31-44-4.us-east-1.aws.redhat.com chronyd[6626]: Added source 10.2.32.38 Feb 04 20:55:29 ip-10-31-44-4.us-east-1.aws.redhat.com chronyd[6626]: Added source 10.11.160.238 Feb 04 20:55:29 ip-10-31-44-4.us-east-1.aws.redhat.com chronyd[6626]: Added source 10.18.100.10 Feb 04 20:55:29 ip-10-31-44-4.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:55:29 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-r1fbadaba69b940b5a1f3b7efe2a4dc98.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-r1fbadaba69b940b5a1f3b7efe2a4dc98.service has finished starting up. -- -- The start-up result is done. Feb 04 20:55:29 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[1]: Reloading. Feb 04 20:55:29 ip-10-31-44-4.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:55:29 ip-10-31-44-4.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:55:29 ip-10-31-44-4.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:55:29 ip-10-31-44-4.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:55:29 ip-10-31-44-4.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:55:29 ip-10-31-44-4.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:55:29 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-rc2d83da20f3c4d1a9f8d8daf4331afa4.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-rc2d83da20f3c4d1a9f8d8daf4331afa4.service has finished starting up. -- -- The start-up result is done. Feb 04 20:55:30 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7009]: 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:55:30 ip-10-31-44-4.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:55:30 ip-10-31-44-4.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:55:30 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[1]: run-rc2d83da20f3c4d1a9f8d8daf4331afa4.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-rc2d83da20f3c4d1a9f8d8daf4331afa4.service has successfully entered the 'dead' state. Feb 04 20:55:30 ip-10-31-44-4.us-east-1.aws.redhat.com systemd[1]: run-r1fbadaba69b940b5a1f3b7efe2a4dc98.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-r1fbadaba69b940b5a1f3b7efe2a4dc98.service has successfully entered the 'dead' state. Feb 04 20:55:30 ip-10-31-44-4.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:55:31 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7095]: 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:55:34 ip-10-31-44-4.us-east-1.aws.redhat.com chronyd[6626]: Selected source 147.182.158.78 (2.centos.pool.ntp.org) Feb 04 20:55:34 ip-10-31-44-4.us-east-1.aws.redhat.com chronyd[6626]: System clock TAI offset set to 37 seconds Feb 04 20:55:36 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7116]: 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:55:37 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7137]: 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:55:37 ip-10-31-44-4.us-east-1.aws.redhat.com dbus-daemon[621]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.36' (uid=0 pid=7141 comm="timedatectl set-timezone UTC " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") Feb 04 20:55:37 ip-10-31-44-4.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:55:37 ip-10-31-44-4.us-east-1.aws.redhat.com dbus-daemon[621]: [system] Successfully activated service 'org.freedesktop.timedate1' Feb 04 20:55:37 ip-10-31-44-4.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:55:37 ip-10-31-44-4.us-east-1.aws.redhat.com dbus-daemon[621]: [system] Reloaded configuration Feb 04 20:55:37 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7165]: 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:55:38 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7185]: 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-44-4.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:55:38 ip-10-31-44-4.us-east-1.aws.redhat.com usermod[7191]: change user 'root' password Feb 04 20:55:39 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7216]: 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:55:39 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7236]: 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:55:39 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7256]: 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:55:39 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7276]: 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:55:40 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7338]: 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:55:40 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7395]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707080139.8526032-8967-242220347628052/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:55:40 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7436]: 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:55:41 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7498]: 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:55:41 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7555]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707080140.8025076-8980-226277417512096/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:55:41 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7596]: 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:55:41 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7616]: 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:55:42 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7678]: 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:55:42 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7735]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707080141.8918304-9000-268920113215984/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:55:42 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7776]: 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:55:42 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7840]: 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:55:43 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7897]: 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-1707080142.7504802-9015-28000919167199/source _original_basename=tmp_93agpr2 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:55:43 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7938]: 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:55:44 ip-10-31-44-4.us-east-1.aws.redhat.com python3[7961]: ansible-hostname Invoked with name=8013270d-57f1-438c-a648-5025c70c7266.testing-farm use=None Feb 04 20:55:44 ip-10-31-44-4.us-east-1.aws.redhat.com dbus-daemon[621]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.38' (uid=0 pid=7967 comm="/usr/bin/hostnamectl --transient status " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") Feb 04 20:55:44 ip-10-31-44-4.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:55:44 ip-10-31-44-4.us-east-1.aws.redhat.com dbus-daemon[621]: [system] Successfully activated service 'org.freedesktop.hostname1' Feb 04 20:55:44 ip-10-31-44-4.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:55:44 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd-hostnamed[7968]: Changed static host name to '8013270d-57f1-438c-a648-5025c70c7266.testing-farm' Feb 04 20:55:44 8013270d-57f1-438c-a648-5025c70c7266.testing-farm NetworkManager[669]: [1707080144.2383] hostname: static hostname changed from "ip-10-31-44-4.us-east-1.aws.redhat.com" to "8013270d-57f1-438c-a648-5025c70c7266.testing-farm" Feb 04 20:55:44 8013270d-57f1-438c-a648-5025c70c7266.testing-farm dbus-daemon[621]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=669 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Feb 04 20:55:44 8013270d-57f1-438c-a648-5025c70c7266.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:55:44 8013270d-57f1-438c-a648-5025c70c7266.testing-farm NetworkManager[669]: [1707080144.2487] policy: set-hostname: set hostname to '8013270d-57f1-438c-a648-5025c70c7266.testing-farm' (from system configuration) Feb 04 20:55:44 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd-hostnamed[7968]: Changed host name to '8013270d-57f1-438c-a648-5025c70c7266.testing-farm' Feb 04 20:55:44 8013270d-57f1-438c-a648-5025c70c7266.testing-farm dbus-daemon[621]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Feb 04 20:55:44 8013270d-57f1-438c-a648-5025c70c7266.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:55:44 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8001]: 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:55:45 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8024]: 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:55:45 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8044]: 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:55:45 8013270d-57f1-438c-a648-5025c70c7266.testing-farm setsebool[8046]: The nis_enabled policy boolean was changed to on by root Feb 04 20:55:45 8013270d-57f1-438c-a648-5025c70c7266.testing-farm dbus-daemon[621]: [system] Reloaded configuration Feb 04 20:55:45 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8065]: 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:55:45 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8087]: 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:55:46 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8108]: 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:55:46 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8130]: 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:55:46 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8150]: 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:55:46 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8172]: 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:55:47 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8192]: 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:55:47 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8212]: 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:55:47 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8232]: 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:55:47 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8252]: 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:55:48 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8273]: 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:55:48 8013270d-57f1-438c-a648-5025c70c7266.testing-farm auditd[562]: The audit daemon is exiting. Feb 04 20:55:48 8013270d-57f1-438c-a648-5025c70c7266.testing-farm kernel: audit: type=1305 audit(1707080148.220:714): op=set audit_pid=0 old=562 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Feb 04 20:55:48 8013270d-57f1-438c-a648-5025c70c7266.testing-farm kernel: audit: type=1130 audit(1707080148.228:715): 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:55:48 8013270d-57f1-438c-a648-5025c70c7266.testing-farm kernel: audit: type=1131 audit(1707080148.228: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:55:48 8013270d-57f1-438c-a648-5025c70c7266.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:55:50 8013270d-57f1-438c-a648-5025c70c7266.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:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm auditd[8295]: No plugins found, not dispatching events Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm auditd[8295]: Init complete, auditd 3.1.2 listening for events (startup state enable) Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8298]: /sbin/augenrules: No change Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: No rules Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: enabled 1 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: failure 1 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: pid 8295 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: rate_limit 0 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: backlog_limit 8192 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: lost 0 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: backlog 4 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: backlog_wait_time 60000 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: backlog_wait_time_actual 0 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: enabled 1 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: failure 1 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: pid 8295 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: rate_limit 0 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: backlog_limit 8192 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: lost 0 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: backlog 0 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: backlog_wait_time 60000 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: backlog_wait_time_actual 0 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: enabled 1 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: failure 1 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: pid 8295 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: rate_limit 0 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: backlog_limit 8192 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: lost 0 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: backlog 4 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: backlog_wait_time 60000 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm augenrules[8308]: backlog_wait_time_actual 0 Feb 04 20:55:50 8013270d-57f1-438c-a648-5025c70c7266.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:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8333]: 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:55:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8397]: 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:55:51 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8454]: ansible-ansible.legacy.copy Invoked with dest=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf src=/root/.ansible/tmp/ansible-tmp-1707080150.5483253-9100-112719435633624/source _original_basename=tmpkq68xzyn 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:55:51 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8495]: 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:55:51 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8538]: 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:55:52 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8560]: 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:55:53 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8582]: 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:55:53 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8604]: 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:55:54 8013270d-57f1-438c-a648-5025c70c7266.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:56:07 8013270d-57f1-438c-a648-5025c70c7266.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:56:14 8013270d-57f1-438c-a648-5025c70c7266.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:56:41 8013270d-57f1-438c-a648-5025c70c7266.testing-farm chronyd[6626]: Selected source 10.2.32.38 Feb 04 20:58:09 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8821]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 04 20:58:10 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8868]: ansible-service_facts Invoked Feb 04 20:58:12 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8974]: 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:58:13 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[8995]: 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:58:15 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9021]: 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:58:15 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9043]: 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:58:18 8013270d-57f1-438c-a648-5025c70c7266.testing-farm NetworkManager[669]: [1707080298.7172] dhcp4 (eth0): state changed new lease, address=10.31.44.4 Feb 04 21:00:34 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9253]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 04 21:00:35 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9300]: ansible-service_facts Invoked Feb 04 21:00:36 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9406]: 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 21:00:40 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9450]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 04 21:00:41 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9497]: 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 21:00:43 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9518]: 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 21:00:46 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9539]: 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 21:00:46 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9561]: 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 21:00:47 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9588]: 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 21:00:49 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9615]: 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 21:00:49 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9637]: 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 21:00:50 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9659]: ansible-service_facts Invoked Feb 04 21:00:52 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9765]: 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 21:00:53 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9786]: ansible-service_facts Invoked Feb 04 21:00:55 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9892]: 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 21:00:56 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9913]: 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 21:00:57 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9956]: 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 21:00:57 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[9978]: 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 21:00:58 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[10000]: 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 21:01:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm CROND[10010]: (root) CMD (run-parts /etc/cron.hourly) Feb 04 21:01:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm run-parts[10013]: (/etc/cron.hourly) starting 0anacron Feb 04 21:01:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm run-parts[10019]: (/etc/cron.hourly) finished 0anacron Feb 04 21:03:26 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[10221]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 04 21:03:26 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[10266]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 21:03:29 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[10308]: ansible-dnf Invoked with name=['crun', 'podman', 'podman-plugins', 'shadow-utils-subid'] state=present allow_downgrade=False autoremove=False bugfix=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 lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 04 21:03:40 8013270d-57f1-438c-a648-5025c70c7266.testing-farm dbus-daemon[621]: [system] Reloaded configuration Feb 04 21:03:41 8013270d-57f1-438c-a648-5025c70c7266.testing-farm setsebool[10342]: The virt_use_nfs policy boolean was changed to 1 by root Feb 04 21:03:41 8013270d-57f1-438c-a648-5025c70c7266.testing-farm setsebool[10342]: The virt_sandbox_use_all_caps policy boolean was changed to 1 by root Feb 04 21:04:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm kernel: SELinux: Converting 388 SID table entries... Feb 04 21:04:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm kernel: SELinux: policy capability network_peer_controls=1 Feb 04 21:04:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm kernel: SELinux: policy capability open_perms=1 Feb 04 21:04:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm kernel: SELinux: policy capability extended_socket_class=1 Feb 04 21:04:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm kernel: SELinux: policy capability always_check_network=0 Feb 04 21:04:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm kernel: SELinux: policy capability cgroup_seclabel=1 Feb 04 21:04:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 04 21:04:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm dbus-daemon[621]: [system] Reloaded configuration Feb 04 21:04:02 8013270d-57f1-438c-a648-5025c70c7266.testing-farm kernel: fuse: init (API version 7.34) Feb 04 21:04:02 8013270d-57f1-438c-a648-5025c70c7266.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 21:04:02 8013270d-57f1-438c-a648-5025c70c7266.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 21:04:03 8013270d-57f1-438c-a648-5025c70c7266.testing-farm dbus-daemon[621]: [system] Reloaded configuration Feb 04 21:04:03 8013270d-57f1-438c-a648-5025c70c7266.testing-farm dbus-daemon[621]: [system] Reloaded configuration Feb 04 21:04:36 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-rd3f9a4b8e80f4a908c21aff60509fe51.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-rd3f9a4b8e80f4a908c21aff60509fe51.service has finished starting up. -- -- The start-up result is done. Feb 04 21:04:36 8013270d-57f1-438c-a648-5025c70c7266.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 21:04:36 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: Reloading. Feb 04 21:04:36 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:04:36 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:04:36 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:04:36 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:04:36 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:04:38 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[12585]: ansible-command Invoked with _raw_params=podman --version warn=True _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 21:04:38 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[12727]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Feb 04 21:04:38 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[12748]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 21:04:39 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[12769]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 21:04:39 8013270d-57f1-438c-a648-5025c70c7266.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 21:04:39 8013270d-57f1-438c-a648-5025c70c7266.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 21:04:39 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: run-rd3f9a4b8e80f4a908c21aff60509fe51.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-rd3f9a4b8e80f4a908c21aff60509fe51.service has successfully entered the 'dead' state. Feb 04 21:04:40 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[12796]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 21:04:40 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[12817]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 21:04:41 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[12839]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 04 21:04:41 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[12901]: ansible-stat Invoked with path=/etc/containers/systemd/nopull.container follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 04 21:04:42 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[12958]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707080681.6126149-9637-67627918253658/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 regexp=None delimiter=None Feb 04 21:04:44 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13021]: ansible-command Invoked with _raw_params=podman --version warn=True _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 21:04:44 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13047]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 21:04:45 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13068]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 21:04:46 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13090]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 21:04:46 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13111]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 21:04:47 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13133]: 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 21:04:47 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13133]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image ls this_is_a_bogus_image:latest --format json Feb 04 21:04:47 8013270d-57f1-438c-a648-5025c70c7266.testing-farm rsyslogd[1025]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ] Feb 04 21:04:47 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: var-lib-containers-storage-overlay-metacopy\x2dcheck2453827208-merged.mount: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit var-lib-containers-storage-overlay-metacopy\x2dcheck2453827208-merged.mount has successfully entered the 'dead' state. Feb 04 21:04:47 8013270d-57f1-438c-a648-5025c70c7266.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 21:04:47 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13133]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image exists this_is_a_bogus_image:latest Feb 04 21:04:47 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13133]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman pull this_is_a_bogus_image:latest -q Feb 04 21:04:48 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13179]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 04 21:04:48 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13241]: ansible-stat Invoked with path=/etc/containers/systemd/bogus.container follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 04 21:04:49 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13298]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707080688.5112543-9823-158348749498695/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 regexp=None delimiter=None Feb 04 21:04:51 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13361]: ansible-command Invoked with _raw_params=podman --version warn=True _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 21:04:51 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13387]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 21:04:51 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13408]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 21:04:53 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13430]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 21:04:53 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13451]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 21:04:54 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13473]: 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 user=None Feb 04 21:04:54 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13496]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 04 21:04:55 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13516]: 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 user=None Feb 04 21:04:55 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: Reloading. Feb 04 21:04:55 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:04:55 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:04:55 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:04:55 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:04:55 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:04:55 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13566]: ansible-command Invoked with _raw_params=podman image prune -f warn=True _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 21:04:57 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13615]: ansible-command Invoked with _raw_params=podman --version warn=True _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 21:04:57 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13641]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 21:04:58 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13662]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 21:04:59 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13684]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 21:04:59 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13705]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 21:05:00 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13727]: 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 user=None Feb 04 21:05:00 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: Reloading. Feb 04 21:05:00 8013270d-57f1-438c-a648-5025c70c7266.testing-farm quadlet-generator[13525]: 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 21:05:00 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:05:00 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:05:00 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:05:00 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:05:00 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:05:00 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13779]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 04 21:05:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13799]: 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 user=None Feb 04 21:05:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: Reloading. Feb 04 21:05:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.target:15: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:05:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init.service:18: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:05:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-init-local.service:12: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:05:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-final.service:7: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:05:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[1]: /usr/lib/systemd/system/cloud-config.service:9: Unknown lvalue 'ConditionEnvironment' in section 'Unit' Feb 04 21:05:01 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13849]: ansible-command Invoked with _raw_params=podman image prune -f warn=True _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 21:05:02 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13876]: 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 8013270d-57f1-438c-a648-5025c70c7266.testing-farm update_password=always group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=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 Feb 04 21:05:02 8013270d-57f1-438c-a648-5025c70c7266.testing-farm useradd[13880]: new group: name=user_quadlet_basic, GID=1111 Feb 04 21:05:02 8013270d-57f1-438c-a648-5025c70c7266.testing-farm useradd[13880]: new user: name=user_quadlet_basic, UID=1111, GID=1111, home=/home/user_quadlet_basic, shell=/bin/bash Feb 04 21:05:04 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13927]: ansible-command Invoked with _raw_params=podman --version warn=True _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 21:05:04 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13953]: ansible-getent Invoked with database=passwd key=user_quadlet_basic fail_key=False service=None split=None Feb 04 21:05:05 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13974]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 04 21:05:05 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[13995]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 21:05:05 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14017]: ansible-command Invoked with _raw_params=getsubids user_quadlet_basic warn=True _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 21:05:05 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14038]: ansible-command Invoked with _raw_params=getsubids -g user_quadlet_basic warn=True _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 21:05:06 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14059]: ansible-command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 04 21:05:06 8013270d-57f1-438c-a648-5025c70c7266.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 21:05:06 8013270d-57f1-438c-a648-5025c70c7266.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 21:05:06 8013270d-57f1-438c-a648-5025c70c7266.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 21:05:06 8013270d-57f1-438c-a648-5025c70c7266.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 21:05:06 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: pam_unix(systemd-user:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 21:05:07 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: 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 21:05:07 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: 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 21:05:07 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: 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 21:05:07 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: 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 21:05:07 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: 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 21:05:07 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: 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 21:05:07 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: 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 21:05:07 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: 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 21:05:07 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: Startup finished in 30ms. -- 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 30492 microseconds. Feb 04 21:05:07 8013270d-57f1-438c-a648-5025c70c7266.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 21:05:07 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14097]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-pjqmczkxsgrunkojvxdzkhrrehwdlrkm ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 21:05:07 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14097]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 21:05:07 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14097]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 21:05:07 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14126]: ansible-command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 04 21:05:07 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14146]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-erxkntsyqzkisoruvffryrahohgwvegv ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 21:05:07 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14146]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 21:05:08 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: 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 21:05:08 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: 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 21:05:08 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: Started podman-14163.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 21:05:08 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: Started podman-pause-8c0f701e.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 21:05:08 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: Started podman-14180.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 21:05:08 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: Started podman-14188.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 21:05:08 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14146]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 21:05:09 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14214]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 04 21:05:09 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14235]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 21:05:09 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14257]: ansible-command Invoked with _raw_params=getsubids user_quadlet_basic warn=True _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 21:05:09 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14278]: ansible-command Invoked with _raw_params=getsubids -g user_quadlet_basic warn=True _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 21:05:10 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14299]: ansible-command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 04 21:05:10 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14319]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 04 21:05:11 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14381]: ansible-stat Invoked with path=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic.network follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 04 21:05:11 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14438]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707080710.9232693-10391-109534219530949/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 regexp=None delimiter=None Feb 04 21:05:11 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14479]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-crhvtzpzyacrlcvaynwtmmvwtonuvcas ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 21:05:11 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14479]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 21:05:11 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14482]: 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 user=None Feb 04 21:05:11 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: Reloading. Feb 04 21:05:11 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14479]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 21:05:12 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14513]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 04 21:05:12 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14534]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 21:05:12 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14556]: ansible-command Invoked with _raw_params=getsubids user_quadlet_basic warn=True _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 21:05:13 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14577]: ansible-command Invoked with _raw_params=getsubids -g user_quadlet_basic warn=True _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 21:05:13 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14598]: ansible-command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 04 21:05:14 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14618]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 04 21:05:14 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14680]: ansible-stat Invoked with path=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.volume follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 04 21:05:14 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14737]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707080714.156945-10478-197966772958064/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 regexp=None delimiter=None Feb 04 21:05:14 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14778]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-mblgfghgdfljujwfopuuqkuwfqazsjzp ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 21:05:14 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14778]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 21:05:15 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14781]: 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 user=None Feb 04 21:05:15 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: Reloading. Feb 04 21:05:15 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14778]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 21:05:15 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14812]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-qvjgvntkfhbajodcqziryneyqsbvpbtw ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 21:05:15 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14812]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 21:05:15 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14815]: 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 user=None Feb 04 21:05:15 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: 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 21:05:15 8013270d-57f1-438c-a648-5025c70c7266.testing-farm quadlet-basic-mysql-volume[14821]: systemd-quadlet-basic-mysql Feb 04 21:05:15 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: 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 21:05:15 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14812]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 21:05:16 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14847]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 04 21:05:16 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14868]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 04 21:05:16 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14890]: ansible-command Invoked with _raw_params=getsubids user_quadlet_basic warn=True _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 21:05:16 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14911]: ansible-command Invoked with _raw_params=getsubids -g user_quadlet_basic warn=True _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 21:05:17 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14932]: ansible-command Invoked with creates=/var/lib/systemd/linger/user_quadlet_basic _raw_params=loginctl enable-linger user_quadlet_basic warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Feb 04 21:05:17 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14952]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-vsrkjlbbywixecvappbbwizejrorwhiv ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 21:05:17 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14952]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 21:05:17 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14955]: 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 21:05:17 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14955]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json Feb 04 21:05:17 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: Started podman-14957.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 21:05:17 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14955]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman image exists quay.io/linux-system-roles/mysql:5.6 Feb 04 21:05:17 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: Started podman-14965.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 21:05:17 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14955]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q Feb 04 21:05:17 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: Started podman-14973.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 21:05:25 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[14955]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json Feb 04 21:05:25 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: Started podman-15051.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 21:05:25 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[14952]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 21:05:25 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[15078]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Feb 04 21:05:26 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[15140]: ansible-stat Invoked with path=/home/user_quadlet_basic/.config/containers/systemd/quadlet-basic-mysql.container follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 04 21:05:26 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[15197]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707080725.8834262-10567-23497399800415/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 regexp=None delimiter=None Feb 04 21:05:26 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[15238]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ialrbkehuzbdnfeckbykrgrqwospgxor ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 21:05:26 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[15238]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 21:05:26 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[15241]: 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 user=None Feb 04 21:05:26 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: Reloading. Feb 04 21:05:26 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[15238]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 21:05:26 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[15272]: root : TTY=unknown ; PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-phscmwktmcsdniwqntpfgnvhymnmkgtx ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 21:05:26 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[15272]: pam_unix(sudo:session): session opened for user user_quadlet_basic by (uid=0) Feb 04 21:05:27 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[15275]: 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 user=None Feb 04 21:05:27 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: 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 21:05:27 8013270d-57f1-438c-a648-5025c70c7266.testing-farm quadlet-basic-network[15281]: systemd-quadlet-basic Feb 04 21:05:27 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: 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 21:05:27 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: 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 21:05:27 8013270d-57f1-438c-a648-5025c70c7266.testing-farm quadlet-basic-mysql[15290]: Error: running container create option: no secret with name or id "mysql_container_root_password": no such secret Feb 04 21:05:27 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: quadlet-basic-mysql.service: Main process exited, code=exited, status=125/n/a Feb 04 21:05:27 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: 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 21:05:27 8013270d-57f1-438c-a648-5025c70c7266.testing-farm systemd[14064]: 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 21:05:27 8013270d-57f1-438c-a648-5025c70c7266.testing-farm sudo[15272]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 21:05:27 8013270d-57f1-438c-a648-5025c70c7266.testing-farm python3[15350]: ansible-command Invoked with _raw_params=journalctl -ex warn=True _uses_shell=False 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-handlingv6f1dxfs/tests/tests_quadlet_basic.yml:193 Sunday 04 February 2024 21:05:27 +0000 (0:00:00.321) 0:02:02.061 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Sunday 04 February 2024 21:05:27 +0000 (0:00:00.056) 0:02:02.117 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml for sut TASK [linux-system-roles.podman : Ensure ansible_facts used by role] *********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Sunday 04 February 2024 21:05:27 +0000 (0:00:00.041) 0:02:02.159 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Sunday 04 February 2024 21:05:27 +0000 (0:00:00.027) 0:02:02.187 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Sunday 04 February 2024 21:05:27 +0000 (0:00:00.022) 0:02:02.209 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Sunday 04 February 2024 21:05:27 +0000 (0:00:00.021) 0:02:02.231 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-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, "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-handlingv6f1dxfs/tests/roles/linux-system-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-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Sunday 04 February 2024 21:05:27 +0000 (0:00:00.060) 0:02:02.291 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Sunday 04 February 2024 21:05:29 +0000 (0:00:01.492) 0:02:03.784 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Sunday 04 February 2024 21:05:29 +0000 (0:00:00.023) 0:02:03.808 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Sunday 04 February 2024 21:05:29 +0000 (0:00:00.026) 0:02:03.834 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033360", "end": "2024-02-04 21:05:29.720999", "rc": 0, "start": "2024-02-04 21:05:29.687639" } STDOUT: podman version 4.8.3 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Sunday 04 February 2024 21:05:29 +0000 (0:00:00.253) 0:02:04.087 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Sunday 04 February 2024 21:05:29 +0000 (0:00:00.023) 0:02:04.111 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Sunday 04 February 2024 21:05:29 +0000 (0:00:00.023) 0:02:04.135 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for sut TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Sunday 04 February 2024 21:05:29 +0000 (0:00:00.072) 0:02:04.207 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 21:05:29 +0000 (0:00:00.044) 0:02:04.251 ******* ok: [sut] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 21:05:30 +0000 (0:00:00.230) 0:02:04.482 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 21:05:30 +0000 (0:00:00.028) 0:02:04.510 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 21:05:30 +0000 (0:00:00.029) 0:02:04.539 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 21:05:30 +0000 (0:00:00.229) 0:02:04.769 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 21:05:30 +0000 (0:00:00.028) 0:02:04.797 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707080679.1450844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707080641.9802587, "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": "4230926285", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 21:05:30 +0000 (0:00:00.253) 0:02:05.051 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 21:05:30 +0000 (0:00:00.025) 0:02:05.076 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 21:05:30 +0000 (0:00:00.022) 0:02:05.099 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 21:05:30 +0000 (0:00:00.022) 0:02:05.121 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 21:05:30 +0000 (0:00:00.021) 0:02:05.142 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 21:05:30 +0000 (0:00:00.024) 0:02:05.166 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Sunday 04 February 2024 21:05:30 +0000 (0:00:00.022) 0:02:05.188 ******* 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 [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Sunday 04 February 2024 21:05:30 +0000 (0:00:00.028) 0:02:05.216 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure containers.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 21:05:30 +0000 (0:00:00.045) 0:02:05.262 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Sunday 04 February 2024 21:05:30 +0000 (0:00:00.022) 0:02:05.284 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Sunday 04 February 2024 21:05:30 +0000 (0:00:00.022) 0:02:05.306 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml for sut TASK [linux-system-roles.podman : Ensure registries.d exists] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.043) 0:02:05.350 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.021) 0:02:05.372 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.022) 0:02:05.395 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml for sut TASK [linux-system-roles.podman : Ensure storage.conf parent dir exists] ******* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.044) 0:02:05.440 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.044) 0:02:05.484 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.025) 0:02:05.510 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml for sut TASK [linux-system-roles.podman : Ensure policy.json parent dir exists] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.046) 0:02:05.556 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.022) 0:02:05.579 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.022) 0:02:05.601 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.021) 0:02:05.623 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.022) 0:02:05.645 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.022) 0:02:05.667 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Keep track of users that need to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.022) 0:02:05.690 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.021) 0:02:05.712 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut TASK [linux-system-roles.podman : Set variables part 0] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.068) 0:02:05.780 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.025) 0:02:05.805 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.022) 0:02:05.828 ******* ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.029) 0:02:05.857 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.036) 0:02:05.894 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.021) 0:02:05.916 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.048) 0:02:05.964 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:28 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.022) 0:02:05.987 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Set variables part 0] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.276) 0:02:06.264 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.024) 0:02:06.288 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Sunday 04 February 2024 21:05:31 +0000 (0:00:00.024) 0:02:06.312 ******* ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Sunday 04 February 2024 21:05:32 +0000 (0:00:00.029) 0:02:06.341 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 21:05:32 +0000 (0:00:00.036) 0:02:06.378 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 21:05:32 +0000 (0:00:00.022) 0:02:06.401 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 21:05:32 +0000 (0:00:00.021) 0:02:06.423 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:28 Sunday 04 February 2024 21:05:32 +0000 (0:00:00.022) 0:02:06.445 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Sunday 04 February 2024 21:05:32 +0000 (0:00:00.274) 0:02:06.720 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Sunday 04 February 2024 21:05:32 +0000 (0:00:00.020) 0:02:06.740 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 21:05:32 +0000 (0:00:00.074) 0:02:06.815 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_file_src": "", "__podman_quadlet_spec": { "Volume": {} }, "__podman_quadlet_str": "", "__podman_quadlet_template_src": "" }, "changed": false } TASK [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 21:05:32 +0000 (0:00:00.053) 0:02:06.868 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 21:05:32 +0000 (0:00:00.030) 0:02:06.899 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 21:05:32 +0000 (0:00:00.022) 0:02:06.921 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "volume", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 21:05:32 +0000 (0:00:00.031) 0:02:06.953 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 21:05:32 +0000 (0:00:00.041) 0:02:06.994 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 21:05:32 +0000 (0:00:00.027) 0:02:07.022 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 21:05:32 +0000 (0:00:00.026) 0:02:07.049 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 21:05:32 +0000 (0:00:00.031) 0:02:07.080 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 21:05:32 +0000 (0:00:00.230) 0:02:07.310 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 21:05:33 +0000 (0:00:00.030) 0:02:07.341 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707080679.1450844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707080641.9802587, "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": "4230926285", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 21:05:33 +0000 (0:00:00.229) 0:02:07.571 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 21:05:33 +0000 (0:00:00.022) 0:02:07.594 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 21:05:33 +0000 (0:00:00.022) 0:02:07.616 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 21:05:33 +0000 (0:00:00.022) 0:02:07.639 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 21:05:33 +0000 (0:00:00.021) 0:02:07.660 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 21:05:33 +0000 (0:00:00.022) 0:02:07.683 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 21:05:33 +0000 (0:00:00.021) 0:02:07.705 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 21:05:33 +0000 (0:00:00.100) 0:02:07.805 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 21:05:33 +0000 (0:00:00.025) 0:02:07.830 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 21:05:33 +0000 (0:00:00.022) 0:02:07.852 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic-mysql.volume", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 21:05:33 +0000 (0:00:00.056) 0:02:07.909 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 21:05:33 +0000 (0:00:00.048) 0:02:07.957 ******* ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service quadlet-basic-mysql-volume.service: host TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 21:05:33 +0000 (0:00:00.368) 0:02:08.325 ******* ok: [sut] => { "changed": false, "path": "/etc/containers/systemd/quadlet-basic-mysql.volume", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.226) 0:02:08.551 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.039) 0:02:08.591 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.022) 0:02:08.613 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.022) 0:02:08.635 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.022) 0:02:08.657 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.024) 0:02:08.682 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.023) 0:02:08.705 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.023) 0:02:08.729 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.047) 0:02:08.776 ******* 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.030) 0:02:08.806 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.027) 0:02:08.833 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.022) 0:02:08.855 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic-mysql", "__podman_quadlet_type": "container", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.031) 0:02:08.887 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.043) 0:02:08.931 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.026) 0:02:08.957 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.027) 0:02:08.984 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.029) 0:02:09.014 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.228) 0:02:09.242 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 21:05:34 +0000 (0:00:00.029) 0:02:09.272 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707080679.1450844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707080641.9802587, "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": "4230926285", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 21:05:35 +0000 (0:00:00.228) 0:02:09.500 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 21:05:35 +0000 (0:00:00.023) 0:02:09.524 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 21:05:35 +0000 (0:00:00.021) 0:02:09.546 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 21:05:35 +0000 (0:00:00.021) 0:02:09.568 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 21:05:35 +0000 (0:00:00.022) 0:02:09.590 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 21:05:35 +0000 (0:00:00.048) 0:02:09.639 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 21:05:35 +0000 (0:00:00.024) 0:02:09.663 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 21:05:35 +0000 (0:00:00.040) 0:02:09.703 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 21:05:35 +0000 (0:00:00.024) 0:02:09.727 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 21:05:35 +0000 (0:00:00.021) 0:02:09.749 ******* 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 [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 21:05:35 +0000 (0:00:00.056) 0:02:09.806 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 21:05:35 +0000 (0:00:00.046) 0:02:09.853 ******* ok: [sut] => { "changed": false, "failed_when_result": false } MSG: Could not find the requested service quadlet-basic-mysql.service: host TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 21:05:35 +0000 (0:00:00.367) 0:02:10.220 ******* ok: [sut] => { "changed": false, "path": "/etc/containers/systemd/quadlet-basic-mysql.container", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.227) 0:02:10.448 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.038) 0:02:10.487 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.021) 0:02:10.509 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.021) 0:02:10.530 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.022) 0:02:10.553 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.022) 0:02:10.576 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.049) 0:02:10.625 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.025) 0:02:10.650 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 0] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.021) 0:02:10.672 ******* 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 [linux-system-roles.podman : Set per-container variables part 1] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.029) 0:02:10.702 ******* 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 [linux-system-roles.podman : Fail if no quadlet spec is given] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.027) 0:02:10.729 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 2] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.022) 0:02:10.752 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_name": "quadlet-basic", "__podman_quadlet_type": "network", "__podman_rootless": false }, "changed": false } TASK [linux-system-roles.podman : Check user and group information] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.031) 0:02:10.783 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml for sut TASK [linux-system-roles.podman : Get user information] ************************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.042) 0:02:10.825 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.028) 0:02:10.853 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.026) 0:02:10.880 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.029) 0:02:10.910 ******* ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.228) 0:02:11.138 ******* ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 21:05:36 +0000 (0:00:00.028) 0:02:11.167 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707080679.1450844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1707080641.9802587, "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": "4230926285", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [linux-system-roles.podman : Check user with getsubids] ******************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.224) 0:02:11.392 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.023) 0:02:11.415 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.021) 0:02:11.437 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if user not in subuid file] ************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.050) 0:02:11.487 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if group is in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.023) 0:02:11.511 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.023) 0:02:11.534 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 3] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.022) 0:02:11.557 ******* 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 [linux-system-roles.podman : Set per-container variables part 4] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.039) 0:02:11.596 ******* ok: [sut] => { "ansible_facts": { "__podman_quadlet_path": "/etc/containers/systemd" }, "changed": false } TASK [linux-system-roles.podman : Get kube yaml contents] ********************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.023) 0:02:11.620 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set per-container variables part 5] ********** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.021) 0:02:11.642 ******* ok: [sut] => { "ansible_facts": { "__podman_images": [], "__podman_quadlet_file": "/etc/containers/systemd/quadlet-basic.network", "__podman_volumes": [] }, "changed": false } TASK [linux-system-roles.podman : Cleanup quadlets] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.057) 0:02:11.699 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml for sut TASK [linux-system-roles.podman : Stop and disable service] ******************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.048) 0:02:11.747 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.024) 0:02:11.772 ******* ok: [sut] => { "changed": false, "path": "/etc/containers/systemd/quadlet-basic.network", "state": "absent" } TASK [linux-system-roles.podman : Manage linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.226) 0:02:11.998 ******* included: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml for sut TASK [linux-system-roles.podman : Enable linger if needed] ********************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.038) 0:02:12.037 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.023) 0:02:12.060 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Mark user for possible linger cancel] ******** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.021) 0:02:12.082 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.021) 0:02:12.104 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.023) 0:02:12.128 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.052) 0:02:12.180 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create and update quadlets] ****************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.025) 0:02:12.205 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.022) 0:02:12.227 ******* TASK [Remove test user] ******************************************************** task path: /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_basic.yml:206 Sunday 04 February 2024 21:05:37 +0000 (0:00:00.020) 0:02:12.248 ******* fatal: [sut]: FAILED! => { "changed": false, "name": "user_quadlet_basic", "rc": 8 } MSG: userdel: user user_quadlet_basic is currently used by process 14064 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 21:05:38 +0000 (0:00:00.261) 0:02:12.510 ******* =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 69.29s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:14 linux-system-roles.podman : Ensure container images are present --------- 8.09s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 linux-system-roles.podman : Gather the package facts -------------------- 1.61s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.50s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.50s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.50s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.49s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.47s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Ensure container images are present --------- 1.06s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 linux-system-roles.podman : Ensure quadlet file is present -------------- 0.67s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 Gathering Facts --------------------------------------------------------- 0.67s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_basic.yml:9 ------ linux-system-roles.podman : Manage each secret -------------------------- 0.65s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:28 linux-system-roles.podman : Ensure quadlet file is present -------------- 0.61s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 linux-system-roles.podman : Ensure quadlet file is present -------------- 0.61s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 linux-system-roles.podman : Ensure quadlet file is present -------------- 0.61s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 linux-system-roles.podman : Ensure quadlet file is present -------------- 0.60s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 linux-system-roles.podman : Start service ------------------------------- 0.55s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:114 linux-system-roles.podman : Stop and disable service -------------------- 0.54s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Create user for testing ------------------------------------------------- 0.54s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/tests_quadlet_basic.yml:113 ---- linux-system-roles.podman : Stop and disable service -------------------- 0.53s /WORKDIR/git-fix-linger-handlingv6f1dxfs/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. [WARNING]: 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. ---^---^---^---^---^---