# 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-handling7nz_rqha/tests/tests_quadlet_basic.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/tests_quadlet_basic.yml:4 Sunday 04 February 2024 20:03:57 +0000 (0:00:00.016) 0:00:00.016 ******* ok: [sut] => { "ansible_facts": { "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/tests_quadlet_basic.yml:9 Sunday 04 February 2024 20:03:57 +0000 (0:00:00.013) 0:00:00.030 ******* ok: [sut] META: ran handlers TASK [Run role - do not pull images] ******************************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/tests_quadlet_basic.yml:58 Sunday 04 February 2024 20:03:57 +0000 (0:00:00.713) 0:00:00.743 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Sunday 04 February 2024 20:03:57 +0000 (0:00:00.083) 0:00:00.826 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Sunday 04 February 2024 20:03:57 +0000 (0:00:00.019) 0:00:00.846 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Sunday 04 February 2024 20:03:57 +0000 (0:00:00.020) 0:00:00.867 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Sunday 04 February 2024 20:03:58 +0000 (0:00:00.289) 0:00:01.156 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Sunday 04 February 2024 20:03:58 +0000 (0:00:00.038) 0:00:01.195 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handling7nz_rqha/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" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Sunday 04 February 2024 20:03:58 +0000 (0:00:00.040) 0:00:01.235 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Sunday 04 February 2024 20:03:59 +0000 (0:00:01.178) 0:00:02.414 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Sunday 04 February 2024 20:03:59 +0000 (0:00:00.032) 0:00:02.447 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libslirp-4.4.0-7.el9.x86_64", "Installed: podman-2:4.8.1-1.el9.x86_64", "Installed: netavark-2:1.9.0-1.el9.x86_64", "Installed: slirp4netns-1.2.2-1.el9.x86_64", "Installed: shadow-utils-subid-2:4.9-8.el9.x86_64", "Installed: criu-3.19-1.el9.x86_64", "Installed: yajl-2.1.0-22.el9.x86_64", "Installed: criu-libs-3.19-1.el9.x86_64", "Installed: crun-1.14-1.el9.x86_64", "Installed: conmon-2:2.1.10-1.el9.x86_64", "Installed: aardvark-dns-2:1.9.0-1.el9.x86_64", "Installed: fuse-overlayfs-1.12-1.el9.x86_64", "Installed: protobuf-c-1.3.3-13.el9.x86_64", "Installed: fuse3-3.10.2-6.el9.x86_64", "Installed: fuse3-libs-3.10.2-6.el9.x86_64", "Installed: container-selinux-3:2.229.0-1.el9.noarch", "Installed: libnet-1.2-6.el9.x86_64", "Installed: containers-common-2:1-55.el9.x86_64", "Installed: fuse-common-3.10.2-6.el9.x86_64" ] } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Sunday 04 February 2024 20:04:47 +0000 (0:00:47.678) 0:00:50.126 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.034885", "end": "2024-02-04 20:04:47.398964", "rc": 0, "start": "2024-02-04 20:04:47.364079" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Sunday 04 February 2024 20:04:47 +0000 (0:00:00.320) 0:00:50.446 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Sunday 04 February 2024 20:04:47 +0000 (0:00:00.032) 0:00:50.478 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Sunday 04 February 2024 20:04:47 +0000 (0:00:00.032) 0:00:50.511 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Sunday 04 February 2024 20:04:47 +0000 (0:00:00.076) 0:00:50.587 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:04:47 +0000 (0:00:00.044) 0:00:50.632 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:04:47 +0000 (0:00:00.269) 0:00:50.901 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:04:47 +0000 (0:00:00.027) 0:00:50.929 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:04:47 +0000 (0:00:00.028) 0:00:50.957 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.216) 0:00:51.173 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.029) 0:00:51.203 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1689166618.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707077057.124248, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1098245459", "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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.216) 0:00:51.419 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.021) 0:00:51.440 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.022) 0:00:51.463 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.021) 0:00:51.485 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.027) 0:00:51.512 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.022) 0:00:51.535 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.022) 0:00:51.558 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.051) 0:00:51.609 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.068) 0:00:51.677 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.022) 0:00:51.700 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.023) 0:00:51.723 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.048) 0:00:51.771 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.021) 0:00:51.793 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.021) 0:00:51.814 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.043) 0:00:51.858 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.020) 0:00:51.878 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.021) 0:00:51.899 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.047) 0:00:51.947 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.021) 0:00:51.968 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.021) 0:00:51.990 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Sunday 04 February 2024 20:04:48 +0000 (0:00:00.022) 0:00:52.012 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.020) 0:00:52.032 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.021) 0:00:52.054 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.022) 0:00:52.076 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.020) 0:00:52.097 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.019) 0:00:52.116 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.043) 0:00:52.160 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.059) 0:00:52.220 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.028) 0:00:52.248 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.028) 0:00:52.276 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.020) 0:00:52.297 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.034) 0:00:52.331 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.041) 0:00:52.372 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.027) 0:00:52.400 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.025) 0:00:52.425 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.028) 0:00:52.453 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.215) 0:00:52.669 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.026) 0:00:52.695 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077088.3633373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707077057.124248, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1098245459", "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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.210) 0:00:52.906 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.023) 0:00:52.930 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.020) 0:00:52.951 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.021) 0:00:52.973 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:04:49 +0000 (0:00:00.021) 0:00:52.995 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:04:50 +0000 (0:00:00.045) 0:00:53.040 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:04:50 +0000 (0:00:00.022) 0:00:53.062 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:04:50 +0000 (0:00:00.039) 0:00:53.102 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:04:50 +0000 (0:00:00.022) 0:00:53.124 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:04:50 +0000 (0:00:00.022) 0:00:53.146 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:04:50 +0000 (0:00:00.056) 0:00:53.203 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:04:50 +0000 (0:00:00.022) 0:00:53.225 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 20:04:50 +0000 (0:00:00.050) 0:00:53.275 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:04:50 +0000 (0:00:00.038) 0:00:53.314 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:04:50 +0000 (0:00:00.022) 0:00:53.337 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:04:50 +0000 (0:00:00.022) 0:00:53.359 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 20:04:50 +0000 (0:00:00.021) 0:00:53.381 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Sunday 04 February 2024 20:04:50 +0000 (0:00:00.020) 0:00:53.401 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:42 Sunday 04 February 2024 20:04:50 +0000 (0:00:00.026) 0:00:53.427 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:51 Sunday 04 February 2024 20:04:50 +0000 (0:00:00.311) 0:00:53.738 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:61 Sunday 04 February 2024 20:04:50 +0000 (0:00:00.022) 0:00:53.760 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 Sunday 04 February 2024 20:04:50 +0000 (0:00:00.020) 0:00:53.781 ******* 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-1707077090.8065195-8501-2083378169553/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:85 Sunday 04 February 2024 20:04:51 +0000 (0:00:00.655) 0:00:54.437 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:114 Sunday 04 February 2024 20:04:51 +0000 (0:00:00.026) 0:00:54.463 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:130 Sunday 04 February 2024 20:04:51 +0000 (0:00:00.026) 0:00:54.490 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Sunday 04 February 2024 20:04:51 +0000 (0:00:00.027) 0:00:54.518 ******* TASK [Verify image not pulled] ************************************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/tests_quadlet_basic.yml:74 Sunday 04 February 2024 20:04:51 +0000 (0:00:00.020) 0:00:54.538 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run role - try to pull bogus image] ************************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/tests_quadlet_basic.yml:78 Sunday 04 February 2024 20:04:51 +0000 (0:00:00.025) 0:00:54.564 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Sunday 04 February 2024 20:04:51 +0000 (0:00:00.049) 0:00:54.614 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Sunday 04 February 2024 20:04:51 +0000 (0:00:00.040) 0:00:54.654 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Sunday 04 February 2024 20:04:51 +0000 (0:00:00.028) 0:00:54.682 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Sunday 04 February 2024 20:04:51 +0000 (0:00:00.021) 0:00:54.703 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Sunday 04 February 2024 20:04:51 +0000 (0:00:00.022) 0:00:54.725 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handling7nz_rqha/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" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Sunday 04 February 2024 20:04:51 +0000 (0:00:00.053) 0:00:54.779 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Sunday 04 February 2024 20:04:52 +0000 (0:00:01.060) 0:00:55.839 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Sunday 04 February 2024 20:04:52 +0000 (0:00:00.023) 0:00:55.863 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Sunday 04 February 2024 20:04:52 +0000 (0:00:00.028) 0:00:55.892 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032191", "end": "2024-02-04 20:04:53.084794", "rc": 0, "start": "2024-02-04 20:04:53.052603" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.240) 0:00:56.132 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.024) 0:00:56.157 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.020) 0:00:56.177 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.042) 0:00:56.220 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.045) 0:00:56.265 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.029) 0:00:56.295 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.028) 0:00:56.323 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.029) 0:00:56.353 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.222) 0:00:56.575 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.053) 0:00:56.629 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077088.3633373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707077057.124248, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1098245459", "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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.219) 0:00:56.848 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.022) 0:00:56.870 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.022) 0:00:56.893 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.021) 0:00:56.915 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.021) 0:00:56.937 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.021) 0:00:56.959 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.022) 0:00:56.982 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Sunday 04 February 2024 20:04:53 +0000 (0:00:00.029) 0:00:57.011 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.045) 0:00:57.057 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.022) 0:00:57.079 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.021) 0:00:57.101 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.045) 0:00:57.147 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.022) 0:00:57.169 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.023) 0:00:57.193 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.046) 0:00:57.239 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.022) 0:00:57.261 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.044) 0:00:57.306 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.048) 0:00:57.354 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.025) 0:00:57.380 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.022) 0:00:57.402 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.021) 0:00:57.424 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.022) 0:00:57.447 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.022) 0:00:57.469 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.022) 0:00:57.492 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.022) 0:00:57.514 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.022) 0:00:57.537 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.021) 0:00:57.558 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.063) 0:00:57.622 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.032) 0:00:57.654 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.028) 0:00:57.682 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.023) 0:00:57.705 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.032) 0:00:57.738 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.068) 0:00:57.807 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.027) 0:00:57.834 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.029) 0:00:57.863 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:04:54 +0000 (0:00:00.029) 0:00:57.893 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.229) 0:00:58.122 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.029) 0:00:58.151 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077088.3633373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707077057.124248, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1098245459", "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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.219) 0:00:58.371 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.021) 0:00:58.393 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.023) 0:00:58.416 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.021) 0:00:58.438 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.022) 0:00:58.460 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.022) 0:00:58.483 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.021) 0:00:58.504 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.041) 0:00:58.546 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.022) 0:00:58.569 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.025) 0:00:58.594 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.058) 0:00:58.652 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.024) 0:00:58.676 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.081) 0:00:58.758 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.041) 0:00:58.799 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.022) 0:00:58.821 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.023) 0:00:58.845 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.023) 0:00:58.868 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Sunday 04 February 2024 20:04:55 +0000 (0:00:00.021) 0:00:58.890 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:42 Sunday 04 February 2024 20:04:56 +0000 (0:00:00.705) 0:00:59.595 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:51 Sunday 04 February 2024 20:04:56 +0000 (0:00:00.232) 0:00:59.828 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:61 Sunday 04 February 2024 20:04:56 +0000 (0:00:00.024) 0:00:59.852 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 Sunday 04 February 2024 20:04:56 +0000 (0:00:00.022) 0:00:59.874 ******* 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-1707077096.8995323-8687-116247746591098/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:85 Sunday 04 February 2024 20:04:57 +0000 (0:00:00.579) 0:01:00.454 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:114 Sunday 04 February 2024 20:04:57 +0000 (0:00:00.026) 0:01:00.480 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:130 Sunday 04 February 2024 20:04:57 +0000 (0:00:00.054) 0:01:00.535 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Sunday 04 February 2024 20:04:57 +0000 (0:00:00.029) 0:01:00.564 ******* TASK [Verify image not pulled and no error] ************************************ task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/tests_quadlet_basic.yml:94 Sunday 04 February 2024 20:04:57 +0000 (0:00:00.021) 0:01:00.586 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/tests_quadlet_basic.yml:101 Sunday 04 February 2024 20:04:57 +0000 (0:00:00.025) 0:01:00.612 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Sunday 04 February 2024 20:04:57 +0000 (0:00:00.070) 0:01:00.682 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Sunday 04 February 2024 20:04:57 +0000 (0:00:00.041) 0:01:00.723 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Sunday 04 February 2024 20:04:57 +0000 (0:00:00.029) 0:01:00.753 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Sunday 04 February 2024 20:04:57 +0000 (0:00:00.022) 0:01:00.776 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Sunday 04 February 2024 20:04:57 +0000 (0:00:00.023) 0:01:00.799 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handling7nz_rqha/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" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Sunday 04 February 2024 20:04:57 +0000 (0:00:00.055) 0:01:00.854 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Sunday 04 February 2024 20:04:58 +0000 (0:00:01.067) 0:01:01.922 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Sunday 04 February 2024 20:04:58 +0000 (0:00:00.023) 0:01:01.946 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Sunday 04 February 2024 20:04:58 +0000 (0:00:00.026) 0:01:01.972 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032416", "end": "2024-02-04 20:04:59.168749", "rc": 0, "start": "2024-02-04 20:04:59.136333" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Sunday 04 February 2024 20:04:59 +0000 (0:00:00.244) 0:01:02.216 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Sunday 04 February 2024 20:04:59 +0000 (0:00:00.024) 0:01:02.240 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Sunday 04 February 2024 20:04:59 +0000 (0:00:00.021) 0:01:02.262 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Sunday 04 February 2024 20:04:59 +0000 (0:00:00.043) 0:01:02.306 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:04:59 +0000 (0:00:00.046) 0:01:02.352 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:04:59 +0000 (0:00:00.027) 0:01:02.380 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:04:59 +0000 (0:00:00.027) 0:01:02.407 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:04:59 +0000 (0:00:00.029) 0:01:02.436 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:04:59 +0000 (0:00:00.220) 0:01:02.657 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:04:59 +0000 (0:00:00.030) 0:01:02.688 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077088.3633373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707077057.124248, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1098245459", "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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:04:59 +0000 (0:00:00.215) 0:01:02.903 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:04:59 +0000 (0:00:00.022) 0:01:02.926 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:04:59 +0000 (0:00:00.051) 0:01:02.977 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:04:59 +0000 (0:00:00.024) 0:01:03.002 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.021) 0:01:03.024 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.023) 0:01:03.047 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.021) 0:01:03.069 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.029) 0:01:03.098 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.046) 0:01:03.145 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.021) 0:01:03.167 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.023) 0:01:03.190 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.044) 0:01:03.235 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.022) 0:01:03.257 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.022) 0:01:03.280 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.046) 0:01:03.327 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.022) 0:01:03.349 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.021) 0:01:03.371 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.049) 0:01:03.420 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.047) 0:01:03.468 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.024) 0:01:03.492 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.022) 0:01:03.515 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.023) 0:01:03.539 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.023) 0:01:03.563 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.023) 0:01:03.586 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.022) 0:01:03.609 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.019) 0:01:03.629 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.022) 0:01:03.651 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.057) 0:01:03.708 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.029) 0:01:03.738 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.029) 0:01:03.767 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.027) 0:01:03.794 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.034) 0:01:03.829 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.041) 0:01:03.870 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.026) 0:01:03.897 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.027) 0:01:03.925 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:05:00 +0000 (0:00:00.030) 0:01:03.955 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:05:01 +0000 (0:00:00.257) 0:01:04.213 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:05:01 +0000 (0:00:00.030) 0:01:04.243 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077088.3633373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707077057.124248, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1098245459", "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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:05:01 +0000 (0:00:00.217) 0:01:04.461 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:05:01 +0000 (0:00:00.023) 0:01:04.484 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:05:01 +0000 (0:00:00.022) 0:01:04.507 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:05:01 +0000 (0:00:00.024) 0:01:04.532 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:05:01 +0000 (0:00:00.022) 0:01:04.554 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:05:01 +0000 (0:00:00.024) 0:01:04.579 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:05:01 +0000 (0:00:00.022) 0:01:04.602 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:05:01 +0000 (0:00:00.041) 0:01:04.643 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:05:01 +0000 (0:00:00.025) 0:01:04.668 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:05:01 +0000 (0:00:00.023) 0:01:04.692 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:05:01 +0000 (0:00:00.061) 0:01:04.753 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 20:05:01 +0000 (0:00:00.049) 0:01:04.803 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 20:05:02 +0000 (0:00:00.572) 0:01:05.375 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 20:05:02 +0000 (0:00:00.220) 0:01:05.595 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:05:02 +0000 (0:00:00.038) 0:01:05.634 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:05:02 +0000 (0:00:00.022) 0:01:05.656 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:05:02 +0000 (0:00:00.023) 0:01:05.680 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 20:05:02 +0000 (0:00:00.021) 0:01:05.701 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 20:05:03 +0000 (0:00:00.554) 0:01:06.255 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.040063", "end": "2024-02-04 20:05:03.471056", "rc": 0, "start": "2024-02-04 20:05:03.430993" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 20:05:03 +0000 (0:00:00.264) 0:01:06.519 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:05:03 +0000 (0:00:00.026) 0:01:06.546 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Sunday 04 February 2024 20:05:03 +0000 (0:00:00.022) 0:01:06.568 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Sunday 04 February 2024 20:05:03 +0000 (0:00:00.021) 0:01:06.590 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Sunday 04 February 2024 20:05:03 +0000 (0:00:00.043) 0:01:06.633 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Sunday 04 February 2024 20:05:03 +0000 (0:00:00.027) 0:01:06.661 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Sunday 04 February 2024 20:05:03 +0000 (0:00:00.021) 0:01:06.683 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Sunday 04 February 2024 20:05:03 +0000 (0:00:00.052) 0:01:06.735 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handling7nz_rqha/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" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Sunday 04 February 2024 20:05:03 +0000 (0:00:00.056) 0:01:06.792 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Sunday 04 February 2024 20:05:04 +0000 (0:00:01.064) 0:01:07.856 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Sunday 04 February 2024 20:05:04 +0000 (0:00:00.022) 0:01:07.879 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Sunday 04 February 2024 20:05:04 +0000 (0:00:00.027) 0:01:07.906 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033833", "end": "2024-02-04 20:05:05.102993", "rc": 0, "start": "2024-02-04 20:05:05.069160" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Sunday 04 February 2024 20:05:05 +0000 (0:00:00.243) 0:01:08.150 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Sunday 04 February 2024 20:05:05 +0000 (0:00:00.024) 0:01:08.175 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Sunday 04 February 2024 20:05:05 +0000 (0:00:00.021) 0:01:08.197 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Sunday 04 February 2024 20:05:05 +0000 (0:00:00.043) 0:01:08.240 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:05:05 +0000 (0:00:00.069) 0:01:08.309 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:05:05 +0000 (0:00:00.029) 0:01:08.339 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:05:05 +0000 (0:00:00.029) 0:01:08.369 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:05:05 +0000 (0:00:00.029) 0:01:08.398 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:05:05 +0000 (0:00:00.220) 0:01:08.619 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:05:05 +0000 (0:00:00.029) 0:01:08.649 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077088.3633373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707077057.124248, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1098245459", "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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:05:05 +0000 (0:00:00.216) 0:01:08.866 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:05:05 +0000 (0:00:00.025) 0:01:08.891 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:05:05 +0000 (0:00:00.023) 0:01:08.915 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:05:05 +0000 (0:00:00.022) 0:01:08.938 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:05:05 +0000 (0:00:00.022) 0:01:08.961 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:05:05 +0000 (0:00:00.022) 0:01:08.983 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Sunday 04 February 2024 20:05:05 +0000 (0:00:00.023) 0:01:09.007 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.030) 0:01:09.037 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.043) 0:01:09.081 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.021) 0:01:09.102 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.022) 0:01:09.125 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.072) 0:01:09.198 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.023) 0:01:09.222 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.021) 0:01:09.244 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.047) 0:01:09.292 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.022) 0:01:09.314 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.022) 0:01:09.337 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.049) 0:01:09.387 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.026) 0:01:09.414 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.024) 0:01:09.438 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.023) 0:01:09.462 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.021) 0:01:09.484 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.022) 0:01:09.506 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.021) 0:01:09.527 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.021) 0:01:09.549 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.020) 0:01:09.570 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.022) 0:01:09.592 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.058) 0:01:09.650 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.059) 0:01:09.709 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.033) 0:01:09.742 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.032) 0:01:09.775 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.035) 0:01:09.811 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.050) 0:01:09.861 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.032) 0:01:09.893 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.032) 0:01:09.925 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:05:06 +0000 (0:00:00.032) 0:01:09.958 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:05:07 +0000 (0:00:00.232) 0:01:10.190 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:05:07 +0000 (0:00:00.029) 0:01:10.220 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077088.3633373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707077057.124248, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1098245459", "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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:05:07 +0000 (0:00:00.220) 0:01:10.441 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:05:07 +0000 (0:00:00.021) 0:01:10.463 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:05:07 +0000 (0:00:00.023) 0:01:10.486 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:05:07 +0000 (0:00:00.022) 0:01:10.508 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:05:07 +0000 (0:00:00.022) 0:01:10.531 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:05:07 +0000 (0:00:00.022) 0:01:10.553 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:05:07 +0000 (0:00:00.022) 0:01:10.576 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:05:07 +0000 (0:00:00.042) 0:01:10.618 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:05:07 +0000 (0:00:00.051) 0:01:10.670 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:05:07 +0000 (0:00:00.023) 0:01:10.694 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:05:07 +0000 (0:00:00.055) 0:01:10.750 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 20:05:07 +0000 (0:00:00.050) 0:01:10.800 ******* changed: [sut] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "bogus.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice -.mount sysinit.target systemd-journald.socket basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "bogus.service", "DevicePolicy": "auto", "DynamicUser": "no", "Environment": "PODMAN_SYSTEMD_UNIT=bogus.service", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=bogus --cidfile=/run/bogus.cid --replace --rm --cgroups=split --sdnotify=conmon -d this_is_a_bogus_image ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=bogus --cidfile=/run/bogus.cid --replace --rm --cgroups=split --sdnotify=conmon -d this_is_a_bogus_image ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/bogus.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/bogus.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "bogus.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13974", "LimitNPROCSoft": "13974", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13974", "LimitSIGPENDINGSoft": "13974", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "bogus.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "continue", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SourcePath": "/etc/containers/systemd/bogus.container", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "bogus", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22359", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 20:05:08 +0000 (0:00:00.583) 0:01:11.384 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 20:05:08 +0000 (0:00:00.215) 0:01:11.599 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:05:08 +0000 (0:00:00.038) 0:01:11.638 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:05:08 +0000 (0:00:00.023) 0:01:11.661 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:05:08 +0000 (0:00:00.023) 0:01:11.685 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 20:05:08 +0000 (0:00:00.022) 0:01:11.707 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Prune images no longer in use] *************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 20:05:09 +0000 (0:00:00.591) 0:01:12.298 ******* changed: [sut] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.037790", "end": "2024-02-04 20:05:09.512941", "rc": 0, "start": "2024-02-04 20:05:09.475151" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 20:05:09 +0000 (0:00:00.262) 0:01:12.561 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:05:09 +0000 (0:00:00.028) 0:01:12.589 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Sunday 04 February 2024 20:05:09 +0000 (0:00:00.023) 0:01:12.613 ******* TASK [Create user for testing] ************************************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/tests_quadlet_basic.yml:113 Sunday 04 February 2024 20:05:09 +0000 (0:00:00.022) 0:01:12.635 ******* 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-handling7nz_rqha/tests/tests_quadlet_basic.yml:118 Sunday 04 February 2024 20:05:10 +0000 (0:00:00.551) 0:01:13.187 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Sunday 04 February 2024 20:05:10 +0000 (0:00:00.053) 0:01:13.241 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Sunday 04 February 2024 20:05:10 +0000 (0:00:00.043) 0:01:13.285 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Sunday 04 February 2024 20:05:10 +0000 (0:00:00.028) 0:01:13.314 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Sunday 04 February 2024 20:05:10 +0000 (0:00:00.023) 0:01:13.337 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Sunday 04 February 2024 20:05:10 +0000 (0:00:00.022) 0:01:13.360 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handling7nz_rqha/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" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Sunday 04 February 2024 20:05:10 +0000 (0:00:00.057) 0:01:13.417 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Sunday 04 February 2024 20:05:11 +0000 (0:00:01.068) 0:01:14.486 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Sunday 04 February 2024 20:05:11 +0000 (0:00:00.021) 0:01:14.508 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Sunday 04 February 2024 20:05:11 +0000 (0:00:00.029) 0:01:14.537 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031972", "end": "2024-02-04 20:05:11.731310", "rc": 0, "start": "2024-02-04 20:05:11.699338" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Sunday 04 February 2024 20:05:11 +0000 (0:00:00.243) 0:01:14.781 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Sunday 04 February 2024 20:05:11 +0000 (0:00:00.026) 0:01:14.808 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Sunday 04 February 2024 20:05:11 +0000 (0:00:00.024) 0:01:14.832 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Sunday 04 February 2024 20:05:11 +0000 (0:00:00.078) 0:01:14.911 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:05:11 +0000 (0:00:00.044) 0:01:14.955 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:05:12 +0000 (0:00:00.223) 0:01:15.179 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:05:12 +0000 (0:00:00.029) 0:01:15.208 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:05:12 +0000 (0:00:00.030) 0:01:15.239 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:05:12 +0000 (0:00:00.220) 0:01:15.460 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:05:12 +0000 (0:00:00.030) 0:01:15.490 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077088.3633373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707077057.124248, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1098245459", "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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:05:12 +0000 (0:00:00.222) 0:01:15.712 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004162", "end": "2024-02-04 20:05:12.887907", "rc": 0, "start": "2024-02-04 20:05:12.883745" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:05:12 +0000 (0:00:00.224) 0:01:15.937 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004142", "end": "2024-02-04 20:05:13.112658", "rc": 0, "start": "2024-02-04 20:05:13.108516" } 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.225) 0:01:16.163 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.025) 0:01:16.188 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.021) 0:01:16.210 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.024) 0:01:16.234 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.021) 0:01:16.256 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.032) 0:01:16.288 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.044) 0:01:16.333 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.023) 0:01:16.357 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.023) 0:01:16.380 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.048) 0:01:16.428 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.025) 0:01:16.454 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.047) 0:01:16.501 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.050) 0:01:16.552 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.023) 0:01:16.575 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.023) 0:01:16.599 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.046) 0:01:16.645 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.023) 0:01:16.669 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.023) 0:01:16.693 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.023) 0:01:16.716 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.022) 0:01:16.738 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.023) 0:01:16.761 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.023) 0:01:16.785 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.022) 0:01:16.807 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.075) 0:01:16.882 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.026) 0:01:16.909 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.025) 0:01:16.934 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Sunday 04 February 2024 20:05:13 +0000 (0:00:00.029) 0:01:16.964 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:05:14 +0000 (0:00:00.067) 0:01:17.031 ******* changed: [sut] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "user_quadlet_basic" ], "delta": "0:00:00.018750", "end": "2024-02-04 20:05:14.223585", "rc": 0, "start": "2024-02-04 20:05:14.204835" } TASK [linux-system-roles.podman : Mark user as not yet needing to cancel linger] *** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:05:14 +0000 (0:00:00.245) 0:01:17.277 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:05:14 +0000 (0:00:00.032) 0:01:17.310 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:28 Sunday 04 February 2024 20:05:14 +0000 (0:00:00.024) 0:01:17.335 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 20:05:14 +0000 (0:00:00.482) 0:01:17.817 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Set variables part 1] ************************ task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Sunday 04 February 2024 20:05:14 +0000 (0:00:00.024) 0:01:17.842 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Sunday 04 February 2024 20:05:14 +0000 (0:00:00.024) 0:01:17.867 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Sunday 04 February 2024 20:05:14 +0000 (0:00:00.032) 0:01:17.899 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:05:14 +0000 (0:00:00.036) 0:01:17.935 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:05:15 +0000 (0:00:00.213) 0:01:18.149 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:05:15 +0000 (0:00:00.030) 0:01:18.180 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:28 Sunday 04 February 2024 20:05:15 +0000 (0:00:00.025) 0:01:18.205 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Sunday 04 February 2024 20:05:15 +0000 (0:00:00.711) 0:01:18.916 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Sunday 04 February 2024 20:05:15 +0000 (0:00:00.026) 0:01:18.942 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:05:15 +0000 (0:00:00.071) 0:01:19.014 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:05:16 +0000 (0:00:00.031) 0:01:19.045 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:05:16 +0000 (0:00:00.027) 0:01:19.073 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:05:16 +0000 (0:00:00.023) 0:01:19.097 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:05:16 +0000 (0:00:00.031) 0:01:19.128 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:05:16 +0000 (0:00:00.044) 0:01:19.172 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:05:16 +0000 (0:00:00.027) 0:01:19.200 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:05:16 +0000 (0:00:00.028) 0:01:19.229 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:05:16 +0000 (0:00:00.029) 0:01:19.259 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:05:16 +0000 (0:00:00.222) 0:01:19.481 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:05:16 +0000 (0:00:00.029) 0:01:19.511 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077088.3633373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707077057.124248, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1098245459", "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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:05:16 +0000 (0:00:00.224) 0:01:19.735 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004069", "end": "2024-02-04 20:05:16.908639", "rc": 0, "start": "2024-02-04 20:05:16.904570" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:05:16 +0000 (0:00:00.245) 0:01:19.981 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004154", "end": "2024-02-04 20:05:17.156754", "rc": 0, "start": "2024-02-04 20:05:17.152600" } 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:05:17 +0000 (0:00:00.224) 0:01:20.205 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:05:17 +0000 (0:00:00.023) 0:01:20.229 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:05:17 +0000 (0:00:00.024) 0:01:20.253 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:05:17 +0000 (0:00:00.022) 0:01:20.276 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:05:17 +0000 (0:00:00.023) 0:01:20.300 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:05:17 +0000 (0:00:00.046) 0:01:20.346 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:05:17 +0000 (0:00:00.024) 0:01:20.370 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:05:17 +0000 (0:00:00.026) 0:01:20.397 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:05:17 +0000 (0:00:00.056) 0:01:20.453 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:05:17 +0000 (0:00:00.023) 0:01:20.477 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 20:05:17 +0000 (0:00:00.047) 0:01:20.524 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:05:17 +0000 (0:00:00.041) 0:01:20.565 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:05:17 +0000 (0:00:00.213) 0:01:20.779 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:05:17 +0000 (0:00:00.029) 0:01:20.809 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 20:05:17 +0000 (0:00:00.025) 0:01:20.834 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Sunday 04 February 2024 20:05:17 +0000 (0:00:00.050) 0:01:20.885 ******* TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:42 Sunday 04 February 2024 20:05:17 +0000 (0:00:00.023) 0:01:20.908 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:51 Sunday 04 February 2024 20:05:18 +0000 (0:00:00.229) 0:01:21.137 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:61 Sunday 04 February 2024 20:05:18 +0000 (0:00:00.023) 0:01:21.161 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 Sunday 04 February 2024 20:05:18 +0000 (0:00:00.022) 0:01:21.184 ******* 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-1707077118.2109785-9255-252570012581588/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:85 Sunday 04 February 2024 20:05:18 +0000 (0:00:00.579) 0:01:21.764 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:114 Sunday 04 February 2024 20:05:19 +0000 (0:00:00.422) 0:01:22.186 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:130 Sunday 04 February 2024 20:05:19 +0000 (0:00:00.026) 0:01:22.213 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:05:19 +0000 (0:00:00.029) 0:01:22.242 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:05:19 +0000 (0:00:00.030) 0:01:22.273 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:05:19 +0000 (0:00:00.029) 0:01:22.303 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:05:19 +0000 (0:00:00.024) 0:01:22.327 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:05:19 +0000 (0:00:00.033) 0:01:22.360 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:05:19 +0000 (0:00:00.073) 0:01:22.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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:05:19 +0000 (0:00:00.028) 0:01:22.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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:05:19 +0000 (0:00:00.030) 0:01:22.493 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:05:19 +0000 (0:00:00.031) 0:01:22.524 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:05:19 +0000 (0:00:00.226) 0:01:22.750 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:05:19 +0000 (0:00:00.029) 0:01:22.780 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077088.3633373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707077057.124248, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1098245459", "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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:05:19 +0000 (0:00:00.224) 0:01:23.004 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004259", "end": "2024-02-04 20:05:20.179036", "rc": 0, "start": "2024-02-04 20:05:20.174777" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:05:20 +0000 (0:00:00.222) 0:01:23.227 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004119", "end": "2024-02-04 20:05:20.402294", "rc": 0, "start": "2024-02-04 20:05:20.398175" } 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:05:20 +0000 (0:00:00.223) 0:01:23.450 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:05:20 +0000 (0:00:00.025) 0:01:23.476 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:05:20 +0000 (0:00:00.027) 0:01:23.503 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:05:20 +0000 (0:00:00.026) 0:01:23.529 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:05:20 +0000 (0:00:00.026) 0:01:23.556 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:05:20 +0000 (0:00:00.045) 0:01:23.602 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:05:20 +0000 (0:00:00.024) 0:01:23.626 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:05:20 +0000 (0:00:00.027) 0:01:23.653 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:05:20 +0000 (0:00:00.064) 0:01:23.718 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:05:20 +0000 (0:00:00.058) 0:01:23.777 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 20:05:20 +0000 (0:00:00.051) 0:01:23.829 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:05:20 +0000 (0:00:00.042) 0:01:23.871 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:05:21 +0000 (0:00:00.215) 0:01:24.087 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:05:21 +0000 (0:00:00.028) 0:01:24.115 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Create host directories] ********************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 20:05:21 +0000 (0:00:00.028) 0:01:24.144 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Sunday 04 February 2024 20:05:21 +0000 (0:00:00.021) 0:01:24.165 ******* TASK [linux-system-roles.podman : Ensure the quadlet directory is present] ***** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:42 Sunday 04 February 2024 20:05:21 +0000 (0:00:00.022) 0:01:24.187 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:51 Sunday 04 February 2024 20:05:21 +0000 (0:00:00.228) 0:01:24.416 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:61 Sunday 04 February 2024 20:05:21 +0000 (0:00:00.022) 0:01:24.438 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 Sunday 04 February 2024 20:05:21 +0000 (0:00:00.025) 0:01:24.464 ******* 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-1707077121.4898012-9342-86917200492871/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:85 Sunday 04 February 2024 20:05:22 +0000 (0:00:00.602) 0:01:25.066 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:114 Sunday 04 February 2024 20:05:22 +0000 (0:00:00.431) 0:01:25.497 ******* changed: [sut] => { "changed": true, "name": "quadlet-basic-mysql-volume.service", "state": "started", "status": { "AccessSELinuxContext": "unconfined_u:object_r:user_tmp_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "app.slice run-user-1111.mount -.mount basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "quadlet-basic-mysql-volume.service", "DevicePolicy": "auto", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-basic-mysql ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/user/1111/systemd/generator/quadlet-basic-mysql-volume.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "quadlet-basic-mysql-volume.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13974", "LimitNPROCSoft": "13974", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13974", "LimitSIGPENDINGSoft": "13974", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "quadlet-basic-mysql-volume.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "basic.target app.slice", "RequiresMountsFor": "/run/user/1111/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "app.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogIdentifier": "quadlet-basic-mysql-volume", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22359", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/user_quadlet_basic" } } TASK [linux-system-roles.podman : Restart service] ***************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:130 Sunday 04 February 2024 20:05:22 +0000 (0:00:00.455) 0:01:25.952 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:05:22 +0000 (0:00:00.027) 0:01:25.980 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:05:22 +0000 (0:00:00.030) 0:01:26.010 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:05:23 +0000 (0:00:00.031) 0:01:26.042 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:05:23 +0000 (0:00:00.022) 0:01:26.064 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:05:23 +0000 (0:00:00.035) 0:01:26.100 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:05:23 +0000 (0:00:00.043) 0:01:26.144 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:05:23 +0000 (0:00:00.029) 0:01:26.173 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:05:23 +0000 (0:00:00.031) 0:01:26.205 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "1111" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:05:23 +0000 (0:00:00.032) 0:01:26.237 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:05:23 +0000 (0:00:00.222) 0:01:26.460 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:05:23 +0000 (0:00:00.028) 0:01:26.488 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077088.3633373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707077057.124248, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1098245459", "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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:05:23 +0000 (0:00:00.219) 0:01:26.708 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user_quadlet_basic" ], "delta": "0:00:00.004280", "end": "2024-02-04 20:05:23.881787", "rc": 0, "start": "2024-02-04 20:05:23.877507" } STDOUT: 0: user_quadlet_basic 100000 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:05:23 +0000 (0:00:00.222) 0:01:26.930 ******* ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user_quadlet_basic" ], "delta": "0:00:00.004097", "end": "2024-02-04 20:05:24.101873", "rc": 0, "start": "2024-02-04 20:05:24.097776" } 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:05:24 +0000 (0:00:00.221) 0:01:27.152 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:05:24 +0000 (0:00:00.026) 0:01:27.179 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:05:24 +0000 (0:00:00.024) 0:01:27.203 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:05:24 +0000 (0:00:00.025) 0:01:27.229 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:05:24 +0000 (0:00:00.024) 0:01:27.253 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:05:24 +0000 (0:00:00.043) 0:01:27.297 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:05:24 +0000 (0:00:00.025) 0:01:27.322 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:05:24 +0000 (0:00:00.022) 0:01:27.345 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:05:24 +0000 (0:00:00.059) 0:01:27.405 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:05:24 +0000 (0:00:00.021) 0:01:27.427 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:2 Sunday 04 February 2024 20:05:24 +0000 (0:00:00.050) 0:01:27.477 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:05:24 +0000 (0:00:00.040) 0:01:27.518 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:05:24 +0000 (0:00:00.212) 0:01:27.731 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:05:24 +0000 (0:00:00.027) 0:01:27.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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:7 Sunday 04 February 2024 20:05:24 +0000 (0:00:00.023) 0:01:27.782 ******* TASK [linux-system-roles.podman : Ensure container images are present] ********* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 Sunday 04 February 2024 20:05:24 +0000 (0:00:00.048) 0:01:27.830 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:42 Sunday 04 February 2024 20:05:34 +0000 (0:00:09.646) 0:01:37.477 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:51 Sunday 04 February 2024 20:05:34 +0000 (0:00:00.264) 0:01:37.741 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:61 Sunday 04 February 2024 20:05:34 +0000 (0:00:00.024) 0:01:37.766 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 Sunday 04 February 2024 20:05:34 +0000 (0:00:00.022) 0:01:37.789 ******* 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-1707077134.8141613-9431-26573391520380/source", "state": "file", "uid": 1111 } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:85 Sunday 04 February 2024 20:05:35 +0000 (0:00:00.574) 0:01:38.363 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.podman : Start service] ******************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:114 Sunday 04 February 2024 20:05:35 +0000 (0:00:00.424) 0:01:38.788 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: Unable to start service quadlet-basic-mysql.service: Job for quadlet-basic-mysql.service failed because the control process exited with error code. See "systemctl --user status quadlet-basic-mysql.service" and "journalctl --user -xeu quadlet-basic-mysql.service" for details. TASK [Dump journal] ************************************************************ task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/tests_quadlet_basic.yml:188 Sunday 04 February 2024 20:05:36 +0000 (0:00:00.559) 0:01:39.348 ******* ok: [sut] => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.039187", "end": "2024-02-04 20:05:36.554126", "rc": 0, "start": "2024-02-04 20:05:36.514939" } STDOUT: Feb 04 19:55:31 localhost systemd[1]: Starting Load Kernel Module configfs... ░░ Subject: A start job for unit modprobe@configfs.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has begun execution. ░░ ░░ The job identifier is 256. Feb 04 19:55:31 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@configfs.service has successfully entered the 'dead' state. Feb 04 19:55:31 localhost systemd[1]: Finished Load Kernel Module configfs. ░░ Subject: A start job for unit modprobe@configfs.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has finished successfully. ░░ ░░ The job identifier is 256. Feb 04 19:55:31 localhost kernel: RPC: Registered named UNIX socket transport module. Feb 04 19:55:31 localhost kernel: RPC: Registered udp transport module. Feb 04 19:55:31 localhost kernel: RPC: Registered tcp transport module. Feb 04 19:55:31 localhost kernel: RPC: Registered tcp-with-tls transport module. Feb 04 19:55:31 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Feb 04 19:55:31 localhost systemd[1]: Mounted RPC Pipe File System. ░░ Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully. ░░ ░░ The job identifier is 235. Feb 04 19:55:31 localhost systemd[1]: Reached target rpc_pipefs.target. ░░ Subject: A start job for unit rpc_pipefs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc_pipefs.target has finished successfully. ░░ ░░ The job identifier is 234. Feb 04 19:55:31 localhost auditd[536]: No plugins found, not dispatching events Feb 04 19:55:31 localhost systemd[1]: Started RPC Bind. ░░ Subject: A start job for unit rpcbind.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpcbind.service has finished successfully. ░░ ░░ The job identifier is 220. Feb 04 19:55:31 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Feb 04 19:55:31 localhost auditd[536]: Init complete, auditd 3.1.2 listening for events (startup state enable) Feb 04 19:55:31 localhost kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Feb 04 19:55:31 localhost systemd-udevd[511]: Network interface NamePolicy= disabled on kernel command line. Feb 04 19:55:31 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer Feb 04 19:55:31 localhost kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console Feb 04 19:55:31 localhost kernel: Console: switching to colour dummy device 80x25 Feb 04 19:55:31 localhost kernel: [drm] Initialized cirrus 2.0.0 2019 for 0000:00:02.0 on minor 0 Feb 04 19:55:31 localhost kernel: fbcon: cirrusdrmfb (fb0) is primary device Feb 04 19:55:31 localhost kernel: Console: switching to colour frame buffer device 128x48 Feb 04 19:55:31 localhost kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device Feb 04 19:55:31 localhost augenrules[539]: /sbin/augenrules: No change Feb 04 19:55:31 localhost augenrules[562]: No rules Feb 04 19:55:31 localhost augenrules[562]: enabled 1 Feb 04 19:55:31 localhost augenrules[562]: failure 1 Feb 04 19:55:31 localhost augenrules[562]: pid 536 Feb 04 19:55:31 localhost augenrules[562]: rate_limit 0 Feb 04 19:55:31 localhost augenrules[562]: backlog_limit 8192 Feb 04 19:55:31 localhost augenrules[562]: lost 0 Feb 04 19:55:31 localhost augenrules[562]: backlog 0 Feb 04 19:55:31 localhost augenrules[562]: backlog_wait_time 60000 Feb 04 19:55:31 localhost augenrules[562]: backlog_wait_time_actual 0 Feb 04 19:55:31 localhost augenrules[562]: enabled 1 Feb 04 19:55:31 localhost augenrules[562]: failure 1 Feb 04 19:55:31 localhost augenrules[562]: pid 536 Feb 04 19:55:31 localhost augenrules[562]: rate_limit 0 Feb 04 19:55:31 localhost augenrules[562]: backlog_limit 8192 Feb 04 19:55:31 localhost augenrules[562]: lost 0 Feb 04 19:55:31 localhost augenrules[562]: backlog 4 Feb 04 19:55:31 localhost augenrules[562]: backlog_wait_time 60000 Feb 04 19:55:31 localhost augenrules[562]: backlog_wait_time_actual 0 Feb 04 19:55:31 localhost augenrules[562]: enabled 1 Feb 04 19:55:31 localhost augenrules[562]: failure 1 Feb 04 19:55:31 localhost augenrules[562]: pid 536 Feb 04 19:55:31 localhost augenrules[562]: rate_limit 0 Feb 04 19:55:31 localhost augenrules[562]: backlog_limit 8192 Feb 04 19:55:31 localhost augenrules[562]: lost 0 Feb 04 19:55:31 localhost augenrules[562]: backlog 8 Feb 04 19:55:31 localhost augenrules[562]: backlog_wait_time 60000 Feb 04 19:55:31 localhost augenrules[562]: backlog_wait_time_actual 0 Feb 04 19:55:31 localhost systemd[1]: Started Security Auditing Service. ░░ Subject: A start job for unit auditd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has finished successfully. ░░ ░░ The job identifier is 221. Feb 04 19:55:31 localhost systemd[1]: Starting Record System Boot/Shutdown in UTMP... ░░ Subject: A start job for unit systemd-update-utmp.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp.service has begun execution. ░░ ░░ The job identifier is 240. Feb 04 19:55:31 localhost systemd[1]: Finished Record System Boot/Shutdown in UTMP. ░░ Subject: A start job for unit systemd-update-utmp.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp.service has finished successfully. ░░ ░░ The job identifier is 240. Feb 04 19:55:31 localhost systemd[1]: Reached target System Initialization. ░░ Subject: A start job for unit sysinit.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sysinit.target has finished successfully. ░░ ░░ The job identifier is 119. Feb 04 19:55:31 localhost systemd[1]: Started dnf makecache --timer. ░░ Subject: A start job for unit dnf-makecache.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dnf-makecache.timer has finished successfully. ░░ ░░ The job identifier is 188. Feb 04 19:55:31 localhost systemd[1]: Started Daily rotation of log files. ░░ Subject: A start job for unit logrotate.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.timer has finished successfully. ░░ ░░ The job identifier is 187. Feb 04 19:55:31 localhost systemd[1]: Started Daily Cleanup of Temporary Directories. ░░ Subject: A start job for unit systemd-tmpfiles-clean.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-clean.timer has finished successfully. ░░ ░░ The job identifier is 194. Feb 04 19:55:31 localhost systemd[1]: Reached target Timer Units. ░░ Subject: A start job for unit timers.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit timers.target has finished successfully. ░░ ░░ The job identifier is 186. Feb 04 19:55:31 localhost systemd[1]: Listening on D-Bus System Message Bus Socket. ░░ Subject: A start job for unit dbus.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus.socket has finished successfully. ░░ ░░ The job identifier is 180. Feb 04 19:55:31 localhost systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket. ░░ Subject: A start job for unit sssd-kcm.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd-kcm.socket has finished successfully. ░░ ░░ The job identifier is 185. Feb 04 19:55:31 localhost systemd[1]: Reached target Socket Units. ░░ Subject: A start job for unit sockets.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sockets.target has finished successfully. ░░ ░░ The job identifier is 179. Feb 04 19:55:32 localhost systemd[1]: Starting D-Bus System Message Bus... ░░ Subject: A start job for unit dbus-broker.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus-broker.service has begun execution. ░░ ░░ The job identifier is 192. Feb 04 19:55:32 localhost systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f). ░░ Subject: A start job for unit systemd-pcrphase-sysinit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pcrphase-sysinit.service has finished successfully. ░░ ░░ The job identifier is 153. Feb 04 19:55:32 localhost systemd[1]: Started D-Bus System Message Bus. ░░ Subject: A start job for unit dbus-broker.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus-broker.service has finished successfully. ░░ ░░ The job identifier is 192. Feb 04 19:55:32 localhost systemd[1]: Reached target Basic System. ░░ Subject: A start job for unit basic.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit basic.target has finished successfully. ░░ ░░ The job identifier is 116. Feb 04 19:55:32 localhost systemd[1]: Starting NTP client/server... ░░ Subject: A start job for unit chronyd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has begun execution. ░░ ░░ The job identifier is 203. Feb 04 19:55:32 localhost systemd[1]: Starting Initial cloud-init job (pre-networking)... ░░ Subject: A start job for unit cloud-init-local.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init-local.service has begun execution. ░░ ░░ The job identifier is 212. Feb 04 19:55:32 localhost systemd[1]: Starting Restore /run/initramfs on shutdown... ░░ Subject: A start job for unit dracut-shutdown.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-shutdown.service has begun execution. ░░ ░░ The job identifier is 171. Feb 04 19:55:32 localhost systemd[1]: Started irqbalance daemon. ░░ Subject: A start job for unit irqbalance.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit irqbalance.service has finished successfully. ░░ ░░ The job identifier is 206. Feb 04 19:55:32 localhost systemd[1]: Load CPU microcode update was skipped because of an unmet condition check (ConditionPathExists=/sys/devices/system/cpu/microcode/reload). ░░ Subject: A start job for unit microcode.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit microcode.service has finished successfully. ░░ ░░ The job identifier is 178. Feb 04 19:55:32 localhost systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. ░░ Subject: A start job for unit rngd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rngd.service has finished successfully. ░░ ░░ The job identifier is 228. Feb 04 19:55:32 localhost systemd[1]: OpenSSH ecdsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ecdsa.service has finished successfully. ░░ ░░ The job identifier is 215. Feb 04 19:55:32 localhost systemd[1]: OpenSSH ed25519 Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ed25519.service has finished successfully. ░░ ░░ The job identifier is 217. Feb 04 19:55:32 localhost systemd[1]: OpenSSH rsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@rsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@rsa.service has finished successfully. ░░ ░░ The job identifier is 218. Feb 04 19:55:32 localhost systemd[1]: Reached target sshd-keygen.target. ░░ Subject: A start job for unit sshd-keygen.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen.target has finished successfully. ░░ ░░ The job identifier is 214. Feb 04 19:55:32 localhost systemd[1]: System Security Services Daemon was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit sssd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd.service has finished successfully. ░░ ░░ The job identifier is 200. Feb 04 19:55:32 localhost systemd[1]: Reached target User and Group Name Lookups. ░░ Subject: A start job for unit nss-user-lookup.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nss-user-lookup.target has finished successfully. ░░ ░░ The job identifier is 201. Feb 04 19:55:32 localhost systemd[1]: Starting User Login Management... ░░ Subject: A start job for unit systemd-logind.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-logind.service has begun execution. ░░ ░░ The job identifier is 197. Feb 04 19:55:32 localhost dbus-broker-lau[572]: Ready Feb 04 19:55:32 localhost systemd[1]: Starting Rotate log files... ░░ Subject: A start job for unit logrotate.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.service has begun execution. ░░ ░░ The job identifier is 262. Feb 04 19:55:32 localhost systemd[1]: Finished Restore /run/initramfs on shutdown. ░░ Subject: A start job for unit dracut-shutdown.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-shutdown.service has finished successfully. ░░ ░░ The job identifier is 171. Feb 04 19:55:32 localhost systemd-logind[584]: New seat seat0. ░░ Subject: A new seat seat0 is now available ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new seat seat0 has been configured and is now available. Feb 04 19:55:32 localhost systemd-logind[584]: Watching system buttons on /dev/input/event0 (Power Button) Feb 04 19:55:32 localhost systemd-logind[584]: Watching system buttons on /dev/input/event1 (Sleep Button) Feb 04 19:55:32 localhost systemd-logind[584]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Feb 04 19:55:32 localhost systemd[1]: Started User Login Management. ░░ Subject: A start job for unit systemd-logind.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-logind.service has finished successfully. ░░ ░░ The job identifier is 197. Feb 04 19:55:32 localhost systemd[1]: logrotate.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit logrotate.service has successfully entered the 'dead' state. Feb 04 19:55:32 localhost systemd[1]: Finished Rotate log files. ░░ Subject: A start job for unit logrotate.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.service has finished successfully. ░░ ░░ The job identifier is 262. Feb 04 19:55:32 localhost rngd[583]: Disabling 7: PKCS11 Entropy generator (pkcs11) Feb 04 19:55:32 localhost rngd[583]: Disabling 5: NIST Network Entropy Beacon (nist) Feb 04 19:55:32 localhost rngd[583]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Feb 04 19:55:32 localhost rngd[583]: Initializing available sources Feb 04 19:55:32 localhost rngd[583]: [hwrng ]: Initialization Failed Feb 04 19:55:32 localhost rngd[583]: [rdrand]: Enabling RDRAND rng support Feb 04 19:55:32 localhost rngd[583]: [rdrand]: Initialized Feb 04 19:55:32 localhost rngd[583]: [jitter]: JITTER timeout set to 5 sec Feb 04 19:55:32 localhost rngd[583]: [jitter]: Initializing AES buffer Feb 04 19:55:33 localhost chronyd[592]: chronyd version 4.3 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Feb 04 19:55:33 localhost chronyd[592]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Feb 04 19:55:33 localhost chronyd[592]: Using right/UTC timezone to obtain leap second data Feb 04 19:55:33 localhost chronyd[592]: Loaded seccomp filter (level 2) Feb 04 19:55:33 localhost systemd[1]: Started NTP client/server. ░░ Subject: A start job for unit chronyd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has finished successfully. ░░ ░░ The job identifier is 203. Feb 04 19:55:36 localhost cloud-init[596]: Cloud-init v. 23.4-2.el9 running 'init-local' at Sun, 04 Feb 2024 19:55:36 +0000. Up 16.40 seconds. Feb 04 19:55:37 localhost rngd[583]: [jitter]: Unable to obtain AES key, disabling JITTER source Feb 04 19:55:37 localhost rngd[583]: [jitter]: Initialization Failed Feb 04 19:55:37 localhost rngd[583]: Process privileges have been dropped to 2:2 Feb 04 19:55:37 localhost dhclient[599]: Internet Systems Consortium DHCP Client 4.4.2b1 Feb 04 19:55:37 localhost dhclient[599]: Copyright 2004-2019 Internet Systems Consortium. Feb 04 19:55:37 localhost dhclient[599]: All rights reserved. Feb 04 19:55:37 localhost dhclient[599]: For info, please visit https://www.isc.org/software/dhcp/ Feb 04 19:55:37 localhost dhclient[599]: Feb 04 19:55:37 localhost dhclient[599]: Listening on LPF/eth0/02:5e:0e:8d:8e:f3 Feb 04 19:55:37 localhost dhclient[599]: Sending on LPF/eth0/02:5e:0e:8d:8e:f3 Feb 04 19:55:37 localhost dhclient[599]: Sending on Socket/fallback Feb 04 19:55:37 localhost dhclient[599]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 (xid=0xe3c0b542) Feb 04 19:55:37 localhost dhclient[599]: DHCPOFFER of 10.31.46.19 from 10.31.44.1 Feb 04 19:55:37 localhost dhclient[599]: DHCPREQUEST for 10.31.46.19 on eth0 to 255.255.255.255 port 67 (xid=0xe3c0b542) Feb 04 19:55:37 localhost dhclient[599]: DHCPACK of 10.31.46.19 from 10.31.44.1 (xid=0xe3c0b542) Feb 04 19:55:37 localhost dhclient[599]: bound to 10.31.46.19 -- renewal in 1791 seconds. Feb 04 19:55:37 localhost systemd[1]: Starting Hostname Service... ░░ Subject: A start job for unit systemd-hostnamed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has begun execution. ░░ ░░ The job identifier is 324. Feb 04 19:55:37 localhost systemd[1]: Started Hostname Service. ░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has finished successfully. ░░ ░░ The job identifier is 324. Feb 04 19:55:37 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-hostnamed[614]: Hostname set to (static) Feb 04 19:55:37 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Finished Initial cloud-init job (pre-networking). ░░ Subject: A start job for unit cloud-init-local.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init-local.service has finished successfully. ░░ ░░ The job identifier is 212. Feb 04 19:55:37 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Reached target Preparation for Network. ░░ Subject: A start job for unit network-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network-pre.target has finished successfully. ░░ ░░ The job identifier is 139. Feb 04 19:55:37 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager... ░░ Subject: A start job for unit NetworkManager.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager.service has begun execution. ░░ ░░ The job identifier is 191. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.0648] NetworkManager (version 1.45.10-1.el9) is starting... (boot:0b54020b-eb28-4698-a85c-834acd466bf7) Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.0651] Read config: /etc/NetworkManager/NetworkManager.conf (run: 15-carrier-timeout.conf) Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1017] manager[0x5635cbcd0040]: monitoring kernel firmware directory '/lib/firmware'. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1042] hostname: hostname: using hostnamed Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1043] hostname: static hostname changed from (none) to "ip-10-31-46-19.us-east-1.aws.redhat.com" Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1052] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto) Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1503] manager[0x5635cbcd0040]: rfkill: Wi-Fi hardware radio set enabled Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1504] manager[0x5635cbcd0040]: rfkill: WWAN hardware radio set enabled Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1600] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.45.10-1.el9/libnm-device-plugin-team.so) Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1601] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1609] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1611] manager: Networking is enabled by state file Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1690] settings: Loaded settings plugin: keyfile (internal) Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1708] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.45.10-1.el9/libnm-settings-plugin-ifcfg-rh.so") Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1729] Warning: the ifcfg-rh plugin is deprecated, please migrate connections to the keyfile format using "nmcli connection migrate" Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1741] dhcp: init: Using DHCP client 'internal' Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1746] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1) Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Script Dispatcher Service... ░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has begun execution. ░░ ░░ The job identifier is 388. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1768] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external') Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1775] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external') Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1785] device (lo): Activation: starting connection 'lo' (27ec8ce2-2c16-4e54-a27b-4c08d457e32d) Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1795] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. ░░ Subject: A start job for unit systemd-rfkill.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-rfkill.socket has finished successfully. ░░ ░░ The job identifier is 451. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1801] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started Network Manager. ░░ Subject: A start job for unit NetworkManager.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager.service has finished successfully. ░░ ░░ The job identifier is 191. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1827] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Reached target Network. ░░ Subject: A start job for unit network.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network.target has finished successfully. ░░ ░░ The job identifier is 193. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1840] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external') Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1844] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external') Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1847] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external') Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1850] device (eth0): carrier: link connected Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1857] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external') Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1863] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed') Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1870] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1877] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1879] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1883] manager: NetworkManager state is now CONNECTING Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1886] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1893] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1897] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Wait Online... ░░ Subject: A start job for unit NetworkManager-wait-online.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-wait-online.service has begun execution. ░░ ░░ The job identifier is 190. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1923] dhcp4 (eth0): state changed new lease, address=10.31.46.19 Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting GSSAPI Proxy Daemon... ░░ Subject: A start job for unit gssproxy.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit gssproxy.service has begun execution. ░░ ░░ The job identifier is 232. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.1942] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.2001] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Script Dispatcher Service. ░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has finished successfully. ░░ ░░ The job identifier is 388. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.3681] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external') Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.3687] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.3694] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external') Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.3702] device (lo): Activation: successful, device activated. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.3707] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.3711] manager: NetworkManager state is now CONNECTED_SITE Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.3714] device (eth0): Activation: successful, device activated. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.3718] manager: NetworkManager state is now CONNECTED_GLOBAL Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com NetworkManager[618]: [1707076538.3721] manager: startup complete Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Finished Network Manager Wait Online. ░░ Subject: A start job for unit NetworkManager-wait-online.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-wait-online.service has finished successfully. ░░ ░░ The job identifier is 190. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting Initial cloud-init job (metadata service crawler)... ░░ Subject: A start job for unit cloud-init.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.service has begun execution. ░░ ░░ The job identifier is 211. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started GSSAPI Proxy Daemon. ░░ Subject: A start job for unit gssproxy.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit gssproxy.service has finished successfully. ░░ ░░ The job identifier is 232. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). ░░ Subject: A start job for unit rpc-gssd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-gssd.service has finished successfully. ░░ ░░ The job identifier is 233. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Reached target NFS client services. ░░ Subject: A start job for unit nfs-client.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nfs-client.target has finished successfully. ░░ ░░ The job identifier is 230. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Reached target Preparation for Remote File Systems. ░░ Subject: A start job for unit remote-fs-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs-pre.target has finished successfully. ░░ ░░ The job identifier is 238. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems. ░░ Subject: A start job for unit remote-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs.target has finished successfully. ░░ ░░ The job identifier is 241. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f). ░░ Subject: A start job for unit systemd-pcrphase.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pcrphase.service has finished successfully. ░░ ░░ The job identifier is 124. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: Cloud-init v. 23.4-2.el9 running 'init' at Sun, 04 Feb 2024 19:55:38 +0000. Up 18.52 seconds. Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: +++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: +--------+------+---------------------------+---------------+--------+-------------------+ Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: +--------+------+---------------------------+---------------+--------+-------------------+ Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: | eth0 | True | 10.31.46.19 | 255.255.252.0 | global | 02:5e:0e:8d:8e:f3 | Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: | eth0 | True | fe80::5e:eff:fe8d:8ef3/64 | . | link | 02:5e:0e:8d:8e:f3 | Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: | lo | True | ::1/128 | . | host | . | Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: +--------+------+---------------------------+---------------+--------+-------------------+ Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG | Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: | Route | Destination | Gateway | Interface | Flags | Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: | 3 | multicast | :: | eth0 | U | Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 04 19:55:38 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: 2024-02-04 19:55:38,827 - __init__.py[WARNING]: Unhandled non-multipart (text/x-not-multipart) userdata: 'b'~/.citool.d/post-install'...' Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: Generating public/private rsa key pair. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: The key fingerprint is: Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: SHA256:QPWcT0c+evlqvybM37F1xweArOHlofZ8O2CjqY1wCmw root@ip-10-31-46-19.us-east-1.aws.redhat.com Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: The key's randomart image is: Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: +---[RSA 3072]----+ Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | ... . | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | . + o o | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | . . O o + | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | o * + + o | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | S . o + | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | . . o+ . + | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | E . . +oo+ .B| Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | . . + oo ..=.oO| Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | . o.. .o==+| Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: +----[SHA256]-----+ Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: Generating public/private dsa key pair. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: The key fingerprint is: Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: SHA256:zhhY9RMywQcIr8dxQ7AqJ27r7AO4uOQGw9GpOCS+r3w root@ip-10-31-46-19.us-east-1.aws.redhat.com Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: The key's randomart image is: Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: +---[DSA 1024]----+ Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | ...+Bo. | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | ..+.+.. | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | . . = o.o | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: |.o o * o . . | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: |B = = + S | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: |B= + . = | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: |o*+ . o | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: |*=.E | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: |oBOo | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: +----[SHA256]-----+ Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: Generating public/private ecdsa key pair. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: The key fingerprint is: Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: SHA256:SXbEdOj3HjSFByDnbs3ysszXtcO0qZp9qfsZdVIbnJw root@ip-10-31-46-19.us-east-1.aws.redhat.com Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: The key's randomart image is: Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: +---[ECDSA 256]---+ Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | o+.+..o | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | .o= + =| Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | o.. . E.| Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | o o...oo.o| Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | S .+o+oo| Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | . ooo+| Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | ..++*| Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | ooooO+| Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | o=**o.| Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: +----[SHA256]-----+ Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: Generating public/private ed25519 key pair. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: The key fingerprint is: Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: SHA256:Hi/J3YCQzcoP73JaaCumPFV7mXHIfTdlJNlkUaFILXw root@ip-10-31-46-19.us-east-1.aws.redhat.com Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: The key's randomart image is: Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: +--[ED25519 256]--+ Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | ... .BO| Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | + .o.Eoo+| Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | o.oo .o. o | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | ..o+.o . o | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | .+.S=.. . . | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | . .B+= o | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | . o.O o . | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | .. o..+.. | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: | o+ .o+. | Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[708]: +----[SHA256]-----+ Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Finished Initial cloud-init job (metadata service crawler). ░░ Subject: A start job for unit cloud-init.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.service has finished successfully. ░░ ░░ The job identifier is 211. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability. ░░ Subject: A start job for unit cloud-config.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.target has finished successfully. ░░ ░░ The job identifier is 210. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online. ░░ Subject: A start job for unit network-online.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network-online.target has finished successfully. ░░ ░░ The job identifier is 189. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting Apply the settings specified in cloud-config... ░░ Subject: A start job for unit cloud-config.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.service has begun execution. ░░ ░░ The job identifier is 209. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming... ░░ Subject: A start job for unit kdump.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has begun execution. ░░ ░░ The job identifier is 243. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness.... ░░ Subject: A start job for unit restraintd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit restraintd.service has begun execution. ░░ ░░ The job identifier is 219. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart... ░░ Subject: A start job for unit rpc-statd-notify.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-statd-notify.service has begun execution. ░░ ░░ The job identifier is 237. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service... ░░ Subject: A start job for unit rsyslog.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rsyslog.service has begun execution. ░░ ░░ The job identifier is 222. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 213. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[787]: Server listening on 0.0.0.0 port 22. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[787]: Server listening on :: port 22. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 213. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com sm-notify[785]: Version 2.5.4 starting Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart. ░░ Subject: A start job for unit rpc-statd-notify.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-statd-notify.service has finished successfully. ░░ ░░ The job identifier is 237. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness.. ░░ Subject: A start job for unit restraintd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit restraintd.service has finished successfully. ░░ ░░ The job identifier is 219. Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com rsyslogd[786]: [origin software="rsyslogd" swVersion="8.2310.0-3.el9" x-pid="786" x-info="https://www.rsyslog.com"] start Feb 04 19:55:40 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service. ░░ Subject: A start job for unit rsyslog.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rsyslog.service has finished successfully. ░░ ░░ The job identifier is 222. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com rsyslogd[786]: imjournal: journal files changed, reloading... [v8.2310.0-3.el9 try https://www.rsyslog.com/e/0 ] Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com restraintd[803]: Listening on http://localhost:8081 Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[842]: Cloud-init v. 23.4-2.el9 running 'modules:config' at Sun, 04 Feb 2024 19:55:41 +0000. Up 21.03 seconds. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[787]: Received signal 15; terminating. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Stopping OpenSSH server daemon... ░░ Subject: A stop job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 472. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: sshd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit sshd.service has successfully entered the 'dead' state. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Stopped OpenSSH server daemon. ░░ Subject: A stop job for unit sshd.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd.service has finished. ░░ ░░ The job identifier is 472 and the job result is done. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Stopped target sshd-keygen.target. ░░ Subject: A stop job for unit sshd-keygen.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd-keygen.target has finished. ░░ ░░ The job identifier is 539 and the job result is done. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Stopping sshd-keygen.target... ░░ Subject: A stop job for unit sshd-keygen.target has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd-keygen.target has begun execution. ░░ ░░ The job identifier is 539. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: OpenSSH ecdsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ecdsa.service has finished successfully. ░░ ░░ The job identifier is 535. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: OpenSSH ed25519 Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ed25519.service has finished successfully. ░░ ░░ The job identifier is 537. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: OpenSSH rsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@rsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@rsa.service has finished successfully. ░░ ░░ The job identifier is 538. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Reached target sshd-keygen.target. ░░ Subject: A start job for unit sshd-keygen.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen.target has finished successfully. ░░ ░░ The job identifier is 539. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 472. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[866]: Server listening on 0.0.0.0 port 22. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[866]: Server listening on :: port 22. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 472. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Finished Apply the settings specified in cloud-config. ░░ Subject: A start job for unit cloud-config.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.service has finished successfully. ░░ ░░ The job identifier is 209. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting Execute cloud user/final scripts... ░░ Subject: A start job for unit cloud-final.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-final.service has begun execution. ░░ ░░ The job identifier is 208. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions... ░░ Subject: A start job for unit systemd-user-sessions.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-user-sessions.service has begun execution. ░░ ░░ The job identifier is 202. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com kdumpctl[790]: kdump: Detected change(s) in the following file(s): /etc/fstab Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Finished Permit User Sessions. ░░ Subject: A start job for unit systemd-user-sessions.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-user-sessions.service has finished successfully. ░░ ░░ The job identifier is 202. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler. ░░ Subject: A start job for unit crond.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit crond.service has finished successfully. ░░ ░░ The job identifier is 229. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1. ░░ Subject: A start job for unit getty@tty1.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit getty@tty1.service has finished successfully. ░░ ░░ The job identifier is 224. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts. ░░ Subject: A start job for unit getty.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit getty.target has finished successfully. ░░ ░░ The job identifier is 223. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System. ░░ Subject: A start job for unit multi-user.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit multi-user.target has finished successfully. ░░ ░░ The job identifier is 115. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting Record Runlevel Change in UTMP... ░░ Subject: A start job for unit systemd-update-utmp-runlevel.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp-runlevel.service has begun execution. ░░ ░░ The job identifier is 239. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully. ░░ 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:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Finished Record Runlevel Change in UTMP. ░░ Subject: A start job for unit systemd-update-utmp-runlevel.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp-runlevel.service has finished successfully. ░░ ░░ The job identifier is 239. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com crond[921]: (CRON) STARTUP (1.5.7) Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com crond[921]: (CRON) INFO (Syslog will be used instead of sendmail.) Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com crond[921]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 87% if used.) Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com crond[921]: (CRON) INFO (running with inotify support) Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[1076]: Cloud-init v. 23.4-2.el9 running 'modules:final' at Sun, 04 Feb 2024 19:55:41 +0000. Up 21.65 seconds. Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[1078]: ############################################################# Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[1079]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[1081]: 1024 SHA256:zhhY9RMywQcIr8dxQ7AqJ27r7AO4uOQGw9GpOCS+r3w root@ip-10-31-46-19.us-east-1.aws.redhat.com (DSA) Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[1083]: 256 SHA256:SXbEdOj3HjSFByDnbs3ysszXtcO0qZp9qfsZdVIbnJw root@ip-10-31-46-19.us-east-1.aws.redhat.com (ECDSA) Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[1085]: 256 SHA256:Hi/J3YCQzcoP73JaaCumPFV7mXHIfTdlJNlkUaFILXw root@ip-10-31-46-19.us-east-1.aws.redhat.com (ED25519) Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[1087]: 3072 SHA256:QPWcT0c+evlqvybM37F1xweArOHlofZ8O2CjqY1wCmw root@ip-10-31-46-19.us-east-1.aws.redhat.com (RSA) Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[1088]: -----END SSH HOST KEY FINGERPRINTS----- Feb 04 19:55:41 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[1089]: ############################################################# Feb 04 19:55:42 ip-10-31-46-19.us-east-1.aws.redhat.com cloud-init[1076]: Cloud-init v. 23.4-2.el9 finished at Sun, 04 Feb 2024 19:55:41 +0000. Datasource DataSourceEc2Local. Up 21.81 seconds Feb 04 19:55:42 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Finished Execute cloud user/final scripts. ░░ Subject: A start job for unit cloud-final.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-final.service has finished successfully. ░░ ░░ The job identifier is 208. Feb 04 19:55:42 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-init target. ░░ Subject: A start job for unit cloud-init.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.target has finished successfully. ░░ ░░ The job identifier is 207. Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: Cannot change IRQ 0 affinity: Input/output error Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: IRQ 0 affinity is now unmanaged Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: Cannot change IRQ 48 affinity: Input/output error Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: IRQ 48 affinity is now unmanaged Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: Cannot change IRQ 49 affinity: Input/output error Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: IRQ 49 affinity is now unmanaged Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: Cannot change IRQ 50 affinity: Input/output error Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: IRQ 50 affinity is now unmanaged Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: Cannot change IRQ 51 affinity: Input/output error Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: IRQ 51 affinity is now unmanaged Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: Cannot change IRQ 52 affinity: Input/output error Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: IRQ 52 affinity is now unmanaged Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: Cannot change IRQ 53 affinity: Input/output error Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: IRQ 53 affinity is now unmanaged Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: Cannot change IRQ 54 affinity: Input/output error Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: IRQ 54 affinity is now unmanaged Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: Cannot change IRQ 55 affinity: Input/output error Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: IRQ 55 affinity is now unmanaged Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: Cannot change IRQ 56 affinity: Input/output error Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: IRQ 56 affinity is now unmanaged Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: Cannot change IRQ 57 affinity: Input/output error Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: IRQ 57 affinity is now unmanaged Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: Cannot change IRQ 58 affinity: Input/output error Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: IRQ 58 affinity is now unmanaged Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: Cannot change IRQ 59 affinity: Input/output error Feb 04 19:55:43 ip-10-31-46-19.us-east-1.aws.redhat.com /usr/sbin/irqbalance[582]: IRQ 59 affinity is now unmanaged Feb 04 19:55:44 ip-10-31-46-19.us-east-1.aws.redhat.com kernel: block xvda: the capability attribute has been deprecated. Feb 04 19:55:44 ip-10-31-46-19.us-east-1.aws.redhat.com chronyd[592]: Selected source 10.2.32.38 Feb 04 19:55:44 ip-10-31-46-19.us-east-1.aws.redhat.com chronyd[592]: System clock TAI offset set to 37 seconds Feb 04 19:55:44 ip-10-31-46-19.us-east-1.aws.redhat.com kdumpctl[790]: kdump: Rebuilding /boot/initramfs-5.14.0-410.el9.x86_64kdump.img Feb 04 19:55:45 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1407]: dracut-057-53.git20240104.el9 Feb 04 19:55:45 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: Executing: /usr/bin/dracut --add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics -o "plymouth resume ifcfg earlykdump" --mount "/dev/disk/by-uuid/f72128f2-bcfd-46ab-b509-3a36632be876 /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" --squash-compressor zstd --no-hostonly-default-device -f /boot/initramfs-5.14.0-410.el9.x86_64kdump.img 5.14.0-410.el9.x86_64 Feb 04 19:55:46 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'systemd-networkd' will not be installed, because command 'networkctl' could not be found! Feb 04 19:55:46 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found! Feb 04 19:55:46 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found! Feb 04 19:55:46 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found! Feb 04 19:55:46 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Feb 04 19:55:46 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Feb 04 19:55:46 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'connman' will not be installed, because command 'connmand' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: memstrack is not available Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'connman' will not be installed, because command 'connmand' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: memstrack is not available Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng Feb 04 19:55:47 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: systemd *** Feb 04 19:55:48 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: systemd-initrd *** Feb 04 19:55:48 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: nss-softokn *** Feb 04 19:55:48 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: rngd *** Feb 04 19:55:48 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: i18n *** Feb 04 19:55:48 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: drm *** Feb 04 19:55:48 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: prefixdevname *** Feb 04 19:55:48 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ 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:55:48 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: kernel-modules *** Feb 04 19:55:49 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: kernel-modules-extra *** Feb 04 19:55:49 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: kernel-modules-extra: configuration source "/run/depmod.d" does not exist Feb 04 19:55:49 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: kernel-modules-extra: configuration source "/lib/depmod.d" does not exist Feb 04 19:55:49 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: kernel-modules-extra: parsing configuration file "/etc/depmod.d/dist.conf" Feb 04 19:55:49 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: kernel-modules-extra: /etc/depmod.d/dist.conf: added "updates extra built-in weak-updates" to the list of search directories Feb 04 19:55:49 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: fstab-sys *** Feb 04 19:55:49 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: rootfs-block *** Feb 04 19:55:49 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: terminfo *** Feb 04 19:55:49 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: udev-rules *** Feb 04 19:55:49 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: Skipping udev rule: 91-permissions.rules Feb 04 19:55:49 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: Skipping udev rule: 80-drivers-modprobe.rules Feb 04 19:55:49 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: dracut-systemd *** Feb 04 19:55:49 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: usrmount *** Feb 04 19:55:49 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: base *** Feb 04 19:55:49 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: fs-lib *** Feb 04 19:55:49 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: kdumpbase *** Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: microcode_ctl-fw_dir_override *** Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl module: mangling fw_dir Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: intel: caveats check for kernel version "5.14.0-410.el9.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: configuration "intel-06-2d-07" is ignored Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: configuration "intel-06-4e-03" is ignored Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: configuration "intel-06-4f-01" is ignored Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: configuration "intel-06-55-04" is ignored Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: configuration "intel-06-5e-03" is ignored Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: configuration "intel-06-8c-01" is ignored Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: shutdown *** Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including module: squash *** Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Including modules done *** Feb 04 19:55:50 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Installing kernel module dependencies *** Feb 04 19:55:51 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Installing kernel module dependencies done *** Feb 04 19:55:51 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Resolving executable dependencies *** Feb 04 19:55:52 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Resolving executable dependencies done *** Feb 04 19:55:52 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Hardlinking files *** Feb 04 19:55:52 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: Mode: real Feb 04 19:55:52 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: Files: 436 Feb 04 19:55:52 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: Linked: 1 files Feb 04 19:55:52 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: Compared: 0 xattrs Feb 04 19:55:52 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: Compared: 6 files Feb 04 19:55:52 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: Saved: 55.98 KiB Feb 04 19:55:52 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: Duration: 0.004241 seconds Feb 04 19:55:52 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Hardlinking files done *** Feb 04 19:55:52 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Generating early-microcode cpio image *** Feb 04 19:55:52 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Constructing GenuineIntel.bin *** Feb 04 19:55:52 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Constructing GenuineIntel.bin *** Feb 04 19:55:52 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Store current command line parameters *** Feb 04 19:55:52 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: Stored kernel commandline: Feb 04 19:55:52 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: No dracut internal kernel commandline stored in the initramfs Feb 04 19:55:52 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Install squash loader *** Feb 04 19:55:53 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Stripping files *** Feb 04 19:55:54 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Stripping files done *** Feb 04 19:55:54 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Squashing the files inside the initramfs *** Feb 04 19:56:00 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Squashing the files inside the initramfs done *** Feb 04 19:56:00 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Creating image file '/boot/initramfs-5.14.0-410.el9.x86_64kdump.img' *** Feb 04 19:56:00 ip-10-31-46-19.us-east-1.aws.redhat.com dracut[1409]: *** Creating initramfs image file '/boot/initramfs-5.14.0-410.el9.x86_64kdump.img' done *** Feb 04 19:56:01 ip-10-31-46-19.us-east-1.aws.redhat.com kdumpctl[790]: kdump: kexec: loaded kdump kernel Feb 04 19:56:01 ip-10-31-46-19.us-east-1.aws.redhat.com kdumpctl[790]: kdump: Starting kdump: [OK] Feb 04 19:56:01 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Finished Crash recovery kernel arming. ░░ Subject: A start job for unit kdump.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has finished successfully. ░░ ░░ The job identifier is 243. Feb 04 19:56:01 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Startup finished in 958ms (kernel) + 4.788s (initrd) + 35.522s (userspace) = 41.268s. ░░ 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 958250 microseconds. ░░ ░░ Initrd start-up required 4788038 microseconds. ░░ ░░ Userspace start-up required 35522099 microseconds. Feb 04 19:56:08 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ 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:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4033]: Accepted publickey for root from 10.30.32.10 port 51708 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of UID 0. ░░ Subject: A start job for unit user-0.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-0.slice has finished successfully. ░░ ░░ The job identifier is 602. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting User Runtime Directory /run/user/0... ░░ Subject: A start job for unit user-runtime-dir@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has begun execution. ░░ ░░ The job identifier is 604. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-logind[584]: 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: sd-login(3) ░░ ░░ A new session with the ID 1 has been created for the user root. ░░ ░░ The leading process of the session is 4033. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Finished User Runtime Directory /run/user/0. ░░ Subject: A start job for unit user-runtime-dir@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has finished successfully. ░░ ░░ The job identifier is 604. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting User Manager for UID 0... ░░ Subject: A start job for unit user@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has begun execution. ░░ ░░ The job identifier is 540. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[4037]: pam_unix(systemd-user:session): session opened for user root(uid=0) by (uid=0) Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[4037]: Queued start job for default target Main User Target. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[4037]: Created slice User Application Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 9. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[4037]: Mark boot as successful after the user session has run 2 minutes was skipped because of an unmet condition check (ConditionUser=!@system). ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 4. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[4037]: Started Daily Cleanup of User's Temporary Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 6. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[4037]: Reached target Paths. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 7. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[4037]: Reached target Timers. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 3. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[4037]: Starting D-Bus User Message Bus Socket... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 12. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[4037]: Starting Create User's Volatile Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 8. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[4037]: Finished Create User's Volatile Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 8. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[4037]: Listening on D-Bus User Message Bus Socket. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 12. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[4037]: Reached target Sockets. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 11. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[4037]: Reached target Basic System. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 2. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[4037]: Reached target Main User Target. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 1. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[4037]: Startup finished in 85ms. ░░ 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 85975 microseconds. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started User Manager for UID 0. ░░ Subject: A start job for unit user@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has finished successfully. ░░ ░░ The job identifier is 540. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of User root. ░░ Subject: A start job for unit session-1.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-1.scope has finished successfully. ░░ ░░ The job identifier is 605. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4033]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4046]: Received disconnect from 10.30.32.10 port 51708:11: disconnected by user Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4046]: Disconnected from user root 10.30.32.10 port 51708 Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4033]: pam_unix(sshd:session): session closed for user root Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Deactivated successfully. ░░ 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:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-logind[584]: Session 1 logged out. Waiting for processes to exit. Feb 04 19:57:16 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-logind[584]: Removed session 1. ░░ Subject: Session 1 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 1 has been terminated. Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4075]: error: kex_exchange_identification: Connection closed by remote host Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4075]: Connection closed by 10.29.163.167 port 51934 Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4076]: Accepted publickey for root from 10.29.163.167 port 51946 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-logind[584]: 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: sd-login(3) ░░ ░░ A new session with the ID 3 has been created for the user root. ░░ ░░ The leading process of the session is 4076. Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of User root. ░░ Subject: A start job for unit session-3.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-3.scope has finished successfully. ░░ ░░ The job identifier is 671. Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4076]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4079]: Received disconnect from 10.29.163.167 port 51946:11: disconnected by user Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4079]: Disconnected from user root 10.29.163.167 port 51946 Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4076]: pam_unix(sshd:session): session closed for user root Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: session-3.scope: Deactivated successfully. ░░ 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:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-logind[584]: Session 3 logged out. Waiting for processes to exit. Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-logind[584]: Removed session 3. ░░ Subject: Session 3 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 3 has been terminated. Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4096]: Accepted publickey for root from 10.29.163.167 port 51948 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-logind[584]: 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: sd-login(3) ░░ ░░ A new session with the ID 4 has been created for the user root. ░░ ░░ The leading process of the session is 4096. Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started Session 4 of User root. ░░ Subject: A start job for unit session-4.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-4.scope has finished successfully. ░░ ░░ The job identifier is 737. Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4096]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4099]: Received disconnect from 10.29.163.167 port 51948:11: disconnected by user Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4099]: Disconnected from user root 10.29.163.167 port 51948 Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4096]: pam_unix(sshd:session): session closed for user root Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: session-4.scope: Deactivated successfully. ░░ 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:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-logind[584]: Session 4 logged out. Waiting for processes to exit. Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-logind[584]: Removed session 4. ░░ Subject: Session 4 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 4 has been terminated. Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4116]: Accepted publickey for root from 10.29.163.167 port 51960 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-logind[584]: 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: sd-login(3) ░░ ░░ A new session with the ID 5 has been created for the user root. ░░ ░░ The leading process of the session is 4116. Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started Session 5 of User root. ░░ Subject: A start job for unit session-5.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-5.scope has finished successfully. ░░ ░░ The job identifier is 803. Feb 04 19:57:18 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4116]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 04 19:57:19 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4119]: Received disconnect from 10.29.163.167 port 51960:11: disconnected by user Feb 04 19:57:19 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4119]: Disconnected from user root 10.29.163.167 port 51960 Feb 04 19:57:19 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4116]: pam_unix(sshd:session): session closed for user root Feb 04 19:57:19 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: session-5.scope: Deactivated successfully. ░░ 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:57:19 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-logind[584]: Session 5 logged out. Waiting for processes to exit. Feb 04 19:57:19 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-logind[584]: Removed session 5. ░░ Subject: Session 5 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 5 has been terminated. Feb 04 19:57:20 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4136]: Accepted publickey for root from 10.29.163.167 port 51972 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 04 19:57:20 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-logind[584]: 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: sd-login(3) ░░ ░░ A new session with the ID 6 has been created for the user root. ░░ ░░ The leading process of the session is 4136. Feb 04 19:57:20 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started Session 6 of User root. ░░ Subject: A start job for unit session-6.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-6.scope has finished successfully. ░░ ░░ The job identifier is 869. Feb 04 19:57:20 ip-10-31-46-19.us-east-1.aws.redhat.com sshd[4136]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Feb 04 19:57:48 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4233]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 04 19:57:49 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4274]: ansible-service_facts Invoked Feb 04 19:57:51 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4372]: 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 19:57:52 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4390]: 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 19:57:52 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4409]: 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 19:57:53 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4430]: 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 19:57:54 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4448]: 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 19:57:54 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4466]: 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 19:57:55 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4485]: 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 19:57:56 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4509]: 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 19:57:57 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4533]: 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 19:57:58 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4552]: 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 19:57:58 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4571]: ansible-ansible.legacy.command Invoked with _raw_params=if [ $(find /etc/yum.repos.d/ -name 'centos-addons.repo' | wc -l ) -gt 0 ]; then sed -i "/^\[nfv-source\]/,/^$/d" /etc/yum.repos.d/centos-addons.repo; 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 19:57:59 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4593]: 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 19:57:59 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4610]: 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 19:57:59 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4627]: 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 19:57:59 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4644]: 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 19:58:00 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4661]: 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 19:58:00 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4680]: 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 19:58:00 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4697]: 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 19:58:01 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4716]: 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 19:58:01 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4733]: 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 19:58:01 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4764]: 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 19:58:02 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4782]: 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 19:58:02 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4799]: 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 19:58:02 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4830]: 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 19:58:03 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4848]: 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 19:58:03 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4879]: 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 19:58:04 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4897]: 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 19:58:04 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4928]: 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 19:58:05 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4946]: 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 19:58:05 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4977]: 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 19:58:05 ip-10-31-46-19.us-east-1.aws.redhat.com python3[4995]: 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 19:58:06 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5013]: 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 19:59:13 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5210]: 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 19:59:18 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-ra05f959995a541e98960461d64750810.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-ra05f959995a541e98960461d64750810.service has finished successfully. ░░ ░░ The job identifier is 936. Feb 04 19:59:18 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 998. Feb 04 19:59:19 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5240]: 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 19:59:20 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ 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 19:59:20 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 998. Feb 04 19:59:20 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: run-ra05f959995a541e98960461d64750810.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-ra05f959995a541e98960461d64750810.service has successfully entered the 'dead' state. Feb 04 19:59:20 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5329]: 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 19:59:21 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5348]: 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 19:59:22 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5366]: 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 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-r67109ad0e0a44e9eab5874d01709cfb2.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-r67109ad0e0a44e9eab5874d01709cfb2.service has finished successfully. ░░ ░░ The job identifier is 1060. Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1122. Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Reloading. Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-rc-local-generator[5404]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Queuing reload/restart jobs for marked units… Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com chronyd[592]: chronyd exiting Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Stopping NTP client/server... ░░ Subject: A stop job for unit chronyd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit chronyd.service has begun execution. ░░ ░░ The job identifier is 1184. Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: chronyd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit chronyd.service has successfully entered the 'dead' state. Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Stopped NTP client/server. ░░ Subject: A stop job for unit chronyd.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit chronyd.service has finished. ░░ ░░ The job identifier is 1184 and the job result is done. Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting NTP client/server... ░░ Subject: A start job for unit chronyd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has begun execution. ░░ ░░ The job identifier is 1184. Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com chronyd[5447]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com chronyd[5447]: Loaded 0 symmetric keys Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com chronyd[5447]: Frequency -4.472 +/- 3.008 ppm read from /var/lib/chrony/drift Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com chronyd[5447]: Using right/UTC timezone to obtain leap second data Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com chronyd[5447]: Loaded seccomp filter (level 2) Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com chronyd[5447]: Added source 10.11.160.238 Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com chronyd[5447]: Added source 10.18.100.10 Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com chronyd[5447]: Added source 10.2.32.37 Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com chronyd[5447]: Added source 10.2.32.38 Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started NTP client/server. ░░ Subject: A start job for unit chronyd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has finished successfully. ░░ ░░ The job identifier is 1184. Feb 04 19:59:24 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-rb6f19b4bbbdb434dbf93e92f57a222a1.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-rb6f19b4bbbdb434dbf93e92f57a222a1.service has finished successfully. ░░ ░░ The job identifier is 1248. Feb 04 19:59:25 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ 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 19:59:25 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1122. Feb 04 19:59:25 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: run-r67109ad0e0a44e9eab5874d01709cfb2.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-r67109ad0e0a44e9eab5874d01709cfb2.service has successfully entered the 'dead' state. Feb 04 19:59:25 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: run-rb6f19b4bbbdb434dbf93e92f57a222a1.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-rb6f19b4bbbdb434dbf93e92f57a222a1.service has successfully entered the 'dead' state. Feb 04 19:59:25 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5619]: 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 19:59:26 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5637]: 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 19:59:26 ip-10-31-46-19.us-east-1.aws.redhat.com chronyd[5447]: Added source ID#0000000009 (clock.corp.redhat.com) Feb 04 19:59:26 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5659]: 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 19:59:27 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5677]: 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 19:59:30 ip-10-31-46-19.us-east-1.aws.redhat.com chronyd[5447]: Selected source 10.11.160.238 Feb 04 19:59:30 ip-10-31-46-19.us-east-1.aws.redhat.com chronyd[5447]: System clock TAI offset set to 37 seconds Feb 04 19:59:37 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5695]: 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 19:59:37 ip-10-31-46-19.us-east-1.aws.redhat.com dbus-broker-launch[578]: avc: op=setenforce lsm=selinux enforcing=0 res=1 Feb 04 19:59:37 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting Time & Date Service... ░░ Subject: A start job for unit systemd-timedated.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-timedated.service has begun execution. ░░ ░░ The job identifier is 1372. Feb 04 19:59:37 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started Time & Date Service. ░░ Subject: A start job for unit systemd-timedated.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-timedated.service has finished successfully. ░░ ░░ The job identifier is 1372. Feb 04 19:59:37 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-timedated[5699]: Changed time zone to 'UTC' (UTC). ░░ Subject: Time zone change to UTC ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The system timezone has been changed to UTC. Feb 04 19:59:38 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5716]: 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 19:59:38 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5733]: 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-46-19.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 19:59:38 ip-10-31-46-19.us-east-1.aws.redhat.com usermod[5736]: change user 'root' password Feb 04 19:59:39 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5759]: 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 19:59:39 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5776]: 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 19:59:39 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5793]: 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 19:59:39 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5810]: 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 19:59:40 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5865]: 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 19:59:40 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5915]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707076779.965474-6598-193759263867438/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 19:59:40 ip-10-31-46-19.us-east-1.aws.redhat.com python3[5949]: 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 19:59:41 ip-10-31-46-19.us-east-1.aws.redhat.com python3[6004]: 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 19:59:41 ip-10-31-46-19.us-east-1.aws.redhat.com python3[6054]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707076780.9068158-6611-119231576453336/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 19:59:41 ip-10-31-46-19.us-east-1.aws.redhat.com python3[6088]: 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 19:59:41 ip-10-31-46-19.us-east-1.aws.redhat.com python3[6105]: 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 19:59:42 ip-10-31-46-19.us-east-1.aws.redhat.com python3[6160]: 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 19:59:42 ip-10-31-46-19.us-east-1.aws.redhat.com python3[6210]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707076781.9690337-6631-59146062619474/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 19:59:42 ip-10-31-46-19.us-east-1.aws.redhat.com python3[6244]: 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 19:59:43 ip-10-31-46-19.us-east-1.aws.redhat.com python3[6301]: 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 19:59:43 ip-10-31-46-19.us-east-1.aws.redhat.com python3[6351]: 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-1707076782.8004372-6646-106398502513463/source _original_basename=tmpiyp1a2xj 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 19:59:43 ip-10-31-46-19.us-east-1.aws.redhat.com python3[6385]: 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 19:59:44 ip-10-31-46-19.us-east-1.aws.redhat.com python3[6405]: ansible-hostname Invoked with name=e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm use=None Feb 04 19:59:44 ip-10-31-46-19.us-east-1.aws.redhat.com dbus-broker-launch[578]: avc: op=setenforce lsm=selinux enforcing=1 res=1 Feb 04 19:59:44 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-journald[484]: Field hash table of /run/log/journal/186a2950052d4c768d29609f3a767b2d/system.journal has a fill level at 75.1 (250 of 333 items), suggesting rotation. Feb 04 19:59:44 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-journald[484]: /run/log/journal/186a2950052d4c768d29609f3a767b2d/system.journal: Journal header limits reached or header out-of-date, rotating. Feb 04 19:59:44 ip-10-31-46-19.us-east-1.aws.redhat.com rsyslogd[786]: imjournal: journal files changed, reloading... [v8.2310.0-3.el9 try https://www.rsyslog.com/e/0 ] Feb 04 19:59:44 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service... ░░ Subject: A start job for unit systemd-hostnamed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has begun execution. ░░ ░░ The job identifier is 1435. Feb 04 19:59:44 ip-10-31-46-19.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service. ░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has finished successfully. ░░ ░░ The job identifier is 1435. Feb 04 19:59:44 ip-10-31-46-19.us-east-1.aws.redhat.com systemd-hostnamed[6410]: Changed pretty hostname to 'e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm' Feb 04 19:59:44 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd-hostnamed[6410]: Hostname set to (static) Feb 04 19:59:44 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm NetworkManager[618]: [1707076784.2324] hostname: static hostname changed from "ip-10-31-46-19.us-east-1.aws.redhat.com" to "e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm" Feb 04 19:59:44 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: Starting Network Manager Script Dispatcher Service... ░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has begun execution. ░░ ░░ The job identifier is 1498. Feb 04 19:59:44 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: Started Network Manager Script Dispatcher Service. ░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has finished successfully. ░░ ░░ The job identifier is 1498. Feb 04 19:59:44 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6439]: 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 19:59:45 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6458]: 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 19:59:45 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6475]: 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 19:59:45 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm setsebool[6476]: The nis_enabled policy boolean was changed to on by root Feb 04 19:59:45 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6493]: 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 19:59:45 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6512]: 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 19:59:45 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6530]: 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 19:59:46 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6549]: 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 19:59:46 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6566]: 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 19:59:46 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6585]: 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 19:59:47 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6602]: 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 19:59:47 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6619]: 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 19:59:47 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6636]: 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 19:59:47 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6653]: 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 19:59:47 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6671]: 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 19:59:48 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm auditd[536]: The audit daemon is exiting. Feb 04 19:59:48 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm kernel: audit: type=1305 audit(1707076788.030:719): op=set audit_pid=0 old=536 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Feb 04 19:59:48 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: auditd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit auditd.service has successfully entered the 'dead' state. Feb 04 19:59:48 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm kernel: audit: type=1131 audit(1707076788.032:720): 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 19:59:48 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm dbus-broker-launch[578]: avc: op=load_policy lsm=selinux seqno=2 res=1 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: Starting Security Auditing Service... ░░ Subject: A start job for unit auditd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has begun execution. ░░ ░░ The job identifier is 1561. Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm auditd[6687]: No plugins found, not dispatching events Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm auditd[6687]: Init complete, auditd 3.1.2 listening for events (startup state enable) Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm kernel: audit: type=1305 audit(1707076790.034:721): op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm kernel: audit: type=1300 audit(1707076790.034:721): arch=c000003e syscall=44 success=yes exit=60 a0=3 a1=7ffe012d43b0 a2=3c a3=0 items=0 ppid=6686 pid=6687 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="auditd" exe="/usr/sbin/auditd" subj=system_u:system_r:auditd_t:s0 key=(null) Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm kernel: audit: type=1327 audit(1707076790.034:721): proctitle="/sbin/auditd" Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6690]: /sbin/augenrules: No change Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: No rules Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: enabled 1 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: failure 1 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: pid 6687 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: rate_limit 0 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: backlog_limit 8192 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: lost 0 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: backlog 2 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: backlog_wait_time 60000 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: backlog_wait_time_actual 0 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: enabled 1 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: failure 1 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: pid 6687 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: rate_limit 0 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: backlog_limit 8192 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: lost 0 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: backlog 4 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: backlog_wait_time 60000 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: backlog_wait_time_actual 0 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: enabled 1 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: failure 1 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: pid 6687 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: rate_limit 0 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: backlog_limit 8192 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: lost 0 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: backlog 4 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: backlog_wait_time 60000 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm augenrules[6700]: backlog_wait_time_actual 0 Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: Started Security Auditing Service. ░░ Subject: A start job for unit auditd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has finished successfully. ░░ ░░ The job identifier is 1561. Feb 04 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6723]: 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 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6780]: 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 19:59:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6830]: ansible-ansible.legacy.copy Invoked with dest=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf src=/root/.ansible/tmp/ansible-tmp-1707076790.3557992-6739-219488261198319/source _original_basename=tmpnxl8ljd5 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 19:59:51 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6864]: 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 19:59:51 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6895]: 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 19:59:52 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6913]: ansible-ansible.legacy.command Invoked with _raw_params=dnf config-manager --set-enabled highavailability _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 19:59:52 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6931]: 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 19:59:53 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[6949]: 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 19:59:54 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Feb 04 20:00:07 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: systemd-timedated.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-timedated.service has successfully entered the 'dead' state. Feb 04 20:00:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state. Feb 04 20:01:01 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm CROND[7137]: (root) CMD (run-parts /etc/cron.hourly) Feb 04 20:01:01 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm run-parts[7140]: (/etc/cron.hourly) starting 0anacron Feb 04 20:01:01 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm anacron[7148]: Anacron started on 2024-02-04 Feb 04 20:01:01 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm anacron[7148]: Will run job `cron.daily' in 5 min. Feb 04 20:01:01 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm anacron[7148]: Will run job `cron.weekly' in 25 min. Feb 04 20:01:01 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm anacron[7148]: Will run job `cron.monthly' in 45 min. Feb 04 20:01:01 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm anacron[7148]: Jobs will be executed sequentially Feb 04 20:01:01 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm run-parts[7150]: (/etc/cron.hourly) finished 0anacron Feb 04 20:01:01 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm CROND[7136]: (root) CMDEND (run-parts /etc/cron.hourly) Feb 04 20:01:06 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7185]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 04 20:01:07 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7226]: ansible-service_facts Invoked Feb 04 20:01:08 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7325]: 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:01:10 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7343]: 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:01:11 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7365]: 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:01:11 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7383]: 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:02:20 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7598]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 04 20:02:21 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7639]: ansible-service_facts Invoked Feb 04 20:02:23 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7738]: 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:02:26 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7774]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 04 20:02:27 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7815]: 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:02:29 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7833]: 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:02:30 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7851]: 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:02:30 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7870]: 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:02:31 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7894]: 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:02:32 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7918]: 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:02:33 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7937]: 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:02:34 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[7956]: ansible-service_facts Invoked Feb 04 20:02:35 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[8055]: 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:02:37 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[8073]: ansible-service_facts Invoked Feb 04 20:02:38 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[8172]: 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:02:39 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[8190]: 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:02:39 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[8221]: 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:02:40 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[8239]: 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:02:42 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[8257]: 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:02:48 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[4037]: Created slice User Background Tasks Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 14. Feb 04 20:02:49 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[4037]: Starting Cleanup of User's Temporary Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 13. Feb 04 20:02:49 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[4037]: Finished Cleanup of User's Temporary Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 13. Feb 04 20:03:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm chronyd[5447]: Selected source 45.33.103.94 (2.centos.pool.ntp.org) Feb 04 20:03:57 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[8474]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Feb 04 20:03:58 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[8514]: 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 20:03:59 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[8548]: ansible-dnf Invoked with name=['podman', '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 20:04:07 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm setsebool[8578]: The virt_use_nfs policy boolean was changed to 1 by root Feb 04 20:04:07 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm setsebool[8578]: The virt_sandbox_use_all_caps policy boolean was changed to 1 by root Feb 04 20:04:16 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm kernel: SELinux: Converting 389 SID table entries... Feb 04 20:04:16 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm kernel: SELinux: policy capability network_peer_controls=1 Feb 04 20:04:16 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm kernel: SELinux: policy capability open_perms=1 Feb 04 20:04:16 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm kernel: SELinux: policy capability extended_socket_class=1 Feb 04 20:04:16 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm kernel: SELinux: policy capability always_check_network=0 Feb 04 20:04:16 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm kernel: SELinux: policy capability cgroup_seclabel=1 Feb 04 20:04:16 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 04 20:04:16 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Feb 04 20:04:45 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm dbus-broker-launch[578]: avc: op=load_policy lsm=selinux seqno=4 res=1 Feb 04 20:04:45 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-rf038b253e196479abfa35719fa580cea.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-rf038b253e196479abfa35719fa580cea.service has finished successfully. ░░ ░░ The job identifier is 1565. Feb 04 20:04:45 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1627. Feb 04 20:04:45 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: Reloading. Feb 04 20:04:45 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd-rc-local-generator[9280]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 04 20:04:46 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: Queuing reload/restart jobs for marked units… Feb 04 20:04:46 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ 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:04:46 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1627. Feb 04 20:04:46 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: run-rf038b253e196479abfa35719fa580cea.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-rf038b253e196479abfa35719fa580cea.service has successfully entered the 'dead' state. Feb 04 20:04:47 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10400]: 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 20:04:47 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10423]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Feb 04 20:04:48 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10441]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:04:48 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10459]: 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 20:04:49 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10478]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:04:49 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10496]: 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 20:04:50 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10515]: 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 20:04:51 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10570]: 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 20:04:51 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10620]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707077090.8065195-8501-2083378169553/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 20:04:53 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10671]: 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 20:04:53 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10694]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:04:53 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10712]: 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 20:04:55 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10731]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:04:55 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10749]: 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 20:04:56 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10768]: ansible-containers.podman.podman_image Invoked with name=this_is_a_bogus_image force=True tag=latest pull=True push=False state=present executable=podman build={'force_rm': False, 'format': 'oci', 'cache': True, 'rm': True, 'annotation': None, 'file': None, 'volume': None, 'extra_args': None, 'target': None} push_args={'compress': None, 'format': None, 'remove_signatures': None, 'sign_by': None, 'dest': None, 'transport': None} arch=None path=None validate_certs=None auth_file=None username=None password=NOT_LOGGING_PARAMETER ca_cert_dir=None Feb 04 20:04:56 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10768]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image ls this_is_a_bogus_image:latest --format json Feb 04 20:04:56 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: var-lib-containers-storage-overlay-compat3408131199-merged.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay-compat3408131199-merged.mount has successfully entered the 'dead' state. Feb 04 20:04:56 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: var-lib-containers-storage-overlay-metacopy\x2dcheck4054633002-merged.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay-metacopy\x2dcheck4054633002-merged.mount has successfully entered the 'dead' state. Feb 04 20:04:56 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm podman[10769]: 2024-02-04 20:04:56.248399332 +0000 UTC m=+0.094625693 system refresh Feb 04 20:04:56 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10768]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman image exists this_is_a_bogus_image:latest Feb 04 20:04:56 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10768]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /usr/bin/podman pull this_is_a_bogus_image:latest -q Feb 04 20:04:56 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10809]: 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 20:04:57 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10864]: 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 20:04:57 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 04 20:04:57 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10914]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707077096.8995323-8687-116247746591098/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 20:04:59 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10965]: 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 20:04:59 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[10988]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:04:59 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11006]: 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 20:05:01 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11025]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:05:01 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11043]: 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 20:05:02 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11062]: 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 20:05:02 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11080]: 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 20:05:02 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11097]: 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 20:05:02 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: Reloading. Feb 04 20:05:03 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm quadlet-generator[11103]: Warning: bogus.container specifies the image "this_is_a_bogus_image" which not a fully qualified image name. This is not ideal for performance and security reasons. See the podman-pull manpage discussion of short-name-aliases.conf for details. Feb 04 20:05:03 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd-rc-local-generator[11114]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 04 20:05:03 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11147]: 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 20:05:03 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 04 20:05:05 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11187]: 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 20:05:05 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11210]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:05:05 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11228]: 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 20:05:07 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11247]: ansible-getent Invoked with database=group key=0 fail_key=False service=None split=None Feb 04 20:05:07 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11265]: 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 20:05:08 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11284]: 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 20:05:08 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: Reloading. Feb 04 20:05:08 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm quadlet-generator[11292]: Warning: bogus.container specifies the image "this_is_a_bogus_image" which not a fully qualified image name. This is not ideal for performance and security reasons. See the podman-pull manpage discussion of short-name-aliases.conf for details. Feb 04 20:05:08 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd-rc-local-generator[11304]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 04 20:05:08 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11336]: 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 20:05:09 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11353]: 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 20:05:09 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: Reloading. Feb 04 20:05:09 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd-rc-local-generator[11371]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 04 20:05:09 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11404]: 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 20:05:09 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Feb 04 20:05:09 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11429]: 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 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.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 20:05:10 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm useradd[11430]: new group: name=user_quadlet_basic, GID=1111 Feb 04 20:05:10 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm useradd[11430]: new user: name=user_quadlet_basic, UID=1111, GID=1111, home=/home/user_quadlet_basic, shell=/bin/bash, from=none Feb 04 20:05:11 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11470]: 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 20:05:12 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11493]: ansible-getent Invoked with database=passwd key=user_quadlet_basic fail_key=False service=None split=None Feb 04 20:05:12 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11511]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 04 20:05:12 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11529]: 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 20:05:12 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11548]: 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 20:05:13 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11566]: 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 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11584]: 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 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: Created slice User Slice of UID 1111. ░░ Subject: A start job for unit user-1111.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-1111.slice has finished successfully. ░░ ░░ The job identifier is 1753. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: Starting User Runtime Directory /run/user/1111... ░░ Subject: A start job for unit user-runtime-dir@1111.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@1111.service has begun execution. ░░ ░░ The job identifier is 1752. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: Finished User Runtime Directory /run/user/1111. ░░ Subject: A start job for unit user-runtime-dir@1111.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@1111.service has finished successfully. ░░ ░░ The job identifier is 1752. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: Starting User Manager for UID 1111... ░░ Subject: A start job for unit user@1111.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@1111.service has begun execution. ░░ ░░ The job identifier is 1690. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: pam_unix(systemd-user:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Queued start job for default target Main User Target. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Created slice User Application Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 5. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Started Mark boot as successful after the user session has run 2 minutes. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 10. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Started Daily Cleanup of User's Temporary Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 9. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Reached target Paths. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 11. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Reached target Timers. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 8. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Starting D-Bus User Message Bus Socket... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 4. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Starting Create User's Volatile Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 12. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Listening on D-Bus User Message Bus Socket. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 4. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Finished Create User's Volatile Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 12. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Reached target Sockets. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 3. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Reached target Basic System. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 2. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Reached target Main User Target. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 1. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Startup finished in 67ms. ░░ 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 67185 microseconds. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[1]: Started User Manager for UID 1111. ░░ Subject: A start job for unit user@1111.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@1111.service has finished successfully. ░░ ░░ The job identifier is 1690. Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[11619]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-wyfyhjfreypjxdzvpugscijdwihenzlk ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[11619]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 04 20:05:14 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[11619]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 20:05:15 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11644]: 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 20:05:15 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[11661]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-cobksopjltstpndhsdikbzwfjubluuat ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 20:05:15 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[11661]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 04 20:05:15 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Starting D-Bus User Message Bus... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 13. Feb 04 20:05:15 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm dbus-broker-launch[11690]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored Feb 04 20:05:15 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm dbus-broker-launch[11690]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored Feb 04 20:05:15 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Started D-Bus User Message Bus. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 13. Feb 04 20:05:15 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm dbus-broker-lau[11690]: Ready Feb 04 20:05:15 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Created slice Slice /user. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 19. Feb 04 20:05:15 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: podman-11678.scope: unit configures an IP firewall, but not running as root. Feb 04 20:05:15 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: (This warning is only shown for the first unit using IP firewalling.) Feb 04 20:05:15 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Started podman-11678.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 18. Feb 04 20:05:15 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Started podman-pause-ab8244b8.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 22. Feb 04 20:05:15 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Started podman-11692.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 26. Feb 04 20:05:15 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Started podman-11699.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 30. Feb 04 20:05:15 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[11661]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 20:05:16 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11722]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 04 20:05:16 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11740]: 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 20:05:16 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11759]: 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 20:05:17 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11777]: 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 20:05:17 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11795]: 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 20:05:18 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11812]: 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 20:05:18 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11867]: 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 20:05:18 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11917]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707077118.2109785-9255-252570012581588/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 20:05:18 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[11951]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-gnawuyzszmoaohhjpgacelwmeijfejil ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 20:05:18 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[11951]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 04 20:05:19 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11953]: 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 20:05:19 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Reloading. Feb 04 20:05:19 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[11951]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 20:05:19 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11981]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 04 20:05:19 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[11999]: 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 20:05:20 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12018]: 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 20:05:20 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12036]: 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 20:05:21 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12054]: 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 20:05:21 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12071]: 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 20:05:21 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12126]: 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 20:05:21 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12176]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707077121.4898012-9342-86917200492871/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 20:05:22 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[12210]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-cmjvweningygayslbhbcuzyzvdgtgmns ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 20:05:22 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[12210]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 04 20:05:22 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12212]: 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 20:05:22 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Reloading. Feb 04 20:05:22 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[12210]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 20:05:22 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[12240]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ekgrngldsasndtkqenhztqaafzifgwsm ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 20:05:22 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[12240]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 04 20:05:22 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12242]: 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 20:05:22 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Starting quadlet-basic-mysql-volume.service... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 34. Feb 04 20:05:22 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm quadlet-basic-mysql-volume[12245]: systemd-quadlet-basic-mysql Feb 04 20:05:22 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Finished quadlet-basic-mysql-volume.service. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 34. Feb 04 20:05:22 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[12240]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 20:05:23 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12269]: ansible-getent Invoked with database=group key=1111 fail_key=False service=None split=None Feb 04 20:05:23 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12287]: 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 20:05:23 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12306]: 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 20:05:24 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12324]: 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 20:05:24 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12342]: 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 20:05:24 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[12359]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-bnmarvhjxckxoooqsbdihrtkjfeusujx ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 20:05:24 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[12359]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 04 20:05:25 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12361]: ansible-containers.podman.podman_image Invoked with name=quay.io/linux-system-roles/mysql:5.6 force=True tag=latest pull=True push=False state=present executable=podman build={'force_rm': False, 'format': 'oci', 'cache': True, 'rm': True, 'annotation': None, 'file': None, 'volume': None, 'extra_args': None, 'target': None} push_args={'compress': None, 'format': None, 'remove_signatures': None, 'sign_by': None, 'dest': None, 'transport': None} arch=None path=None validate_certs=None auth_file=None username=None password=NOT_LOGGING_PARAMETER ca_cert_dir=None Feb 04 20:05:25 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12361]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman image ls quay.io/linux-system-roles/mysql:5.6 --format json Feb 04 20:05:25 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Started podman-12362.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 46. Feb 04 20:05:25 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12361]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman image exists quay.io/linux-system-roles/mysql:5.6 Feb 04 20:05:25 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Started podman-12369.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 50. Feb 04 20:05:25 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12361]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman pull quay.io/linux-system-roles/mysql:5.6 -q Feb 04 20:05:25 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Started podman-12376.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 54. Feb 04 20:05:34 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12361]: ansible-containers.podman.podman_image PODMAN-IMAGE-DEBUG: /bin/podman inspect dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5 --format json Feb 04 20:05:34 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: podman-12376.scope: Consumed 12.086s CPU time. ░░ Subject: Resources consumed by unit runtime ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit UNIT completed and consumed the indicated resources. Feb 04 20:05:34 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Started podman-12454.scope. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 58. Feb 04 20:05:34 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[12359]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 20:05:34 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12478]: 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 20:05:35 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12533]: 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 20:05:35 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12583]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1707077134.8141613-9431-26573391520380/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 20:05:35 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[12617]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-avspbafjsjqqmbodtwfwdsmylnogxktl ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 20:05:35 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[12617]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 04 20:05:35 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12619]: 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 20:05:35 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Reloading. Feb 04 20:05:35 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[12617]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 20:05:35 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[12647]: root : PWD=/root ; USER=user_quadlet_basic ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-yjwjvyvtspfxbkprlfscijjvmlslhppj ; XDG_RUNTIME_DIR=/run/user/1111 /usr/bin/python3 Feb 04 20:05:35 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[12647]: pam_unix(sudo:session): session opened for user user_quadlet_basic(uid=1111) by (uid=0) Feb 04 20:05:36 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12649]: 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 20:05:36 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Starting quadlet-basic-network.service... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 63. Feb 04 20:05:36 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm quadlet-basic-network[12652]: systemd-quadlet-basic Feb 04 20:05:36 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Finished quadlet-basic-network.service. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 63. Feb 04 20:05:36 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Starting quadlet-basic-mysql.service... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 62. Feb 04 20:05:36 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm quadlet-basic-mysql[12659]: Error: running container create option: no secret with name or id "mysql_container_root_password": no such secret Feb 04 20:05:36 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: quadlet-basic-mysql.service: Main process exited, code=exited, status=125/n/a ░░ Subject: Unit process exited ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ An ExecStart= process belonging to unit UNIT has exited. ░░ ░░ The process' exit code is 'exited' and its exit status is 125. Feb 04 20:05:36 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: quadlet-basic-mysql.service: Failed with result 'exit-code'. ░░ Subject: Unit failed ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit UNIT has entered the 'failed' state with result 'exit-code'. Feb 04 20:05:36 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm systemd[11587]: Failed to start quadlet-basic-mysql.service. ░░ Subject: A start job for unit UNIT has failed ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished with a failure. ░░ ░░ The job identifier is 62 and the job result is failed. Feb 04 20:05:36 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm sudo[12647]: pam_unix(sudo:session): session closed for user user_quadlet_basic Feb 04 20:05:36 e2cc8c73-d4a2-40c9-a102-85ac2f4b5388.testing-farm python3[12691]: 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-handling7nz_rqha/tests/tests_quadlet_basic.yml:193 Sunday 04 February 2024 20:05:36 +0000 (0:00:00.276) 0:01:39.625 ******* TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Sunday 04 February 2024 20:05:36 +0000 (0:00:00.058) 0:01:39.683 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Sunday 04 February 2024 20:05:36 +0000 (0:00:00.042) 0:01:39.726 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Sunday 04 February 2024 20:05:36 +0000 (0:00:00.029) 0:01:39.755 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Sunday 04 February 2024 20:05:36 +0000 (0:00:00.023) 0:01:39.778 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Sunday 04 February 2024 20:05:36 +0000 (0:00:00.022) 0:01:39.801 ******* ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-fix-linger-handling7nz_rqha/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" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Sunday 04 February 2024 20:05:36 +0000 (0:00:00.057) 0:01:39.859 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Sunday 04 February 2024 20:05:37 +0000 (0:00:01.074) 0:01:40.934 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Sunday 04 February 2024 20:05:37 +0000 (0:00:00.025) 0:01:40.959 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Sunday 04 February 2024 20:05:37 +0000 (0:00:00.028) 0:01:40.988 ******* ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033370", "end": "2024-02-04 20:05:38.192233", "rc": 0, "start": "2024-02-04 20:05:38.158863" } STDOUT: podman version 4.8.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Sunday 04 February 2024 20:05:38 +0000 (0:00:00.254) 0:01:41.242 ******* ok: [sut] => { "ansible_facts": { "podman_version": "4.8.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Sunday 04 February 2024 20:05:38 +0000 (0:00:00.025) 0:01:41.267 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Sunday 04 February 2024 20:05:38 +0000 (0:00:00.021) 0:01:41.289 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Sunday 04 February 2024 20:05:38 +0000 (0:00:00.074) 0:01:41.363 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:05:38 +0000 (0:00:00.046) 0:01:41.410 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:05:38 +0000 (0:00:00.223) 0:01:41.633 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:05:38 +0000 (0:00:00.027) 0:01:41.661 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:05:38 +0000 (0:00:00.031) 0:01:41.692 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:05:38 +0000 (0:00:00.220) 0:01:41.913 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:05:38 +0000 (0:00:00.029) 0:01:41.942 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077088.3633373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707077057.124248, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1098245459", "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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.214) 0:01:42.157 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.047) 0:01:42.204 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.025) 0:01:42.230 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.023) 0:01:42.254 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.024) 0:01:42.278 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.022) 0:01:42.300 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.022) 0:01:42.323 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.031) 0:01:42.355 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.045) 0:01:42.400 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.026) 0:01:42.426 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.023) 0:01:42.450 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.050) 0:01:42.501 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.024) 0:01:42.525 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.025) 0:01:42.550 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.046) 0:01:42.597 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.024) 0:01:42.622 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.023) 0:01:42.645 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.074) 0:01:42.719 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.026) 0:01:42.745 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.022) 0:01:42.768 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.022) 0:01:42.790 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.024) 0:01:42.815 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.022) 0:01:42.837 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.023) 0:01:42.860 ******* ok: [sut] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:113 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.021) 0:01:42.881 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml for sut included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.073) 0:01:42.955 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.027) 0:01:42.983 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Sunday 04 February 2024 20:05:39 +0000 (0:00:00.024) 0:01:43.008 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Sunday 04 February 2024 20:05:40 +0000 (0:00:00.031) 0:01:43.039 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:05:40 +0000 (0:00:00.037) 0:01:43.076 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:05:40 +0000 (0:00:00.025) 0:01:43.102 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:05:40 +0000 (0:00:00.022) 0:01:43.125 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:28 Sunday 04 February 2024 20:05:40 +0000 (0:00:00.022) 0:01:43.147 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:3 Sunday 04 February 2024 20:05:40 +0000 (0:00:00.269) 0:01:43.416 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:12 Sunday 04 February 2024 20:05:40 +0000 (0:00:00.052) 0:01:43.469 ******* ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [linux-system-roles.podman : Set variables part 2] ************************ task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:17 Sunday 04 February 2024 20:05:40 +0000 (0:00:00.027) 0:01:43.496 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:23 Sunday 04 February 2024 20:05:40 +0000 (0:00:00.030) 0:01:43.526 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:05:40 +0000 (0:00:00.039) 0:01:43.565 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:05:40 +0000 (0:00:00.022) 0:01:43.588 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:05:40 +0000 (0:00:00.022) 0:01:43.610 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Manage each secret] ************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:28 Sunday 04 February 2024 20:05:40 +0000 (0:00:00.023) 0:01:43.633 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:120 Sunday 04 February 2024 20:05:40 +0000 (0:00:00.274) 0:01:43.908 ******* TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:126 Sunday 04 February 2024 20:05:40 +0000 (0:00:00.022) 0:01:43.930 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml for sut included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:05:40 +0000 (0:00:00.081) 0:01:44.011 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.033) 0:01:44.045 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.027) 0:01:44.073 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.023) 0:01:44.096 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.032) 0:01:44.129 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.043) 0:01:44.173 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.077) 0:01:44.250 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.028) 0:01:44.278 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.029) 0:01:44.308 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.226) 0:01:44.535 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.034) 0:01:44.569 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077088.3633373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707077057.124248, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1098245459", "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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.222) 0:01:44.792 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.024) 0:01:44.816 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.024) 0:01:44.840 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.026) 0:01:44.867 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.024) 0:01:44.891 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.024) 0:01:44.915 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.025) 0:01:44.941 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.042) 0:01:44.984 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:05:41 +0000 (0:00:00.025) 0:01:45.009 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:05:42 +0000 (0:00:00.023) 0:01:45.033 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:05:42 +0000 (0:00:00.060) 0:01:45.093 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 20:05:42 +0000 (0:00:00.081) 0:01:45.175 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 20:05:42 +0000 (0:00:00.363) 0:01:45.538 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 20:05:42 +0000 (0:00:00.220) 0:01:45.758 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:05:42 +0000 (0:00:00.037) 0:01:45.796 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:05:42 +0000 (0:00:00.025) 0:01:45.822 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:05:42 +0000 (0:00:00.024) 0:01:45.846 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 20:05:42 +0000 (0:00:00.024) 0:01:45.871 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 20:05:42 +0000 (0:00:00.025) 0:01:45.897 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 20:05:42 +0000 (0:00:00.026) 0:01:45.923 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:05:42 +0000 (0:00:00.027) 0:01:45.951 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:05:42 +0000 (0:00:00.022) 0:01:45.974 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:05:42 +0000 (0:00:00.033) 0:01:46.007 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:05:43 +0000 (0:00:00.030) 0:01:46.037 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:05:43 +0000 (0:00:00.024) 0:01:46.062 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:05:43 +0000 (0:00:00.034) 0:01:46.097 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:05:43 +0000 (0:00:00.044) 0:01:46.142 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:05:43 +0000 (0:00:00.099) 0:01:46.241 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:05:43 +0000 (0:00:00.029) 0:01:46.271 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:05:43 +0000 (0:00:00.032) 0:01:46.304 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:05:43 +0000 (0:00:00.221) 0:01:46.526 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:05:43 +0000 (0:00:00.031) 0:01:46.558 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077088.3633373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707077057.124248, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1098245459", "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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:05:43 +0000 (0:00:00.225) 0:01:46.783 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:05:43 +0000 (0:00:00.025) 0:01:46.809 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:05:43 +0000 (0:00:00.035) 0:01:46.845 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:05:43 +0000 (0:00:00.024) 0:01:46.869 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:05:43 +0000 (0:00:00.035) 0:01:46.905 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:05:43 +0000 (0:00:00.035) 0:01:46.940 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:05:43 +0000 (0:00:00.033) 0:01:46.975 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:05:44 +0000 (0:00:00.044) 0:01:47.019 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:05:44 +0000 (0:00:00.024) 0:01:47.043 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:05:44 +0000 (0:00:00.025) 0:01:47.069 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:05:44 +0000 (0:00:00.057) 0:01:47.126 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 20:05:44 +0000 (0:00:00.051) 0:01:47.178 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 20:05:44 +0000 (0:00:00.369) 0:01:47.548 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 20:05:44 +0000 (0:00:00.225) 0:01:47.773 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:05:44 +0000 (0:00:00.041) 0:01:47.814 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:05:44 +0000 (0:00:00.023) 0:01:47.838 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:05:44 +0000 (0:00:00.025) 0:01:47.863 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 20:05:44 +0000 (0:00:00.024) 0:01:47.888 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 20:05:44 +0000 (0:00:00.025) 0:01:47.913 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 20:05:44 +0000 (0:00:00.025) 0:01:47.939 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:05:44 +0000 (0:00:00.026) 0:01:47.966 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:14 Sunday 04 February 2024 20:05:44 +0000 (0:00:00.023) 0:01:47.989 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:40 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.029) 0:01:48.019 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:57 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.029) 0:01:48.049 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:70 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.024) 0:01:48.073 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:97 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.034) 0:01:48.108 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.043) 0:01:48.151 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.064) 0:01:48.216 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.030) 0:01:48.246 ******* ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.032) 0:01:48.279 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.223) 0:01:48.502 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.028) 0:01:48.531 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707077088.3633373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "076f89863b474504550ab1b5c11216a77ed7123c", "ctime": 1707077057.124248, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 4380682, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1689166618.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1098245459", "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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.219) 0:01:48.751 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.024) 0:01:48.776 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.021) 0:01:48.797 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.022) 0:01:48.820 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.021) 0:01:48.842 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.023) 0:01:48.866 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:102 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.025) 0:01:48.891 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:134 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.044) 0:01:48.935 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:140 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.024) 0:01:48.960 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:151 Sunday 04 February 2024 20:05:45 +0000 (0:00:00.024) 0:01:48.984 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:205 Sunday 04 February 2024 20:05:46 +0000 (0:00:00.056) 0:01:49.040 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 Sunday 04 February 2024 20:05:46 +0000 (0:00:00.049) 0:01:49.090 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove quadlet file] ************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:22 Sunday 04 February 2024 20:05:46 +0000 (0:00:00.025) 0:01:49.115 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:28 Sunday 04 February 2024 20:05:46 +0000 (0:00:00.222) 0:01:49.338 ******* included: /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:12 Sunday 04 February 2024 20:05:46 +0000 (0:00:00.041) 0:01:49.380 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:18 Sunday 04 February 2024 20:05:46 +0000 (0:00:00.026) 0:01:49.407 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/manage_linger.yml:22 Sunday 04 February 2024 20:05:46 +0000 (0:00:00.024) 0:01:49.431 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Reload systemctl] **************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:36 Sunday 04 February 2024 20:05:46 +0000 (0:00:00.024) 0:01:49.456 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:45 Sunday 04 February 2024 20:05:46 +0000 (0:00:00.026) 0:01:49.482 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Remove network] ****************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:53 Sunday 04 February 2024 20:05:46 +0000 (0:00:00.025) 0:01:49.508 ******* 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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_quadlet_spec.yml:209 Sunday 04 February 2024 20:05:46 +0000 (0:00:00.024) 0:01:49.532 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Cancel linger] ******************************* task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:132 Sunday 04 February 2024 20:05:46 +0000 (0:00:00.022) 0:01:49.555 ******* TASK [Remove test user] ******************************************************** task path: /WORKDIR/git-fix-linger-handling7nz_rqha/tests/tests_quadlet_basic.yml:206 Sunday 04 February 2024 20:05:46 +0000 (0:00:00.021) 0:01:49.576 ******* fatal: [sut]: FAILED! => { "changed": false, "name": "user_quadlet_basic", "rc": 8 } MSG: userdel: user user_quadlet_basic is currently used by process 11587 to retry, use: --limit @/tmp/tests_quadlet_basic.retry PLAY RECAP ********************************************************************* sut : ok=319 changed=17 unreachable=0 failed=1 skipped=344 rescued=1 ignored=0 Sunday 04 February 2024 20:05:46 +0000 (0:00:00.254) 0:01:49.831 ******* =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 47.68s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:14 linux-system-roles.podman : Ensure container images are present --------- 9.65s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 linux-system-roles.podman : Gather the package facts -------------------- 1.18s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.07s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.07s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.07s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.06s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 1.06s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Gathering Facts --------------------------------------------------------- 0.71s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/tests_quadlet_basic.yml:9 ------ linux-system-roles.podman : Manage each secret -------------------------- 0.71s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/handle_secret.yml:28 linux-system-roles.podman : Ensure container images are present --------- 0.71s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:25 linux-system-roles.podman : Ensure quadlet file is present -------------- 0.66s /WORKDIR/git-fix-linger-handling7nz_rqha/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-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 linux-system-roles.podman : Reload systemctl ---------------------------- 0.59s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:36 linux-system-roles.podman : Stop and disable service -------------------- 0.58s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 linux-system-roles.podman : Ensure quadlet file is present -------------- 0.58s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 linux-system-roles.podman : Ensure quadlet file is present -------------- 0.58s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 linux-system-roles.podman : Ensure quadlet file is present -------------- 0.57s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:73 linux-system-roles.podman : Stop and disable service -------------------- 0.57s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/cleanup_quadlet_spec.yml:4 linux-system-roles.podman : Start service ------------------------------- 0.56s /WORKDIR/git-fix-linger-handling7nz_rqha/tests/roles/linux-system-roles.podman/tasks/create_update_quadlet_spec.yml:114 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---