# 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_config_files.yml *********************************************** 1 plays in /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml PLAY [Ensure that the role can manage its config files] ************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:3 Saturday 09 December 2023 16:42:54 +0000 (0:00:00.020) 0:00:00.020 ***** ok: [sut] META: ran handlers TASK [Run the role with no config to get private vars] ************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:42 Saturday 09 December 2023 16:42:54 +0000 (0:00:00.676) 0:00:00.696 ***** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 09 December 2023 16:42:54 +0000 (0:00:00.073) 0:00:00.769 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 09 December 2023 16:42:54 +0000 (0:00:00.016) 0:00:00.786 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 09 December 2023 16:42:54 +0000 (0:00:00.019) 0:00:00.806 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Set flag to indicate system is ostree] ******* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 09 December 2023 16:42:55 +0000 (0:00:00.259) 0:00:01.065 ***** ok: [sut] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 09 December 2023 16:42:55 +0000 (0:00:00.020) 0:00:01.085 ***** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 09 December 2023 16:42:55 +0000 (0:00:00.035) 0:00:01.121 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.podman : Enable copr if requested] ******************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 09 December 2023 16:42:56 +0000 (0:00:01.358) 0:00:02.479 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 09 December 2023 16:42:56 +0000 (0:00:00.028) 0:00:02.507 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: criu-3.18-4.module+el8.9.0+19090+d2921118.x86_64", "Installed: libnet-1.1.6-15.el8.x86_64", "Installed: criu-libs-3.18-4.module+el8.9.0+19090+d2921118.x86_64", "Installed: crun-1.8.7-1.module+el8.9.0+19731+94cfa27e.x86_64", "Installed: fuse-common-3.3.0-17.el8.x86_64", "Installed: fuse3-3.3.0-17.el8.x86_64", "Installed: fuse3-libs-3.3.0-17.el8.x86_64", "Installed: shadow-utils-subid-2:4.6-19.el8.x86_64", "Installed: libslirp-4.4.0-1.module+el8.9.0+19244+655f84ee.x86_64", "Installed: slirp4netns-1.2.1-1.module+el8.9.0+19731+94cfa27e.x86_64", "Installed: protobuf-c-1.3.0-8.el8.x86_64", "Installed: runc-1:1.1.9-1.module+el8.9.0+19648+0d5ae0ec.x86_64", "Installed: podman-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "Installed: podman-catatonit-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "Installed: dnsmasq-2.79-31.el8.x86_64", "Installed: podman-gvproxy-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "Installed: conmon-3:2.1.8-1.module+el8.9.0+19761+326da906.x86_64", "Installed: policycoreutils-python-utils-2.9-24.el8.noarch", "Installed: podman-plugins-3:4.6.1-4.module+el8.9.0+19761+326da906.x86_64", "Installed: yajl-2.1.0-12.el8.x86_64", "Installed: container-selinux-2:2.221.0-1.module+el8.9.0+19685+019f3589.noarch", "Installed: fuse-overlayfs-1.12-1.module+el8.9.0+19090+d2921118.x86_64", "Installed: containernetworking-plugins-1:1.3.0-4.module+el8.9.0+19649+5879504a.x86_64", "Installed: containers-common-2:1-54.module+el8.9.0+19761+326da906.x86_64" ] } lsrpackages: crun podman podman-plugins shadow-utils-subid TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 09 December 2023 16:44:08 +0000 (0:01:12.016) 0:01:14.524 ***** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.032568", "end": "2023-12-09 16:44:08.863818", "rc": 0, "start": "2023-12-09 16:44:08.831250" } STDOUT: podman version 4.6.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 09 December 2023 16:44:08 +0000 (0:00:00.351) 0:01:14.875 ***** ok: [sut] => { "ansible_facts": { "podman_version": "4.6.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 09 December 2023 16:44:08 +0000 (0:00:00.028) 0:01:14.903 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 09 December 2023 16:44:08 +0000 (0:00:00.026) 0:01:14.930 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 09 December 2023 16:44:09 +0000 (0:00:00.090) 0:01:15.020 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 09 December 2023 16:44:09 +0000 (0:00:00.036) 0:01:15.057 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 09 December 2023 16:44:09 +0000 (0:00:00.302) 0:01:15.359 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 09 December 2023 16:44:09 +0000 (0:00:00.029) 0:01:15.389 ***** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 09 December 2023 16:44:09 +0000 (0:00:00.025) 0:01:15.415 ***** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 09 December 2023 16:44:09 +0000 (0:00:00.228) 0:01:15.644 ***** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 09 December 2023 16:44:09 +0000 (0:00:00.025) 0:01:15.669 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1689168175.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6945b9a18160ca48bcc32d3bd056941f567c97ad", "ctime": 1702140186.575885, "dev": 51715, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 25166327, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1689168175.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12672, "uid": 0, "version": "3862333336", "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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 09 December 2023 16:44:09 +0000 (0:00:00.203) 0:01:15.873 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 09 December 2023 16:44:09 +0000 (0:00:00.018) 0:01:15.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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 09 December 2023 16:44:09 +0000 (0:00:00.018) 0:01:15.910 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 09 December 2023 16:44:09 +0000 (0:00:00.019) 0:01:15.930 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 09 December 2023 16:44:09 +0000 (0:00:00.024) 0:01:15.955 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.040) 0:01:15.995 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.051) 0:01:16.047 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.051) 0:01:16.098 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.048) 0:01:16.147 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.019) 0:01:16.167 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.020) 0:01:16.187 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.044) 0:01:16.231 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.019) 0:01:16.250 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.020) 0:01:16.271 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.042) 0:01:16.313 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.028) 0:01:16.341 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.021) 0:01:16.362 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.059) 0:01:16.421 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.041) 0:01:16.463 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.040) 0:01:16.504 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.057) 0:01:16.561 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.026) 0:01:16.588 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.022) 0:01:16.611 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.045) 0:01:16.656 ***** TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:115 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.030) 0:01:16.686 ***** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.043) 0:01:16.730 ***** TASK [Create temp directory] *************************************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:53 Saturday 09 December 2023 16:44:10 +0000 (0:00:00.043) 0:01:16.773 ***** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_podman_config_6i5lu7fz", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create backup] *********************************************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:59 Saturday 09 December 2023 16:44:11 +0000 (0:00:00.232) 0:01:17.005 ***** ok: [sut] => { "changed": false, "cmd": [ "tar", "--ignore-failed-read", "-c", "-P", "-v", "-p", "-f", "/tmp/lsr_podman_config_6i5lu7fz/backup.tar", "/etc/containers/containers.conf.d/50-systemroles.conf", "/etc/containers/registries.conf.d/50-systemroles.conf", "/etc/containers/storage.conf", "/etc/containers/policy.json" ], "delta": "0:00:00.133651", "end": "2023-12-09 16:44:11.324697", "rc": 0, "start": "2023-12-09 16:44:11.191046" } STDOUT: /etc/containers/storage.conf /etc/containers/policy.json STDERR: tar: /etc/containers/containers.conf.d/50-systemroles.conf: Warning: Cannot stat: No such file or directory tar: /etc/containers/registries.conf.d/50-systemroles.conf: Warning: Cannot stat: No such file or directory TASK [Create user] ************************************************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:66 Saturday 09 December 2023 16:44:11 +0000 (0:00:00.331) 0:01:17.336 ***** changed: [sut] => { "changed": true, "comment": "", "create_home": true, "group": 1001, "home": "/home/user1", "name": "user1", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1001 } TASK [Run the role with user config] ******************************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:70 Saturday 09 December 2023 16:44:11 +0000 (0:00:00.468) 0:01:17.805 ***** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 09 December 2023 16:44:11 +0000 (0:00:00.045) 0:01:17.851 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 09 December 2023 16:44:11 +0000 (0:00:00.033) 0:01:17.884 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 09 December 2023 16:44:11 +0000 (0:00:00.024) 0:01:17.908 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 09 December 2023 16:44:11 +0000 (0:00:00.057) 0:01:17.966 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 09 December 2023 16:44:12 +0000 (0:00:00.033) 0:01:18.000 ***** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 09 December 2023 16:44:12 +0000 (0:00:00.050) 0:01:18.050 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 09 December 2023 16:44:13 +0000 (0:00:01.248) 0:01:19.298 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 09 December 2023 16:44:13 +0000 (0:00:00.023) 0:01:19.322 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 09 December 2023 16:44:13 +0000 (0:00:00.030) 0:01:19.352 ***** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030749", "end": "2023-12-09 16:44:13.559659", "rc": 0, "start": "2023-12-09 16:44:13.528910" } STDOUT: podman version 4.6.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 09 December 2023 16:44:13 +0000 (0:00:00.218) 0:01:19.571 ***** ok: [sut] => { "ansible_facts": { "podman_version": "4.6.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 09 December 2023 16:44:13 +0000 (0:00:00.020) 0:01:19.592 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 09 December 2023 16:44:13 +0000 (0:00:00.018) 0:01:19.610 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 09 December 2023 16:44:13 +0000 (0:00:00.054) 0:01:19.665 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 09 December 2023 16:44:13 +0000 (0:00:00.035) 0:01:19.700 ***** ok: [sut] => { "ansible_facts": { "getent_passwd": { "user1": [ "x", "1001", "1001", "", "/home/user1", "/bin/bash" ] } }, "changed": false } TASK [linux-system-roles.podman : Fail if user does not exist] ***************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 09 December 2023 16:44:13 +0000 (0:00:00.196) 0:01:19.896 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 09 December 2023 16:44:13 +0000 (0:00:00.028) 0:01:19.924 ***** ok: [sut] => { "ansible_facts": { "__podman_group": "1001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 09 December 2023 16:44:13 +0000 (0:00:00.031) 0:01:19.956 ***** ok: [sut] => { "ansible_facts": { "getent_group": { "user1": [ "x", "1001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 09 December 2023 16:44:14 +0000 (0:00:00.233) 0:01:20.189 ***** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 09 December 2023 16:44:14 +0000 (0:00:00.024) 0:01:20.214 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702140249.845038, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6945b9a18160ca48bcc32d3bd056941f567c97ad", "ctime": 1702140186.575885, "dev": 51715, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 25166327, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1689168175.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12672, "uid": 0, "version": "3862333336", "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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 09 December 2023 16:44:14 +0000 (0:00:00.209) 0:01:20.423 ***** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003579", "end": "2023-12-09 16:44:14.630597", "rc": 0, "start": "2023-12-09 16:44:14.627018" } STDOUT: 0: user1 165536 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 09 December 2023 16:44:14 +0000 (0:00:00.217) 0:01:20.641 ***** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003396", "end": "2023-12-09 16:44:14.823015", "rc": 0, "start": "2023-12-09 16:44:14.819619" } STDOUT: 0: user1 165536 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 09 December 2023 16:44:14 +0000 (0:00:00.192) 0:01:20.833 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 09 December 2023 16:44:14 +0000 (0:00:00.019) 0:01:20.853 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 09 December 2023 16:44:14 +0000 (0:00:00.018) 0:01:20.872 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 09 December 2023 16:44:14 +0000 (0:00:00.018) 0:01:20.890 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 09 December 2023 16:44:14 +0000 (0:00:00.019) 0:01:20.909 ***** ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/home/user1/.config/containers/policy.json", "__podman_registries_conf_file": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/home/user1/.config/containers/storage.conf" }, "changed": false } TASK [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 09 December 2023 16:44:15 +0000 (0:00:00.093) 0:01:21.003 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 09 December 2023 16:44:15 +0000 (0:00:00.035) 0:01:21.038 ***** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/containers.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 1001 } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 09 December 2023 16:44:15 +0000 (0:00:00.261) 0:01:21.299 ***** changed: [sut] => { "changed": true, "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "dest": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "6c7ebf8d89ccba8db738c4afe2b97f5a", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 116, "src": "/root/.ansible/tmp/ansible-tmp-1702140255.352221-2819-254260800618475/source", "state": "file", "uid": 1001 } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 09 December 2023 16:44:15 +0000 (0:00:00.600) 0:01:21.900 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 09 December 2023 16:44:15 +0000 (0:00:00.047) 0:01:21.948 ***** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/registries.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 1001 } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 09 December 2023 16:44:16 +0000 (0:00:00.200) 0:01:22.148 ***** changed: [sut] => { "changed": true, "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "dest": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "92130a764e88fe669136f6cf26613a84", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 225, "src": "/root/.ansible/tmp/ansible-tmp-1702140256.2003455-2855-239118551424267/source", "state": "file", "uid": 1001 } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 09 December 2023 16:44:16 +0000 (0:00:00.520) 0:01:22.669 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 09 December 2023 16:44:16 +0000 (0:00:00.036) 0:01:22.705 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 56, "state": "directory", "uid": 1001 } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 09 December 2023 16:44:16 +0000 (0:00:00.208) 0:01:22.914 ***** changed: [sut] => { "changed": true, "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "dest": "/home/user1/.config/containers/storage.conf", "gid": 0, "group": "root", "md5sum": "47c893f010daf00398b7ed40f434aa0e", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 109, "src": "/root/.ansible/tmp/ansible-tmp-1702140256.9761877-2870-83992094264651/source", "state": "file", "uid": 1001 } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 09 December 2023 16:44:17 +0000 (0:00:00.563) 0:01:23.478 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 09 December 2023 16:44:17 +0000 (0:00:00.038) 0:01:23.516 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 76, "state": "directory", "uid": 1001 } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 09 December 2023 16:44:17 +0000 (0:00:00.235) 0:01:23.752 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 09 December 2023 16:44:17 +0000 (0:00:00.212) 0:01:23.965 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 09 December 2023 16:44:18 +0000 (0:00:00.019) 0:01:23.985 ***** changed: [sut] => { "changed": true, "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "dest": "/home/user1/.config/containers/policy.json", "gid": 0, "group": "root", "md5sum": "443c1986d4a8657dddae55f350d122e2", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 67, "src": "/root/.ansible/tmp/ansible-tmp-1702140258.0384715-2895-186817632176517/source", "state": "file", "uid": 1001 } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 09 December 2023 16:44:18 +0000 (0:00:00.573) 0:01:24.558 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 09 December 2023 16:44:18 +0000 (0:00:00.032) 0:01:24.591 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 09 December 2023 16:44:18 +0000 (0:00:00.045) 0:01:24.636 ***** TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:115 Saturday 09 December 2023 16:44:18 +0000 (0:00:00.024) 0:01:24.661 ***** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Saturday 09 December 2023 16:44:18 +0000 (0:00:00.022) 0:01:24.684 ***** TASK [Check that files exist and are non-null] ********************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:77 Saturday 09 December 2023 16:44:18 +0000 (0:00:00.023) 0:01:24.707 ***** ok: [sut] => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "stat": { "atime": 1702140255.8459592, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1702140255.852959, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492996, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140255.5989623, "nlink": 1, "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 116, "uid": 1001, "version": "2960996628", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "stat": { "atime": 1702140256.6239488, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1702140256.6309488, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 268436038, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140256.4289515, "nlink": 1, "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 225, "uid": 1001, "version": "4293158443", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/home/user1/.config/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/storage.conf", "stat": { "atime": 1702140257.4339383, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1702140257.4409382, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 301990469, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140257.2489407, "nlink": 1, "path": "/home/user1/.config/containers/storage.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 1001, "version": "493967761", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/home/user1/.config/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/policy.json", "stat": { "atime": 1702140258.4949243, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1702140258.5019243, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 343933506, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140258.286927, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 1001, "version": "1730310376", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Run the role again with user config] ************************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:85 Saturday 09 December 2023 16:44:19 +0000 (0:00:00.824) 0:01:25.532 ***** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 09 December 2023 16:44:19 +0000 (0:00:00.055) 0:01:25.587 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 09 December 2023 16:44:19 +0000 (0:00:00.043) 0:01:25.630 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 09 December 2023 16:44:19 +0000 (0:00:00.024) 0:01:25.655 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 09 December 2023 16:44:19 +0000 (0:00:00.024) 0:01:25.679 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 09 December 2023 16:44:19 +0000 (0:00:00.019) 0:01:25.699 ***** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 09 December 2023 16:44:19 +0000 (0:00:00.049) 0:01:25.748 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 09 December 2023 16:44:21 +0000 (0:00:01.247) 0:01:26.996 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 09 December 2023 16:44:21 +0000 (0:00:00.019) 0:01:27.015 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 09 December 2023 16:44:21 +0000 (0:00:00.024) 0:01:27.040 ***** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027665", "end": "2023-12-09 16:44:21.242799", "rc": 0, "start": "2023-12-09 16:44:21.215134" } STDOUT: podman version 4.6.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 09 December 2023 16:44:21 +0000 (0:00:00.220) 0:01:27.260 ***** ok: [sut] => { "ansible_facts": { "podman_version": "4.6.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 09 December 2023 16:44:21 +0000 (0:00:00.041) 0:01:27.302 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 09 December 2023 16:44:21 +0000 (0:00:00.026) 0:01:27.329 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 09 December 2023 16:44:21 +0000 (0:00:00.047) 0:01:27.376 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 09 December 2023 16:44:21 +0000 (0:00:00.063) 0:01:27.439 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 09 December 2023 16:44:21 +0000 (0:00:00.025) 0:01:27.465 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 09 December 2023 16:44:21 +0000 (0:00:00.026) 0:01:27.492 ***** ok: [sut] => { "ansible_facts": { "__podman_group": "1001" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 09 December 2023 16:44:21 +0000 (0:00:00.029) 0:01:27.521 ***** ok: [sut] => { "ansible_facts": { "getent_group": { "user1": [ "x", "1001", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 09 December 2023 16:44:21 +0000 (0:00:00.199) 0:01:27.721 ***** ok: [sut] => { "ansible_facts": { "__podman_group_name": "user1" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 09 December 2023 16:44:21 +0000 (0:00:00.026) 0:01:27.747 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702140249.845038, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6945b9a18160ca48bcc32d3bd056941f567c97ad", "ctime": 1702140186.575885, "dev": 51715, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 25166327, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1689168175.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12672, "uid": 0, "version": "3862333336", "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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 09 December 2023 16:44:21 +0000 (0:00:00.218) 0:01:27.966 ***** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003545", "end": "2023-12-09 16:44:22.160395", "rc": 0, "start": "2023-12-09 16:44:22.156850" } STDOUT: 0: user1 165536 65536 TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 09 December 2023 16:44:22 +0000 (0:00:00.204) 0:01:28.171 ***** ok: [sut] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003596", "end": "2023-12-09 16:44:22.353949", "rc": 0, "start": "2023-12-09 16:44:22.350353" } STDOUT: 0: user1 165536 65536 TASK [linux-system-roles.podman : Check if user is in subuid file] ************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 09 December 2023 16:44:22 +0000 (0:00:00.196) 0:01:28.367 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 09 December 2023 16:44:22 +0000 (0:00:00.020) 0:01:28.388 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 09 December 2023 16:44:22 +0000 (0:00:00.018) 0:01:28.406 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 09 December 2023 16:44:22 +0000 (0:00:00.019) 0:01:28.426 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 09 December 2023 16:44:22 +0000 (0:00:00.018) 0:01:28.444 ***** ok: [sut] => { "ansible_facts": { "__podman_container_conf_file": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_policy_json_file": "/home/user1/.config/containers/policy.json", "__podman_registries_conf_file": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/home/user1/.config/containers/storage.conf" }, "changed": false } TASK [linux-system-roles.podman : Handle container.conf.d] ********************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 09 December 2023 16:44:22 +0000 (0:00:00.069) 0:01:28.513 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 09 December 2023 16:44:22 +0000 (0:00:00.037) 0:01:28.550 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/containers.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 33, "state": "directory", "uid": 1001 } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 09 December 2023 16:44:22 +0000 (0:00:00.198) 0:01:28.749 ***** ok: [sut] => { "changed": false, "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "dest": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "user1", "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 116, "state": "file", "uid": 1001 } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 09 December 2023 16:44:23 +0000 (0:00:00.464) 0:01:29.213 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 09 December 2023 16:44:23 +0000 (0:00:00.036) 0:01:29.250 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/registries.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 33, "state": "directory", "uid": 1001 } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 09 December 2023 16:44:23 +0000 (0:00:00.196) 0:01:29.446 ***** ok: [sut] => { "changed": false, "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "dest": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "user1", "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 225, "state": "file", "uid": 1001 } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 09 December 2023 16:44:23 +0000 (0:00:00.475) 0:01:29.922 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 09 December 2023 16:44:23 +0000 (0:00:00.038) 0:01:29.960 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 95, "state": "directory", "uid": 1001 } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 09 December 2023 16:44:24 +0000 (0:00:00.203) 0:01:30.164 ***** ok: [sut] => { "changed": false, "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "dest": "/home/user1/.config/containers/storage.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "user1", "path": "/home/user1/.config/containers/storage.conf", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 109, "state": "file", "uid": 1001 } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 09 December 2023 16:44:24 +0000 (0:00:00.465) 0:01:30.629 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 09 December 2023 16:44:24 +0000 (0:00:00.037) 0:01:30.667 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 95, "state": "directory", "uid": 1001 } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 09 December 2023 16:44:24 +0000 (0:00:00.198) 0:01:30.865 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702140259.504911, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1702140258.5019243, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 343933506, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140258.286927, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 1001, "version": "1730310376", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 09 December 2023 16:44:25 +0000 (0:00:00.199) 0:01:31.064 ***** ok: [sut] => { "changed": false, "content": "ewogICAgImRlZmF1bHQiOiB7CiAgICAgICAgInR5cGUiOiAiaW5zZWN1cmVBY2NlcHRBbnl0aGluZyIKICAgIH0KfQ==", "encoding": "base64", "source": "/home/user1/.config/containers/policy.json" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 09 December 2023 16:44:25 +0000 (0:00:00.279) 0:01:31.344 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 09 December 2023 16:44:25 +0000 (0:00:00.022) 0:01:31.366 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 09 December 2023 16:44:25 +0000 (0:00:00.018) 0:01:31.385 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 09 December 2023 16:44:25 +0000 (0:00:00.019) 0:01:31.404 ***** TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:115 Saturday 09 December 2023 16:44:25 +0000 (0:00:00.017) 0:01:31.422 ***** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Saturday 09 December 2023 16:44:25 +0000 (0:00:00.017) 0:01:31.439 ***** TASK [Check that files still exist and are non-null] *************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:92 Saturday 09 December 2023 16:44:25 +0000 (0:00:00.016) 0:01:31.456 ***** ok: [sut] => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "stat": { "atime": 1702140258.901919, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1702140255.852959, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492996, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140255.5989623, "nlink": 1, "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 116, "uid": 1001, "version": "2960996628", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "stat": { "atime": 1702140259.1169162, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1702140256.6309488, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 268436038, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140256.4289515, "nlink": 1, "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 225, "uid": 1001, "version": "4293158443", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/home/user1/.config/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/storage.conf", "stat": { "atime": 1702140259.3179135, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1702140257.4409382, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 301990469, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140257.2489407, "nlink": 1, "path": "/home/user1/.config/containers/storage.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 1001, "version": "493967761", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/home/user1/.config/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/user1/.config/containers/policy.json", "stat": { "atime": 1702140259.504911, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1702140258.5019243, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 343933506, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140258.286927, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 1001, "version": "1730310376", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Run the role with root config] ******************************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:100 Saturday 09 December 2023 16:44:26 +0000 (0:00:00.747) 0:01:32.204 ***** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 09 December 2023 16:44:26 +0000 (0:00:00.063) 0:01:32.267 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 09 December 2023 16:44:26 +0000 (0:00:00.050) 0:01:32.318 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 09 December 2023 16:44:26 +0000 (0:00:00.032) 0:01:32.351 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 09 December 2023 16:44:26 +0000 (0:00:00.020) 0:01:32.371 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 09 December 2023 16:44:26 +0000 (0:00:00.069) 0:01:32.441 ***** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 09 December 2023 16:44:26 +0000 (0:00:00.063) 0:01:32.505 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 09 December 2023 16:44:27 +0000 (0:00:01.242) 0:01:33.748 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 09 December 2023 16:44:27 +0000 (0:00:00.027) 0:01:33.775 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 09 December 2023 16:44:27 +0000 (0:00:00.030) 0:01:33.806 ***** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028164", "end": "2023-12-09 16:44:28.011949", "rc": 0, "start": "2023-12-09 16:44:27.983785" } STDOUT: podman version 4.6.1 TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 09 December 2023 16:44:28 +0000 (0:00:00.218) 0:01:34.025 ***** ok: [sut] => { "ansible_facts": { "podman_version": "4.6.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 09 December 2023 16:44:28 +0000 (0:00:00.024) 0:01:34.049 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 09 December 2023 16:44:28 +0000 (0:00:00.020) 0:01:34.069 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 09 December 2023 16:44:28 +0000 (0:00:00.036) 0:01:34.106 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 09 December 2023 16:44:28 +0000 (0:00:00.063) 0:01:34.169 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 09 December 2023 16:44:28 +0000 (0:00:00.196) 0:01:34.366 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 09 December 2023 16:44:28 +0000 (0:00:00.027) 0:01:34.393 ***** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 09 December 2023 16:44:28 +0000 (0:00:00.028) 0:01:34.421 ***** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 09 December 2023 16:44:28 +0000 (0:00:00.197) 0:01:34.618 ***** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 09 December 2023 16:44:28 +0000 (0:00:00.025) 0:01:34.644 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702140249.845038, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6945b9a18160ca48bcc32d3bd056941f567c97ad", "ctime": 1702140186.575885, "dev": 51715, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 25166327, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1689168175.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12672, "uid": 0, "version": "3862333336", "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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 09 December 2023 16:44:28 +0000 (0:00:00.199) 0:01:34.843 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 09 December 2023 16:44:28 +0000 (0:00:00.024) 0:01:34.868 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 09 December 2023 16:44:28 +0000 (0:00:00.022) 0:01:34.891 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 09 December 2023 16:44:28 +0000 (0:00:00.018) 0:01:34.909 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 09 December 2023 16:44:28 +0000 (0:00:00.020) 0:01:34.930 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 09 December 2023 16:44:28 +0000 (0:00:00.020) 0:01:34.950 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 09 December 2023 16:44:28 +0000 (0:00:00.018) 0:01:34.969 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 09 December 2023 16:44:29 +0000 (0:00:00.041) 0:01:35.010 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 09 December 2023 16:44:29 +0000 (0:00:00.060) 0:01:35.071 ***** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/containers.conf.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 09 December 2023 16:44:29 +0000 (0:00:00.204) 0:01:35.276 ***** changed: [sut] => { "changed": true, "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "6c7ebf8d89ccba8db738c4afe2b97f5a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 116, "src": "/root/.ansible/tmp/ansible-tmp-1702140269.3279138-3230-27565947153979/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 09 December 2023 16:44:29 +0000 (0:00:00.532) 0:01:35.808 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 09 December 2023 16:44:29 +0000 (0:00:00.038) 0:01:35.846 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 107, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 09 December 2023 16:44:30 +0000 (0:00:00.203) 0:01:36.050 ***** changed: [sut] => { "changed": true, "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "92130a764e88fe669136f6cf26613a84", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 225, "src": "/root/.ansible/tmp/ansible-tmp-1702140270.1097877-3248-88162380951909/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 09 December 2023 16:44:30 +0000 (0:00:00.531) 0:01:36.581 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 09 December 2023 16:44:30 +0000 (0:00:00.037) 0:01:36.619 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 179, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 09 December 2023 16:44:30 +0000 (0:00:00.206) 0:01:36.825 ***** changed: [sut] => { "changed": true, "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "dest": "/etc/containers/storage.conf", "gid": 0, "group": "root", "md5sum": "47c893f010daf00398b7ed40f434aa0e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 109, "src": "/root/.ansible/tmp/ansible-tmp-1702140270.8871217-3287-46552572679950/source", "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 09 December 2023 16:44:31 +0000 (0:00:00.559) 0:01:37.385 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 09 December 2023 16:44:31 +0000 (0:00:00.038) 0:01:37.423 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 179, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 09 December 2023 16:44:31 +0000 (0:00:00.207) 0:01:37.631 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702140251.3230186, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a71b1d310c167cdc95c2fc11e7835d5636768f14", "ctime": 1702140217.2544727, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 754975041, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1692969502.0, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 663, "uid": 0, "version": "1404306618", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 09 December 2023 16:44:31 +0000 (0:00:00.203) 0:01:37.834 ***** ok: [sut] => { "changed": false, "content": "ewogICAgImRlZmF1bHQiOiBbCiAgICAgICAgewogICAgICAgICAgICAidHlwZSI6ICJpbnNlY3VyZUFjY2VwdEFueXRoaW5nIgogICAgICAgIH0KICAgIF0sCiAgICAidHJhbnNwb3J0cyI6IHsKICAgICAgICAiZG9ja2VyIjogewoJICAgICJyZWdpc3RyeS5hY2Nlc3MucmVkaGF0LmNvbSI6IFsKCQl7CgkJICAgICJ0eXBlIjogInNpZ25lZEJ5IiwKCQkgICAgImtleVR5cGUiOiAiR1BHS2V5cyIsCgkJICAgICJrZXlQYXRocyI6IFsiL2V0Yy9wa2kvcnBtLWdwZy9SUE0tR1BHLUtFWS1yZWRoYXQtcmVsZWFzZSIsICIvZXRjL3BraS9ycG0tZ3BnL1JQTS1HUEctS0VZLXJlZGhhdC1iZXRhIl0KCQl9CgkgICAgXSwKCSAgICAicmVnaXN0cnkucmVkaGF0LmlvIjogWwoJCXsKCQkgICAgInR5cGUiOiAic2lnbmVkQnkiLAoJCSAgICAia2V5VHlwZSI6ICJHUEdLZXlzIiwKCQkgICAgImtleVBhdGhzIjogWyIvZXRjL3BraS9ycG0tZ3BnL1JQTS1HUEctS0VZLXJlZGhhdC1yZWxlYXNlIiwgIi9ldGMvcGtpL3JwbS1ncGcvUlBNLUdQRy1LRVktcmVkaGF0LWJldGEiXQoJCX0KCSAgICBdCgl9LAogICAgICAgICJkb2NrZXItZGFlbW9uIjogewoJICAgICIiOiBbCgkJewoJCSAgICAidHlwZSI6ICJpbnNlY3VyZUFjY2VwdEFueXRoaW5nIgoJCX0KCSAgICBdCgl9CiAgICB9Cn0K", "encoding": "base64", "source": "/etc/containers/policy.json" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 09 December 2023 16:44:32 +0000 (0:00:00.205) 0:01:38.040 ***** changed: [sut] => { "changed": true, "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "dest": "/etc/containers/policy.json", "gid": 0, "group": "root", "md5sum": "443c1986d4a8657dddae55f350d122e2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 67, "src": "/root/.ansible/tmp/ansible-tmp-1702140272.1469774-3316-207816934230874/source", "state": "file", "uid": 0 } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 09 December 2023 16:44:32 +0000 (0:00:00.605) 0:01:38.646 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 09 December 2023 16:44:32 +0000 (0:00:00.022) 0:01:38.668 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 09 December 2023 16:44:32 +0000 (0:00:00.018) 0:01:38.687 ***** TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:115 Saturday 09 December 2023 16:44:32 +0000 (0:00:00.017) 0:01:38.704 ***** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Saturday 09 December 2023 16:44:32 +0000 (0:00:00.017) 0:01:38.721 ***** TASK [Check that files exist and are non-null] ********************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:107 Saturday 09 December 2023 16:44:32 +0000 (0:00:00.018) 0:01:38.740 ***** ok: [sut] => (item=/etc/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/containers.conf.d/50-systemroles.conf", "stat": { "atime": 1702140269.7597764, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1702140269.7637763, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 671089217, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140269.5717788, "nlink": 1, "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 116, "uid": 0, "version": "2401946411", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/etc/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/registries.conf.d/50-systemroles.conf", "stat": { "atime": 1702140270.533766, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1702140270.537766, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 704643397, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140270.3437686, "nlink": 1, "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 225, "uid": 0, "version": "722120743", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/etc/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/storage.conf", "stat": { "atime": 1702140271.3297555, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1702140271.3307557, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 738197895, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140271.1427581, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 0, "version": "2010794401", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/etc/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/policy.json", "stat": { "atime": 1702140272.598739, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1702140272.599739, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 788529673, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140272.4127414, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "1426833952", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Run the role again with root config] ************************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:115 Saturday 09 December 2023 16:44:33 +0000 (0:00:00.782) 0:01:39.522 ***** TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:3 Saturday 09 December 2023 16:44:33 +0000 (0:00:00.066) 0:01:39.589 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:3 Saturday 09 December 2023 16:44:33 +0000 (0:00:00.038) 0:01:39.628 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check if system is ostree] ******************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:12 Saturday 09 December 2023 16:44:33 +0000 (0:00:00.024) 0:01:39.652 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:17 Saturday 09 December 2023 16:44:33 +0000 (0:00:00.020) 0:01:39.672 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set platform/version specific variables] ***** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/set_vars.yml:21 Saturday 09 December 2023 16:44:33 +0000 (0:00:00.019) 0:01:39.692 ***** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/vars/RedHat_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.yml" } skipping: [sut] => (item=RedHat_8.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_8.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Gather the package facts] ******************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Saturday 09 December 2023 16:44:33 +0000 (0:00:00.049) 0:01:39.742 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:10 Saturday 09 December 2023 16:44:35 +0000 (0:00:01.252) 0:01:40.994 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Ensure required packages are installed] ****** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:14 Saturday 09 December 2023 16:44:35 +0000 (0:00:00.117) 0:01:41.111 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Get podman version] ************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:23 Saturday 09 December 2023 16:44:35 +0000 (0:00:00.057) 0:01:41.169 ***** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027952", "end": "2023-12-09 16:44:35.373333", "rc": 0, "start": "2023-12-09 16:44:35.345381" } STDOUT: podman version 4.6.1 STDERR: time="2023-12-09T16:44:35Z" level=warning msg="The storage 'driver' option should be set in /etc/containers/storage.conf. A driver was picked automatically." TASK [linux-system-roles.podman : Set podman version] ************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:28 Saturday 09 December 2023 16:44:35 +0000 (0:00:00.217) 0:01:41.386 ***** ok: [sut] => { "ansible_facts": { "podman_version": "4.6.1" }, "changed": false } TASK [linux-system-roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:32 Saturday 09 December 2023 16:44:35 +0000 (0:00:00.021) 0:01:41.407 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:39 Saturday 09 December 2023 16:44:35 +0000 (0:00:00.021) 0:01:41.429 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:56 Saturday 09 December 2023 16:44:35 +0000 (0:00:00.034) 0:01:41.463 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:2 Saturday 09 December 2023 16:44:35 +0000 (0:00:00.036) 0:01:41.500 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:10 Saturday 09 December 2023 16:44:35 +0000 (0:00:00.026) 0:01:41.526 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set group for podman user] ******************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:17 Saturday 09 December 2023 16:44:35 +0000 (0:00:00.025) 0:01:41.552 ***** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [linux-system-roles.podman : Get group information] *********************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:28 Saturday 09 December 2023 16:44:35 +0000 (0:00:00.032) 0:01:41.584 ***** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [linux-system-roles.podman : Set group name] ****************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:36 Saturday 09 December 2023 16:44:35 +0000 (0:00:00.194) 0:01:41.779 ***** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [linux-system-roles.podman : See if getsubids exists] ********************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:41 Saturday 09 December 2023 16:44:35 +0000 (0:00:00.026) 0:01:41.805 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702140249.845038, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6945b9a18160ca48bcc32d3bd056941f567c97ad", "ctime": 1702140186.575885, "dev": 51715, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 25166327, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1689168175.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12672, "uid": 0, "version": "3862333336", "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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:52 Saturday 09 December 2023 16:44:36 +0000 (0:00:00.195) 0:01:42.001 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Check group with getsubids] ****************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:56 Saturday 09 December 2023 16:44:36 +0000 (0:00:00.021) 0:01:42.022 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:66 Saturday 09 December 2023 16:44:36 +0000 (0:00:00.047) 0:01:42.069 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:74 Saturday 09 December 2023 16:44:36 +0000 (0:00:00.021) 0:01:42.091 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:81 Saturday 09 December 2023 16:44:36 +0000 (0:00:00.025) 0:01:42.117 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Fail if group not in subgid file] ************ task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_user_group.yml:89 Saturday 09 December 2023 16:44:36 +0000 (0:00:00.021) 0:01:42.138 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Set config file paths] *********************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:62 Saturday 09 December 2023 16:44:36 +0000 (0:00:00.019) 0:01:42.158 ***** 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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:80 Saturday 09 December 2023 16:44:36 +0000 (0:00:00.059) 0:01:42.217 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:5 Saturday 09 December 2023 16:44:36 +0000 (0:00:00.040) 0:01:42.258 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/containers.conf.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 33, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Update container config file] **************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 Saturday 09 December 2023 16:44:36 +0000 (0:00:00.224) 0:01:42.482 ***** ok: [sut] => { "changed": false, "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 116, "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Handle registries.conf.d] ******************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:83 Saturday 09 December 2023 16:44:36 +0000 (0:00:00.499) 0:01:42.981 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:5 Saturday 09 December 2023 16:44:37 +0000 (0:00:00.074) 0:01:43.056 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 134, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Update registries config file] *************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 Saturday 09 December 2023 16:44:37 +0000 (0:00:00.241) 0:01:43.297 ***** ok: [sut] => { "changed": false, "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 225, "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Handle storage.conf] ************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:86 Saturday 09 December 2023 16:44:37 +0000 (0:00:00.503) 0:01:43.801 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:5 Saturday 09 December 2023 16:44:37 +0000 (0:00:00.080) 0:01:43.882 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 179, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Update storage config file] ****************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 Saturday 09 December 2023 16:44:38 +0000 (0:00:00.201) 0:01:44.084 ***** ok: [sut] => { "changed": false, "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "dest": "/etc/containers/storage.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/storage.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 109, "state": "file", "uid": 0 } TASK [linux-system-roles.podman : Handle policy.json] ************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:89 Saturday 09 December 2023 16:44:38 +0000 (0:00:00.467) 0:01:44.551 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/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-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:6 Saturday 09 December 2023 16:44:38 +0000 (0:00:00.044) 0:01:44.595 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 179, "state": "directory", "uid": 0 } TASK [linux-system-roles.podman : Stat the policy.json file] ******************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:15 Saturday 09 December 2023 16:44:38 +0000 (0:00:00.201) 0:01:44.797 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702140273.4727275, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1702140272.599739, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 788529673, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140272.4127414, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "1426833952", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.podman : Get the existing policy.json] **************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:20 Saturday 09 December 2023 16:44:39 +0000 (0:00:00.198) 0:01:44.996 ***** ok: [sut] => { "changed": false, "content": "ewogICAgImRlZmF1bHQiOiB7CiAgICAgICAgInR5cGUiOiAiaW5zZWN1cmVBY2NlcHRBbnl0aGluZyIKICAgIH0KfQ==", "encoding": "base64", "source": "/etc/containers/policy.json" } TASK [linux-system-roles.podman : Write new policy.json file] ****************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 Saturday 09 December 2023 16:44:39 +0000 (0:00:00.187) 0:01:45.183 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:95 Saturday 09 December 2023 16:44:39 +0000 (0:00:00.021) 0:01:45.204 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:102 Saturday 09 December 2023 16:44:39 +0000 (0:00:00.018) 0:01:45.223 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.podman : Handle secrets] ****************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:109 Saturday 09 December 2023 16:44:39 +0000 (0:00:00.018) 0:01:45.241 ***** TASK [linux-system-roles.podman : Handle Kubernetes specifications] ************ task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:115 Saturday 09 December 2023 16:44:39 +0000 (0:00:00.017) 0:01:45.259 ***** TASK [linux-system-roles.podman : Handle Quadlet specifications] *************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:121 Saturday 09 December 2023 16:44:39 +0000 (0:00:00.019) 0:01:45.278 ***** TASK [Check that files still exist and are non-null] *************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:122 Saturday 09 December 2023 16:44:39 +0000 (0:00:00.053) 0:01:45.332 ***** ok: [sut] => (item=/etc/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/containers.conf.d/50-systemroles.conf", "stat": { "atime": 1702140272.9187348, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1702140269.7637763, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 671089217, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140269.5717788, "nlink": 1, "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 116, "uid": 0, "version": "2401946411", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/etc/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/registries.conf.d/50-systemroles.conf", "stat": { "atime": 1702140273.0997324, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1702140270.537766, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 704643397, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140270.3437686, "nlink": 1, "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 225, "uid": 0, "version": "722120743", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/etc/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/storage.conf", "stat": { "atime": 1702140273.28373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1702140271.3307557, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 738197895, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140271.1427581, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 0, "version": "2010794401", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/etc/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/policy.json", "stat": { "atime": 1702140273.4727275, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1702140272.599739, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 788529673, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1702140272.4127414, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "1426833952", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check for ansible_managed, fingerprint in generated files] *************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:130 Saturday 09 December 2023 16:44:40 +0000 (0:00:00.756) 0:01:46.088 ***** included: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml for sut included: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml for sut included: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml for sut included: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml for sut included: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml for sut included: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml for sut TASK [Get file] **************************************************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml:3 Saturday 09 December 2023 16:44:40 +0000 (0:00:00.060) 0:01:46.148 ***** ok: [sut] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbY29udGFpbmVyc10KYW5ub3RhdGlvbnMgPSBbICJlbnZpcm9ubWVudD1wcm9kdWN0aW9uIiwgInN0YXR1cz10aWVyMiIsXQo=", "encoding": "base64", "source": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml:9 Saturday 09 December 2023 16:44:40 +0000 (0:00:00.209) 0:01:46.358 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml:3 Saturday 09 December 2023 16:44:40 +0000 (0:00:00.078) 0:01:46.436 ***** ok: [sut] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgp1bnF1YWxpZmllZC1zZWFyY2gtcmVnaXN0cmllcz1bJ3JlZ2lzdHJ5LTEuZXhhbXBsZS5jb20nLCAncmVnaXN0cnktMi5leGFtcGxlLmNvbSddCmNyZWRlbnRpYWwtaGVscGVycz1bJ2NyZWQtaGVscGVyLTEnLCAnY3JlZC1oZWxwZXItMiddClthbGlhc2VzXQpteXJlZ2lzdHJ5PSJyZWdpc3RyeS5leGFtcGxlLmNvbSIK", "encoding": "base64", "source": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml:9 Saturday 09 December 2023 16:44:40 +0000 (0:00:00.209) 0:01:46.646 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml:3 Saturday 09 December 2023 16:44:40 +0000 (0:00:00.055) 0:01:46.701 ***** ok: [sut] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbc3RvcmFnZV0KcnVucm9vdD0iL3RtcCIKZ3JhcGhyb290PSIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==", "encoding": "base64", "source": "/home/user1/.config/containers/storage.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml:9 Saturday 09 December 2023 16:44:40 +0000 (0:00:00.186) 0:01:46.888 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml:3 Saturday 09 December 2023 16:44:40 +0000 (0:00:00.055) 0:01:46.943 ***** ok: [sut] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbY29udGFpbmVyc10KYW5ub3RhdGlvbnMgPSBbICJlbnZpcm9ubWVudD1wcm9kdWN0aW9uIiwgInN0YXR1cz10aWVyMiIsXQo=", "encoding": "base64", "source": "/etc/containers/containers.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml:9 Saturday 09 December 2023 16:44:41 +0000 (0:00:00.193) 0:01:47.137 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml:3 Saturday 09 December 2023 16:44:41 +0000 (0:00:00.122) 0:01:47.259 ***** ok: [sut] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgp1bnF1YWxpZmllZC1zZWFyY2gtcmVnaXN0cmllcz1bJ3JlZ2lzdHJ5LTEuZXhhbXBsZS5jb20nLCAncmVnaXN0cnktMi5leGFtcGxlLmNvbSddCmNyZWRlbnRpYWwtaGVscGVycz1bJ2NyZWQtaGVscGVyLTEnLCAnY3JlZC1oZWxwZXItMiddClthbGlhc2VzXQpteXJlZ2lzdHJ5PSJyZWdpc3RyeS5leGFtcGxlLmNvbSIK", "encoding": "base64", "source": "/etc/containers/registries.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml:9 Saturday 09 December 2023 16:44:41 +0000 (0:00:00.193) 0:01:47.452 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml:3 Saturday 09 December 2023 16:44:41 +0000 (0:00:00.057) 0:01:47.509 ***** ok: [sut] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbc3RvcmFnZV0KcnVucm9vdD0iL3RtcCIKZ3JhcGhyb290PSIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==", "encoding": "base64", "source": "/etc/containers/storage.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tasks/check_header.yml:9 Saturday 09 December 2023 16:44:41 +0000 (0:00:00.186) 0:01:47.696 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove test config files] ************************************************ task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:144 Saturday 09 December 2023 16:44:41 +0000 (0:00:00.063) 0:01:47.759 ***** changed: [sut] => (item=/etc/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/containers/containers.conf.d/50-systemroles.conf", "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "state": "absent" } changed: [sut] => (item=/etc/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/containers/registries.conf.d/50-systemroles.conf", "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "state": "absent" } changed: [sut] => (item=/etc/containers/storage.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/containers/storage.conf", "path": "/etc/containers/storage.conf", "state": "absent" } changed: [sut] => (item=/etc/containers/policy.json) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/containers/policy.json", "path": "/etc/containers/policy.json", "state": "absent" } changed: [sut] => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "state": "absent" } changed: [sut] => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "state": "absent" } changed: [sut] => (item=/home/user1/.config/containers/storage.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/home/user1/.config/containers/storage.conf", "path": "/home/user1/.config/containers/storage.conf", "state": "absent" } changed: [sut] => (item=/home/user1/.config/containers/policy.json) => { "ansible_loop_var": "item", "changed": true, "item": "/home/user1/.config/containers/policy.json", "path": "/home/user1/.config/containers/policy.json", "state": "absent" } TASK [Restore system config files] ********************************************* task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:150 Saturday 09 December 2023 16:44:43 +0000 (0:00:01.441) 0:01:49.200 ***** ok: [sut] => { "changed": false, "cmd": [ "tar", "xfvpP", "/tmp/lsr_podman_config_6i5lu7fz/backup.tar" ], "delta": "0:00:00.003864", "end": "2023-12-09 16:44:43.383866", "rc": 0, "start": "2023-12-09 16:44:43.380002" } STDOUT: /etc/containers/storage.conf /etc/containers/policy.json TASK [Remove temp directory] *************************************************** task path: /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:155 Saturday 09 December 2023 16:44:43 +0000 (0:00:00.204) 0:01:49.405 ***** changed: [sut] => { "changed": true, "path": "/tmp/lsr_podman_config_6i5lu7fz", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=151 changed=16 unreachable=0 failed=0 skipped=103 rescued=0 ignored=0 Saturday 09 December 2023 16:44:43 +0000 (0:00:00.193) 0:01:49.599 ***** =============================================================================== linux-system-roles.podman : Ensure required packages are installed ----- 72.02s /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:14 linux-system-roles.podman : Gather the package facts -------------------- 2.50s /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:6 linux-system-roles.podman : Gather the package facts -------------------- 2.50s /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Remove test config files ------------------------------------------------ 1.44s /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:144 --------------- linux-system-roles.podman : Gather the package facts -------------------- 1.36s /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/main.yml:6 Check that files exist and are non-null --------------------------------- 0.82s /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:77 ---------------- Check that files exist and are non-null --------------------------------- 0.78s /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:107 --------------- Check that files still exist and are non-null --------------------------- 0.76s /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:122 --------------- Check that files still exist and are non-null --------------------------- 0.75s /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:92 ---------------- Gathering Facts --------------------------------------------------------- 0.68s /WORKDIR/git-weekly-ciqemxfhpu/tests/tests_config_files.yml:3 ----------------- linux-system-roles.podman : Write new policy.json file ------------------ 0.61s /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 linux-system-roles.podman : Update container config file ---------------- 0.60s /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 linux-system-roles.podman : Write new policy.json file ------------------ 0.57s /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_policy_json.yml:26 linux-system-roles.podman : Update storage config file ------------------ 0.56s /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 linux-system-roles.podman : Update storage config file ------------------ 0.56s /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_storage_conf.yml:14 linux-system-roles.podman : Update container config file ---------------- 0.53s /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 linux-system-roles.podman : Update registries config file --------------- 0.53s /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 linux-system-roles.podman : Update registries config file --------------- 0.52s /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 linux-system-roles.podman : Update registries config file --------------- 0.50s /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_registries_conf_d.yml:14 linux-system-roles.podman : Update container config file ---------------- 0.50s /WORKDIR/git-weekly-ciqemxfhpu/tests/roles/linux-system-roles.podman/tasks/handle_container_conf_d.yml:14 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the unarchive module rather than running 'tar'. If you need to use command because unarchive is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---